Home
last modified time | relevance | path

Searched refs:nullSingleton (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_value.cpp70 Value const& Value::nullSingleton() { in nullSingleton() function in Json::Value
79 Value const& Value::null = Value::nullSingleton();
952 return nullSingleton(); in operator []()
956 return nullSingleton(); in operator []()
1103 return nullSingleton(); in operator []()
1109 return nullSingleton(); in operator []()
1580 return Value::nullSingleton(); in resolve()
1586 return Value::nullSingleton(); in resolve()
1589 if (node == &Value::nullSingleton()) { in resolve()
1592 return Value::nullSingleton(); in resolve()
[all …]
/AliOS-Things-master/components/oss/src/external/json/
A Djsoncpp.cpp2528 Value const& Value::nullSingleton() in nullSingleton() function in AlibabaCloud::OSS::Json::Value
2536 Value const& Value::null = Value::nullSingleton();
2537 Value const& Value::nullRef = Value::nullSingleton();
3533 return nullSingleton(); in operator []()
3537 return nullSingleton(); in operator []()
3599 return value == &nullSingleton() ? defaultValue : *value; in get()
3618 if (!found) return nullSingleton(); in operator []()
3624 if (!found) return nullSingleton(); in operator []()
3647 if (!found) return nullSingleton(); in operator []()
4117 if (node == &Value::nullSingleton()) { in resolve()
[all …]
A Djson.h660 static Value const& nullSingleton(); ///< Prefer this to null or nullRef.
/AliOS-Things-master/components/jsoncpp/src/test_lib_json/
A Dmain.cpp372 root["array"] = Json::Value::nullSingleton(); in JSONTEST_FIXTURE_LOCAL()
461 JSONTEST_ASSERT_EQUAL(Json::Value::nullSingleton(), null_); in JSONTEST_FIXTURE_LOCAL()
1505 checkIsEqual(Json::Value::nullSingleton(), Json::Value())); in JSONTEST_FIXTURE_LOCAL()
1507 checkIsEqual(Json::Value::nullSingleton(), Json::Value::nullSingleton())); in JSONTEST_FIXTURE_LOCAL()
1921 "there", root.get(binary, Json::Value::nullSingleton()).asString()); in JSONTEST_FIXTURE_LOCAL()
1934 "", root.get(binary, Json::Value::nullSingleton()).asString()); in JSONTEST_FIXTURE_LOCAL()
/AliOS-Things-master/components/jsoncpp/include/json/
A Dvalue.h220 static Value const& nullSingleton();

Completed in 34 milliseconds