HomeSort by relevance Sort by last modified time
    Searched refs:integerToDouble (Results 1 - 2 of 2) sorted by null

  /external/jsoncpp/src/lib_json/
json_value.cpp 65 static inline double integerToDouble(Json::UInt64 value) {
69 template <typename T> static inline double integerToDouble(T value) {
75 return d >= integerToDouble(min) && d <= integerToDouble(max);
666 return integerToDouble(value_.uint_);
688 return integerToDouble(value_.uint_);
    [all...]
  /external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp     [all...]

Completed in 423 milliseconds