Lines Matching refs:in_value
408 Value* Set(std::string_view path, std::unique_ptr<Value> in_value);
413 Value* SetBoolean(std::string_view path, bool in_value);
415 Value* SetInteger(std::string_view path, int in_value);
417 Value* SetString(std::string_view path, std::string_view in_value);
419 Value* SetString(std::string_view path, const std::u16string& in_value);
422 std::unique_ptr<DictionaryValue> in_value);
425 std::unique_ptr<ListValue> in_value);
431 std::unique_ptr<Value> in_value);
614 bool Set(size_t index, std::unique_ptr<Value> in_value);
667 void Append(std::unique_ptr<Value> in_value);
671 void AppendBoolean(bool in_value);
672 void AppendInteger(int in_value);
673 void AppendString(std::string_view in_value);
674 void AppendString(const std::u16string& in_value);
682 bool AppendIfNotPresent(std::unique_ptr<Value> in_value);
687 bool Insert(size_t index, std::unique_ptr<Value> in_value);