Home
last modified time | relevance | path

Searched defs:is_decimal (Results 1 – 3 of 3) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/common/
Dstructured_headers.h87 bool is_decimal() const { return Type() == kDecimalType; } in is_decimal() function
Dstructured_headers.cc359 bool is_decimal = false; in ReadNumber() local
/external/mesa3d/src/imgui/
Dimgui_widgets.cpp1734 … const bool is_decimal = (data_type == ImGuiDataType_Float) || (data_type == ImGuiDataType_Double); in DragBehaviorT() local
2110 … const bool is_decimal = (data_type == ImGuiDataType_Float) || (data_type == ImGuiDataType_Double); in SliderBehaviorT() local