Home
last modified time | relevance | path

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

/external/chromium_org/third_party/jsoncpp/overrides/include/json/
Dvalue.h156 static const Int64 minInt64; variable
/external/jsoncpp/chromium-overrides/include/json/
Dvalue.h156 static const Int64 minInt64; variable
/external/jsoncpp/include/json/
Dvalue.h156 static const Int64 minInt64; variable
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
Djson_value.cpp44 const Int64 Value::minInt64 = Int64( ~(UInt64(-1)/2) ); member in Json::Value
/external/jsoncpp/chromium-overrides/src/lib_json/
Djson_value.cpp38 const Int64 Value::minInt64 = Int64( ~(UInt64(-1)/2) ); member in Json::Value
/external/jsoncpp/src/lib_json/
Djson_value.cpp34 const Int64 Value::minInt64 = Int64( ~(UInt64(-1)/2) ); member in Json::Value