Searched refs:overload_function (Results 1 – 5 of 5) sorted by relevance
/external/vixl/examples/aarch64/ |
D | simulated-runtime-calls.cc | 52 void overload_function(float value) { in overload_function() function 56 void overload_function(int32_t value) { in overload_function() function 72 __ CallRuntime<void, float>(overload_function); in GenerateRuntimeCallExamples() 74 __ CallRuntime<void, int32_t>(overload_function); in GenerateRuntimeCallExamples()
|
/external/sqlite/dist/orig/ |
D | sqlite3ext.h | 162 int (*overload_function)(sqlite3*, const char *zFuncName, int nArg); member 438 #define sqlite3_overload_function sqlite3_api->overload_function
|
D | sqlite3.c | 111164 int (*overload_function)(sqlite3*, const char *zFuncName, int nArg); 111440 #define sqlite3_overload_function sqlite3_api->overload_function
|
/external/sqlite/dist/ |
D | sqlite3ext.h | 162 int (*overload_function)(sqlite3*, const char *zFuncName, int nArg); member 438 #define sqlite3_overload_function sqlite3_api->overload_function
|
D | sqlite3.c | 111164 int (*overload_function)(sqlite3*, const char *zFuncName, int nArg); 111440 #define sqlite3_overload_function sqlite3_api->overload_function
|