Searched refs:nullRef (Results 1 - 8 of 8) sorted by relevance
/third_party/protobuf/conformance/third_party/jsoncpp/ |
H A D | jsoncpp.cpp | 2451 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...] |
H A D | json.h | 564 static const Value& nullRef; ///< just a kludge for binary-compatibility; same as null member in Json::Value
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 2415 const Value& Value::nullRef = null; 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...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 2415 const Value& Value::nullRef = null; 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...] |
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 2415 const Value& Value::nullRef = null; 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...] |
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 521 static const Value& nullRef; ///< just a kludge for binary-compatibility; same as null member in Json::Value
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 521 static const Value& nullRef; ///< just a kludge for binary-compatibility; same as null member in Json::Value
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 521 static const Value& nullRef; ///< just a kludge for binary-compatibility; same as null member in Json::Value
|
Completed in 27 milliseconds