Home
last modified time | relevance | path

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

/third_party/jsoncpp/include/json/
Dassertions.h23 #define JSON_ASSERT(condition) \ macro
40 #define JSON_ASSERT(condition) assert(condition) macro
/third_party/json/test/src/
Dunit-assert_macro.cpp41 #define JSON_ASSERT(x) {if (!(x)) ++assert_counter; } 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/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/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/json/include/nlohmann/detail/
Dmacro_scope.hpp83 #define JSON_ASSERT(x) assert(x) macro
/third_party/json/single_include/nlohmann/
Djson.hpp2100 #define JSON_ASSERT(x) assert(x) macro