Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
H A Dutil.cc1465 auto type_end = std::find_if(std::begin(line), std::end(line), delim_pred); in read_mime_types() local
1466 if (type_end == std::begin(line)) { in read_mime_types()
1470 auto ext_end = type_end; in read_mime_types()
1479 std::string(std::begin(line), type_end)); in read_mime_types() local
1482 std::string(std::begin(line), type_end))); in read_mime_types() local
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp9042 char* type_end = (char*)(intptr_t)ImStrchrRange(type_start, name_end, ']'); in LoadIniSettingsFromMemory() local
9043 const char* name_start = type_end ? ImStrchrRange(type_end + 1, name_end, '[') : NULL; in LoadIniSettingsFromMemory()
9044 if (!type_end || !name_start) in LoadIniSettingsFromMemory()
9051 *type_end = 0; // Overwrite first ']' in LoadIniSettingsFromMemory()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp10826 char* type_end = (char*)(void*)ImStrchrRange(type_start, name_end, ']'); in LoadIniSettingsFromMemory() local
10827 const char* name_start = type_end ? ImStrchrRange(type_end + 1, name_end, '[') : NULL; in LoadIniSettingsFromMemory()
10828 if (!type_end || !name_start) in LoadIniSettingsFromMemory()
10830 *type_end = 0; // Overwrite first ']' in LoadIniSettingsFromMemory()

Completed in 43 milliseconds