Searched defs:IsDataType (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1475 bool IsDataType(const char* type) const { return DataFrameCount != -1 && strcmp(type, DataType) == 0; } function in struct:ImGuiPayload
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1475 bool IsDataType(const char* type) const { return DataFrameCount != -1 && strcmp(type, DataType) == 0; } function in struct:ImGuiPayload

Completed in 17 milliseconds