Lines Matching +defs:get +defs:Value
347 Value::Value(ValueType type) { in Value() function in Json::Value
376 Value::Value(Int value) { in Value() function in Json::Value
381 Value::Value(UInt value) { in Value() function in Json::Value
386 Value::Value(Int64 value) { in Value() function in Json::Value
390 Value::Value(UInt64 value) { in Value() function in Json::Value
396 Value::Value(double value) { in Value() function in Json::Value
401 Value::Value(const char* value) { in Value() function in Json::Value
409 Value::Value(const char* begin, const char* end) { in Value() function in Json::Value
415 Value::Value(const String& value) { in Value() function in Json::Value
421 Value::Value(const StaticString& value) { in Value() function in Json::Value
426 Value::Value(bool value) { in Value() function in Json::Value
431 Value::Value(const Value& other) { in Value() function in Json::Value
436 Value::Value(Value&& other) noexcept { in Value() function in Json::Value
1075 Value Value::get(ArrayIndex index, const Value& defaultValue) const { in get() function in Json::Value
1155 Value Value::get(char const* begin, char const* end, in get() function in Json::Value
1160 Value Value::get(char const* key, Value const& defaultValue) const { in get() function in Json::Value
1163 Value Value::get(String const& key, Value const& defaultValue) const { in get() function in Json::Value
1394 String Value::Comments::get(CommentPlacement slot) const { in get() function in Json::Value::Comments