Home
last modified time | relevance | path

Searched refs:defaultValue (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_value.cpp935 ObjectValues::value_type defaultValue(key, nullSingleton()); in operator []() local
936 it = value_.map_->insert(it, defaultValue); in operator []()
1050 it = value_.map_->insert(it, defaultValue); in resolveReference()
1069 it = value_.map_->insert(it, defaultValue); in resolveReference()
1076 return value == &nullSingleton() ? defaultValue : *value; in get()
1155 Value const& defaultValue) const { in get()
1157 return !found ? defaultValue : *found; in get()
1160 return get(key, key + strlen(key), defaultValue); in get()
1604 return defaultValue; in resolve()
1608 return defaultValue; in resolve()
[all …]
/AliOS-Things-master/components/oss/src/external/tinyxml2/
A Dtinyxml2.cpp1534 int i = defaultValue; in IntAttribute()
1541 unsigned i = defaultValue; in UnsignedAttribute()
1548 int64_t i = defaultValue; in Int64Attribute()
1555 bool b = defaultValue; in BoolAttribute()
1562 double d = defaultValue; in DoubleAttribute()
1569 float f = defaultValue; in FloatAttribute()
1721 int i = defaultValue; in IntText()
1735 int64_t i = defaultValue; in Int64Text()
1742 bool b = defaultValue; in BoolText()
1749 double d = defaultValue; in DoubleText()
[all …]
A Dtinyxml2.h1303 int IntAttribute(const char* name, int defaultValue = 0) const;
1307 int64_t Int64Attribute(const char* name, int64_t defaultValue = 0) const;
1309 bool BoolAttribute(const char* name, bool defaultValue = false) const;
1311 double DoubleAttribute(const char* name, double defaultValue = 0) const;
1313 float FloatAttribute(const char* name, float defaultValue = 0) const;
1598 int IntText(int defaultValue = 0) const;
1601 unsigned UnsignedText(unsigned defaultValue = 0) const;
1603 int64_t Int64Text(int64_t defaultValue = 0) const;
1605 bool BoolText(bool defaultValue = false) const;
1607 double DoubleText(double defaultValue = 0) const;
[all …]
/AliOS-Things-master/components/jsoncpp/include/json/
A Dvalue.h459 Value get(ArrayIndex index, const Value& defaultValue) const;
501 Value get(const char* key, const Value& defaultValue) const;
506 const Value& defaultValue) const;
510 Value get(const String& key, const Value& defaultValue) const;
726 Value resolve(const Value& root, const Value& defaultValue) const;
/AliOS-Things-master/components/oss/src/external/json/
A Djson.h909 Value get(ArrayIndex index, const Value& defaultValue) const;
957 Value get(const char* key, const Value& defaultValue) const;
961 Value get(const char* begin, const char* end, const Value& defaultValue) const;
965 Value get(const JSONCPP_STRING& key, const Value& defaultValue) const;
969 Value get(const CppTL::ConstString& key, const Value& defaultValue) const;
1149 Value resolve(const Value& root, const Value& defaultValue) const;
A Djsoncpp.cpp3517 it = value_.map_->insert(it, defaultValue); in operator []()
3572 it = value_.map_->insert(it, defaultValue); in resolveReference()
3592 it = value_.map_->insert(it, defaultValue); in resolveReference()
3599 return value == &nullSingleton() ? defaultValue : *value; in get()
3661 return !found ? defaultValue : *found; in get()
3665 return get(key, key + strlen(key), defaultValue); in get()
3734 const Value& defaultValue) const { in get()
3735 return get(key.c_str(), key.end_c_str(), defaultValue); in get()
4133 return defaultValue; in resolve()
4137 return defaultValue; in resolve()
[all …]
/AliOS-Things-master/components/jsoncpp/src/test_lib_json/
A Dmain.cpp356 const Json::Value defaultValue(10); in JSONTEST_FIXTURE_LOCAL() local
365 JSONTEST_ASSERT_EQUAL(defaultValue, array.get(index, defaultValue)); in JSONTEST_FIXTURE_LOCAL()
2050 const Json::Value defaultValue("error"); in JSONTEST_FIXTURE_LOCAL() local
2065 result = path1.resolve(root, defaultValue); in JSONTEST_FIXTURE_LOCAL()
2072 result = path2.resolve(root, defaultValue); in JSONTEST_FIXTURE_LOCAL()
2073 JSONTEST_ASSERT_EQUAL(defaultValue, result); in JSONTEST_FIXTURE_LOCAL()
2079 result = path3.resolve(root, defaultValue); in JSONTEST_FIXTURE_LOCAL()
2080 JSONTEST_ASSERT_EQUAL(defaultValue, result); in JSONTEST_FIXTURE_LOCAL()
2086 result = path4.resolve(root, defaultValue); in JSONTEST_FIXTURE_LOCAL()
2093 result = path5.resolve(root, defaultValue); in JSONTEST_FIXTURE_LOCAL()
[all …]
/AliOS-Things-master/components/freetype/src/truetype/
A Dttgxvar.c581 FT_ULong defaultValue; member
651 FT_FRAME_ULONG ( defaultValue ), in TT_Get_MM_Var()
746 a->def = axis_rec.defaultValue; /* A Fixed */ in TT_Get_MM_Var()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/gradle/wrapper/
A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...

Completed in 49 milliseconds