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

  /external/jsoncpp/src/lib_json/
json_value.cpp 44 const Int64 Value::minInt64 = Int64(~(UInt64(-1) / 2));
607 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt64, maxInt64),
1137 return value_.real_ >= double(minInt64) &&
    [all...]
  /external/jsoncpp/include/json/
value.h 153 static const Int64 minInt64;
  /external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
json.h 538 static const Int64 minInt64;
    [all...]
  /external/protobuf/conformance/third_party/jsoncpp/
json.h 581 static const Int64 minInt64;
    [all...]
jsoncpp.cpp     [all...]
  /external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
json.h 538 static const Int64 minInt64;
    [all...]
  /external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
json.h 538 static const Int64 minInt64;
    [all...]
  /external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
jsoncpp.cpp     [all...]
  /external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/
jsoncpp.cpp     [all...]
  /external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
jsoncpp.cpp     [all...]
  /external/jsoncpp/src/test_lib_json/
main.cpp 17 #define kint64min Json::Value::minInt64
    [all...]

Completed in 261 milliseconds