Home
last modified time | relevance | path

Searched defs:minInt64 (Results 1 – 4 of 4) sorted by relevance

/external/jsoncpp/include/json/
Dvalue.h153 static const Int64 minInt64; variable
/external/protobuf/conformance/third_party/jsoncpp/
Djson.h581 static const Int64 minInt64; variable
Djsoncpp.cpp2457 const Int64 Value::minInt64 = Int64(~(UInt64(-1) / 2)); member in Json::Value
/external/jsoncpp/src/lib_json/
Djson_value.cpp44 const Int64 Value::minInt64 = Int64(~(UInt64(-1) / 2)); member in Json::Value