Lines Matching +defs:get +defs:Value
341 Value::Value(ValueType type) { in Value() function in Json::Value
370 Value::Value(Int value) { in Value() function in Json::Value
375 Value::Value(UInt value) { in Value() function in Json::Value
380 Value::Value(Int64 value) { in Value() function in Json::Value
384 Value::Value(UInt64 value) { in Value() function in Json::Value
390 Value::Value(double value) { in Value() function in Json::Value
395 Value::Value(const char* value) { in Value() function in Json::Value
403 Value::Value(const char* begin, const char* end) { in Value() function in Json::Value
409 Value::Value(const String& value) { in Value() function in Json::Value
415 Value::Value(const StaticString& value) { in Value() function in Json::Value
420 Value::Value(bool value) { in Value() function in Json::Value
425 Value::Value(const Value& other) { in Value() function in Json::Value
430 Value::Value(Value&& other) { in Value() function in Json::Value
1072 Value Value::get(ArrayIndex index, const Value& defaultValue) const { in get() function in Json::Value
1158 Value Value::get(char const* begin, char const* end, in insert() function in Json::Value
1163 Value Value::get(char const* key, Value const& defaultValue) const { in insert() function in Json::Value
1166 Value Value::get(String const& key, Value const& defaultValue) const { in insert() function in Json::Value
1392 String Value::Comments::get(CommentPlacement slot) const { return ptr_[slot]; } in insert() function in Json::Value::Comments