Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui_widgets.cpp83 static const ImS64 IM_S64_MAX = LLONG_MAX; // (9223372036854775807ll); variable
86 static const ImS64 IM_S64_MAX = 9223372036854775807LL; variable
/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp110 static const ImS64 IM_S64_MAX = LLONG_MAX; // (9223372036854775807ll); variable
113 static const ImS64 IM_S64_MAX = 9223372036854775807LL; variable

Completed in 21 milliseconds