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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp9041 const char* type_start = line + 1; local in function:ImGui::LoadIniSettingsFromMemory
9042 char* type_end = (char*)(intptr_t)ImStrchrRange(type_start, name_end, ']');
9046 name_start = type_start; // Import legacy entries that have no type
9047 type_start = "Window";
9054 entry_handler = FindSettingsHandler(type_start);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp9041 const char* type_start = line + 1; local in function:ImGui::LoadIniSettingsFromMemory
9042 char* type_end = (char*)(intptr_t)ImStrchrRange(type_start, name_end, ']');
9046 name_start = type_start; // Import legacy entries that have no type
9047 type_start = "Window";
9054 entry_handler = FindSettingsHandler(type_start);

Completed in 34 milliseconds