Home
last modified time | relevance | path

Searched defs:JSON_ASSERT (Results 1 – 9 of 9) sorted by relevance

/third_party/json/tests/src/
Dunit-assert_macro.cpp21 #define JSON_ASSERT(x) {if (!(x)) ++assert_counter; } macro
/third_party/json/docs/mkdocs/docs/api/macros/
Djson_assert.md1 # JSON_ASSERT chapter
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h1976 # define JSON_ASSERT(condition) \ macro
1988 # define JSON_ASSERT(condition) assert(condition) macro
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h1976 # define JSON_ASSERT(condition) \ macro
1988 # define JSON_ASSERT(condition) assert(condition) macro
/third_party/protobuf/conformance/third_party/jsoncpp/
Djson.h2034 # define JSON_ASSERT(condition) \ macro
2046 # define JSON_ASSERT(condition) assert(condition) macro
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h1976 # define JSON_ASSERT(condition) \ macro
1988 # define JSON_ASSERT(condition) assert(condition) macro
/third_party/json/include/nlohmann/detail/
Dmacro_scope.hpp192 #define JSON_ASSERT(x) assert(x) macro
/third_party/json/single_include/nlohmann/
Djson.hpp2542 #define JSON_ASSERT(x) assert(x) macro
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp2441 #define JSON_ASSERT(x) assert(x) macro