Searched defs:is_decimal (Results 1 – 5 of 5) sorted by relevance
88 bool is_decimal() const { return Type() == kDecimalType; } in is_decimal() function
361 bool is_decimal = false; in ReadNumber() local
427 def is_decimal(self): member in CppExpr
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