OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JSON_FAIL_MESSAGE
(Results
1 - 5
of
5
) sorted by null
/external/jsoncpp/include/json/
assertions.h
19
#define
JSON_FAIL_MESSAGE
(message) throw std::runtime_error(message);
27
#define
JSON_FAIL_MESSAGE
(message) \
38
JSON_FAIL_MESSAGE
(message) \
/external/jsoncpp/src/lib_json/
json_value.cpp
543
JSON_FAIL_MESSAGE
("Type is not convertible to string");
572
JSON_FAIL_MESSAGE
("Value is not convertible to Int.");
594
JSON_FAIL_MESSAGE
("Value is not convertible to UInt.");
617
JSON_FAIL_MESSAGE
("Value is not convertible to Int64.");
638
JSON_FAIL_MESSAGE
("Value is not convertible to UInt64.");
677
JSON_FAIL_MESSAGE
("Value is not convertible to double.");
699
JSON_FAIL_MESSAGE
("Value is not convertible to float.");
717
JSON_FAIL_MESSAGE
("Value is not convertible to bool.");
[
all
...]
json_reader.cpp
882
JSON_FAIL_MESSAGE
("reader error");
/external/protobuf/conformance/third_party/jsoncpp/
json.h
[
all
...]
jsoncpp.cpp
[
all
...]
Completed in 653 milliseconds