Home
last modified time | relevance | path

Searched refs:minLargestInt (Results 1 – 11 of 11) sorted by relevance

/third_party/jsoncpp/src/lib_json/
Djson_reader.cpp579 decoded = Value::minLargestInt; in decodeNumber()
1579 static_assert(Value::minLargestInt <= -Value::maxLargestInt, in decodeNumber()
1582 static_assert(Value::minLargestInt / 10 >= -Value::maxLargestInt, in decodeNumber()
1596 Value::LargestUInt(-(Value::minLargestInt / 10)); in decodeNumber()
1598 Value::UInt(-(Value::minLargestInt % 10)); in decodeNumber()
Djson_writer.cpp97 if (value == Value::minLargestInt) { in valueToString()
/third_party/jsoncpp/include/json/
Dvalue.h223 static constexpr LargestInt minLargestInt = variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h523 static const LargestInt minLargestInt; variable
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h523 static const LargestInt minLargestInt; variable
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h523 static const LargestInt minLargestInt; variable
/third_party/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp782 decoded = Value::minLargestInt; in decodeNumber()
1742 isNegative ? Value::LargestUInt(-Value::minLargestInt) in decodeNumber()
2465 const LargestInt Value::minLargestInt = LargestInt(~(LargestUInt(-1) / 2)); member in Json::Value
4072 if (value == Value::minLargestInt) { in valueToString()
Djson.h566 static const LargestInt minLargestInt; variable
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp745 isNegative ? Value::LargestUInt(-Value::minLargestInt) in decodeNumber()
1708 isNegative ? Value::LargestUInt(-Value::minLargestInt) in decodeNumber()
2429 const LargestInt Value::minLargestInt = LargestInt(~(LargestUInt(-1) / 2)); member in Json::Value
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp745 isNegative ? Value::LargestUInt(-Value::minLargestInt) in decodeNumber()
1708 isNegative ? Value::LargestUInt(-Value::minLargestInt) in decodeNumber()
2429 const LargestInt Value::minLargestInt = LargestInt(~(LargestUInt(-1) / 2)); member in Json::Value
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp745 isNegative ? Value::LargestUInt(-Value::minLargestInt) in decodeNumber()
1708 isNegative ? Value::LargestUInt(-Value::minLargestInt) in decodeNumber()
2429 const LargestInt Value::minLargestInt = LargestInt(~(LargestUInt(-1) / 2)); member in Json::Value