Home
last modified time | relevance | path

Searched refs:type_start (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Modules/_sqlite/
H A Dcursor.c240 const char *type_start = NULL; in pysqlite_build_row_cast_map() local
243 type_start = pos + 1; in pysqlite_build_row_cast_map()
245 else if (*pos == ']' && type_start != NULL) { in pysqlite_build_row_cast_map()
247 converter = _pysqlite_get_converter(state, type_start, in pysqlite_build_row_cast_map()
248 pos - type_start); in pysqlite_build_row_cast_map()
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp9041 const char* type_start = line + 1; in LoadIniSettingsFromMemory() local
9042 char* type_end = (char*)(intptr_t)ImStrchrRange(type_start, name_end, ']'); in LoadIniSettingsFromMemory()
9046 name_start = type_start; // Import legacy entries that have no type in LoadIniSettingsFromMemory()
9047 type_start = "Window"; in LoadIniSettingsFromMemory()
9054 entry_handler = FindSettingsHandler(type_start); in LoadIniSettingsFromMemory()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp10825 const char* type_start = line + 1; in LoadIniSettingsFromMemory() local
10826 char* type_end = (char*)(void*)ImStrchrRange(type_start, name_end, ']'); in LoadIniSettingsFromMemory()
10832 entry_handler = FindSettingsHandler(type_start); in LoadIniSettingsFromMemory()

Completed in 39 milliseconds