Home
last modified time | relevance | path

Searched defs:in_value (Results 1 – 6 of 6) 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.cc735 Value* DictionaryValue::Set(StringPiece path, std::unique_ptr<Value> in_value) { in Set()
761 Value* DictionaryValue::SetBoolean(StringPiece path, bool in_value) { in SetBoolean()
765 Value* DictionaryValue::SetInteger(StringPiece path, int in_value) { in SetInteger()
769 Value* DictionaryValue::SetDouble(StringPiece path, double in_value) { in SetDouble()
773 Value* DictionaryValue::SetString(StringPiece path, StringPiece in_value) { in SetString()
777 Value* DictionaryValue::SetString(StringPiece path, const string16& in_value) { in SetString()
783 std::unique_ptr<DictionaryValue> in_value) { in SetDictionary()
788 std::unique_ptr<ListValue> in_value) { in SetList()
794 std::unique_ptr<Value> in_value) { in SetWithoutPathExpansion()
1179 bool ListValue::Set(size_t index, std::unique_ptr<Value> in_value) { in Set()
[all …]
/external/libchrome/mojo/public/cpp/bindings/tests/
Dstruct_with_traits_impl.cc11 NestedStructWithTraitsImpl::NestedStructWithTraitsImpl(int32_t in_value) in NestedStructWithTraitsImpl()
/external/tensorflow/tensorflow/lite/kernels/
Dconv.cc132 const float in_value = input_data[i * cols + j]; in TransposeFloatTensor() local