Home
last modified time | relevance | path

Searched defs: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
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
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp10826 char* type_end = (char*)(void*)ImStrchrRange(type_start, name_end, ']'); in LoadIniSettingsFromMemory() local

Completed in 39 milliseconds