OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minLargestInt
(Results
1 - 5
of
5
) sorted by null
/external/jsoncpp/include/json/
value.h
138
static const LargestInt
minLargestInt
;
/external/jsoncpp/src/lib_json/
json_reader.cpp
524
isNegative ? Value::LargestUInt(-Value::
minLargestInt
)
json_value.cpp
52
const LargestInt Value::
minLargestInt
= LargestInt(~(LargestUInt(-1) / 2));
[
all
...]
/external/protobuf/conformance/third_party/jsoncpp/
json.h
566
static const LargestInt
minLargestInt
;
[
all
...]
jsoncpp.cpp
782
decoded = Value::
minLargestInt
;
[
all
...]
Completed in 423 milliseconds