RetroArch
Functions
value.c File Reference
#include "internal.h"
Include dependency graph for value.c:

Functions

void rc_parse_value_internal (rc_value_t *self, int *ret, void *buffer, void *scratch, const char **memaddr, lua_State *L, int funcs_ndx)
 
int rc_value_size (const char *memaddr)
 
rc_value_trc_parse_value (void *buffer, const char *memaddr, lua_State *L, int funcs_ndx)
 
unsigned rc_evaluate_value (rc_value_t *self, rc_peek_t peek, void *ud, lua_State *L)
 

Function Documentation

◆ rc_evaluate_value()

unsigned rc_evaluate_value ( rc_value_t self,
rc_peek_t  peek,
void ud,
lua_State L 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rc_parse_value()

rc_value_t* rc_parse_value ( void buffer,
const char *  memaddr,
lua_State L,
int  funcs_ndx 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rc_parse_value_internal()

void rc_parse_value_internal ( rc_value_t self,
int *  ret,
void buffer,
void scratch,
const char **  memaddr,
lua_State L,
int  funcs_ndx 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rc_value_size()

int rc_value_size ( const char *  memaddr)
Here is the call graph for this function:
Here is the caller graph for this function: