Home
last modified time | relevance | path

Searched refs:isDouble (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DValue.h142 bool isDouble() const;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
Djson.h739 bool isDouble() const;
Djsoncpp.cpp3711 bool Value::isDouble() const { return type_ == realValue || isIntegral(); } in isDouble() function in Json::Value
3713 bool Value::isNumeric() const { return isIntegral() || isDouble(); } in isNumeric()