Lines Matching refs:in_value
67 static FundamentalValue* CreateBooleanValue(bool in_value);
68 static FundamentalValue* CreateIntegerValue(int in_value);
69 static FundamentalValue* CreateDoubleValue(double in_value);
70 static StringValue* CreateStringValue(const std::string& in_value);
71 static StringValue* CreateStringValue(const string16& in_value);
128 explicit FundamentalValue(bool in_value);
129 explicit FundamentalValue(int in_value);
130 explicit FundamentalValue(double in_value);
153 explicit StringValue(const std::string& in_value);
156 explicit StringValue(const string16& in_value);
235 void Set(const std::string& path, Value* in_value);
239 void SetBoolean(const std::string& path, bool in_value);
240 void SetInteger(const std::string& path, int in_value);
241 void SetDouble(const std::string& path, double in_value);
242 void SetString(const std::string& path, const std::string& in_value);
243 void SetString(const std::string& path, const string16& in_value);
247 void SetWithoutPathExpansion(const std::string& key, Value* in_value);
369 bool Set(size_t index, Value* in_value);
400 void Append(Value* in_value);
405 bool AppendIfNotPresent(Value* in_value);
409 bool Insert(size_t index, Value* in_value);