Home
last modified time | relevance | path

Searched refs:nullRef (Results 1 – 11 of 11) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/jdk/
DJDKAtomicTypesDeserTest.java296 MyBean2303 nullRef = r.readValue(" {\"refRef\": null } "); in testNullWithinNested() local
297 assertNotNull(nullRef.refRef); in testNullWithinNested()
298 assertNotNull(nullRef.refRef.get()); in testNullWithinNested()
299 assertNull(nullRef.refRef.get().get()); in testNullWithinNested()
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2415 const Value& Value::nullRef = null; member in Json::Value
3309 ObjectValues::value_type defaultValue(key, nullRef); in operator []()
3326 return nullRef; in operator []()
3330 return nullRef; in operator []()
3364 ObjectValues::value_type defaultValue(actualKey, nullRef); in resolveReference()
3384 ObjectValues::value_type defaultValue(actualKey, nullRef); in resolveReference()
3392 return value == &nullRef ? defaultValue : *value; in get()
3411 if (!found) return nullRef; in operator []()
3417 if (!found) return nullRef; in operator []()
3440 if (!found) return nullRef; in operator []()
[all …]
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2415 const Value& Value::nullRef = null; member in Json::Value
3309 ObjectValues::value_type defaultValue(key, nullRef); in operator []()
3326 return nullRef; in operator []()
3330 return nullRef; in operator []()
3364 ObjectValues::value_type defaultValue(actualKey, nullRef); in resolveReference()
3384 ObjectValues::value_type defaultValue(actualKey, nullRef); in resolveReference()
3392 return value == &nullRef ? defaultValue : *value; in get()
3411 if (!found) return nullRef; in operator []()
3417 if (!found) return nullRef; in operator []()
3440 if (!found) return nullRef; in operator []()
[all …]
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp2451 const Value& Value::nullRef = null; member in Json::Value
3342 ObjectValues::value_type defaultValue(key, nullRef); in operator []()
3359 return nullRef; in operator []()
3363 return nullRef; in operator []()
3397 ObjectValues::value_type defaultValue(actualKey, nullRef); in resolveReference()
3417 ObjectValues::value_type defaultValue(actualKey, nullRef); in resolveReference()
3425 return value == &nullRef ? defaultValue : *value; in get()
3444 if (!found) return nullRef; in operator []()
3450 if (!found) return nullRef; in operator []()
3473 if (!found) return nullRef; in operator []()
[all …]
Djson.h564 static const Value& nullRef; ///< just a kludge for binary-compatibility; same as null variable
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2415 const Value& Value::nullRef = null; member in Json::Value
3309 ObjectValues::value_type defaultValue(key, nullRef); in operator []()
3326 return nullRef; in operator []()
3330 return nullRef; in operator []()
3364 ObjectValues::value_type defaultValue(actualKey, nullRef); in resolveReference()
3384 ObjectValues::value_type defaultValue(actualKey, nullRef); in resolveReference()
3392 return value == &nullRef ? defaultValue : *value; in get()
3411 if (!found) return nullRef; in operator []()
3417 if (!found) return nullRef; in operator []()
3440 if (!found) return nullRef; in operator []()
[all …]
/external/jsoncpp/include/json/
Dvalue.h216 static const Value& nullRef; variable
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h521 static const Value& nullRef; ///< just a kludge for binary-compatibility; same as null variable
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h521 static const Value& nullRef; ///< just a kludge for binary-compatibility; same as null variable
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h521 static const Value& nullRef; ///< just a kludge for binary-compatibility; same as null variable
/external/jsoncpp/src/lib_json/
Djson_value.cpp82 Value const& Value::nullRef = Value::nullSingleton(); member in Json::Value