Searched refs:nullRef (Results 1 – 10 of 10) sorted by relevance
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2415 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 …]
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2415 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 …]
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
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 …]
|
D | json.h | 564 static const Value& nullRef; ///< just a kludge for binary-compatibility; same as null variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2415 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 …]
|
/third_party/jsoncpp/include/json/ |
D | value.h | 216 static const Value& nullRef; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 521 static const Value& nullRef; ///< just a kludge for binary-compatibility; same as null variable
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 521 static const Value& nullRef; ///< just a kludge for binary-compatibility; same as null variable
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 521 static const Value& nullRef; ///< just a kludge for binary-compatibility; same as null variable
|
/third_party/jsoncpp/src/lib_json/ |
D | json_value.cpp | 82 Value const& Value::nullRef = Value::nullSingleton(); member in Json::Value
|