HomeSort by relevance Sort by last modified time
    Searched defs:JSON_ASSERT (Results 1 - 2 of 2) sorted by null

  /external/jsoncpp/include/json/
assertions.h 17 #define JSON_ASSERT(condition) \
21 #define JSON_ASSERT(condition) assert(condition);
  /external/protobuf/conformance/third_party/jsoncpp/
json.h 445 /** Exceptions thrown by JSON_ASSERT/JSON_FAIL macros.
862 /// \return non-zero, but JSON_ASSERT if this is neither object nor nullValue.
    [all...]

Completed in 543 milliseconds