Searched defs:is_decimal (Results 1 – 4 of 4) sorted by relevance
88 bool is_decimal() const { return Type() == kDecimalType; } in is_decimal() function
364 bool is_decimal = false; in ReadNumber() local
404 static parson_bool_t is_decimal(const char *string, size_t length) { in is_decimal() function
1734 … const bool is_decimal = (data_type == ImGuiDataType_Float) || (data_type == ImGuiDataType_Double); in DragBehaviorT() local2110 … const bool is_decimal = (data_type == ImGuiDataType_Float) || (data_type == ImGuiDataType_Double); in SliderBehaviorT() local