Searched defs:in_value (Results 1 – 5 of 5) sorted by relevance
/external/libbrillo/brillo/ |
D | value_conversion.h | 34 inline bool FromValue(const base::Value& in_value, bool* out_value) { in FromValue() 38 inline bool FromValue(const base::Value& in_value, int* out_value) { in FromValue() 42 inline bool FromValue(const base::Value& in_value, double* out_value) { in FromValue() 46 inline bool FromValue(const base::Value& in_value, std::string* out_value) { in FromValue() 50 inline bool FromValue(const base::Value& in_value, in FromValue() 55 inline bool FromValue(const base::Value& in_value, in FromValue() 70 bool FromValue(const base::Value& in_value, std::vector<T, Alloc>* out_value) { in FromValue() 86 bool FromValue(const base::Value& in_value, in FromValue()
|
D | value_conversion.cc | 22 bool FromValue(const base::Value& in_value, in FromValue() 31 bool FromValue(const base::Value& in_value, in FromValue()
|
D | value_conversion_unittest.cc | 103 auto in_value = ParseValue("[1, 2, 'foo']"); in TEST() local 110 auto in_value = ParseValue("{'foo':'bar','baz': 1}"); in TEST() local
|
/external/libchrome/base/ |
D | values.cc | 176 FundamentalValue::FundamentalValue(bool in_value) in FundamentalValue() 180 FundamentalValue::FundamentalValue(int in_value) in FundamentalValue() 184 FundamentalValue::FundamentalValue(double in_value) in FundamentalValue() 258 StringValue::StringValue(const std::string& in_value) in StringValue() 264 StringValue::StringValue(const string16& in_value) in StringValue() 399 void DictionaryValue::Set(const std::string& path, scoped_ptr<Value> in_value) { in Set() 424 void DictionaryValue::Set(const std::string& path, Value* in_value) { in Set() 428 void DictionaryValue::SetBoolean(const std::string& path, bool in_value) { in SetBoolean() 432 void DictionaryValue::SetInteger(const std::string& path, int in_value) { in SetInteger() 436 void DictionaryValue::SetDouble(const std::string& path, double in_value) { in SetDouble() [all …]
|
/external/libweave/third_party/chromium/base/ |
D | values.cc | 172 FundamentalValue::FundamentalValue(bool in_value) in FundamentalValue() 176 FundamentalValue::FundamentalValue(int in_value) in FundamentalValue() 180 FundamentalValue::FundamentalValue(double in_value) in FundamentalValue() 254 StringValue::StringValue(const std::string& in_value) in StringValue() 384 void DictionaryValue::Set(const std::string& path, scoped_ptr<Value> in_value) { in Set() 409 void DictionaryValue::Set(const std::string& path, Value* in_value) { in Set() 413 void DictionaryValue::SetBoolean(const std::string& path, bool in_value) { in SetBoolean() 417 void DictionaryValue::SetInteger(const std::string& path, int in_value) { in SetInteger() 421 void DictionaryValue::SetDouble(const std::string& path, double in_value) { in SetDouble() 426 const std::string& in_value) { in SetString() [all …]
|