Home
last modified time | relevance | path

Searched defs:in_value (Results 1 – 5 of 5) sorted by relevance

/external/libbrillo/brillo/
Dvalue_conversion.h34 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()
Dvalue_conversion.cc22 bool FromValue(const base::Value& in_value, in FromValue()
31 bool FromValue(const base::Value& in_value, in FromValue()
Dvalue_conversion_unittest.cc102 auto in_value = ParseValue("[1, 2, 'foo']"); in TEST() local
109 auto in_value = ParseValue("{'foo':'bar','baz': 1}"); in TEST() local
/external/libchrome/base/
Dvalues.cc160 FundamentalValue::FundamentalValue(bool in_value) in FundamentalValue()
164 FundamentalValue::FundamentalValue(int in_value) in FundamentalValue()
168 FundamentalValue::FundamentalValue(double in_value) in FundamentalValue()
242 StringValue::StringValue(const std::string& in_value) in StringValue()
248 StringValue::StringValue(const string16& in_value) in StringValue()
379 std::unique_ptr<Value> in_value) { in Set()
404 void DictionaryValue::Set(const std::string& path, Value* in_value) { in Set()
408 void DictionaryValue::SetBoolean(const std::string& path, bool in_value) { in SetBoolean()
412 void DictionaryValue::SetInteger(const std::string& path, int in_value) { in SetInteger()
416 void DictionaryValue::SetDouble(const std::string& path, double in_value) { in SetDouble()
[all …]
/external/libmojo/mojo/public/cpp/bindings/tests/
Dstruct_with_traits_impl.cc11 NestedStructWithTraitsImpl::NestedStructWithTraitsImpl(int32_t in_value) in NestedStructWithTraitsImpl()