Home
last modified time | relevance | path

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

/external/libbrillo/brillo/
Dvalue_conversion.h35 inline bool FromValue(const base::Value& in_value, bool* out_value) { in FromValue()
39 inline bool FromValue(const base::Value& in_value, int* out_value) { in FromValue()
43 inline bool FromValue(const base::Value& in_value, double* out_value) { in FromValue()
47 inline bool FromValue(const base::Value& in_value, std::string* out_value) { in FromValue()
51 inline bool FromValue(const base::Value& in_value, in FromValue()
56 inline bool FromValue(const base::Value& in_value, in FromValue()
71 bool FromValue(const base::Value& in_value, std::vector<T, Alloc>* out_value) { in FromValue()
87 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_test.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 …]
Dvalue_conversions.cc35 std::unique_ptr<Value> CreateFilePathValue(const FilePath& in_value) { in CreateFilePathValue()
/external/libchrome/mojo/public/cpp/bindings/tests/
Dstruct_with_traits_impl.cc11 NestedStructWithTraitsImpl::NestedStructWithTraitsImpl(int32_t in_value) in NestedStructWithTraitsImpl()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp49 bool ItaniumABILanguageRuntime::CouldHaveDynamicValue(ValueObject &in_value) { in CouldHaveDynamicValue()
57 ValueObject &in_value, lldb::addr_t original_ptr, in GetTypeInfoFromVTableAddress()
186 ValueObject &in_value, lldb::DynamicValueType use_dynamic, in GetDynamicTypeAndAddress()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp261 bool AppleObjCRuntime::CouldHaveDynamicValue(ValueObject &in_value) { in CouldHaveDynamicValue()
269 ValueObject &in_value, lldb::DynamicValueType use_dynamic, in GetDynamicTypeAndAddress()
DAppleObjCRuntimeV1.cpp48 ValueObject &in_value, lldb::DynamicValueType use_dynamic, in GetDynamicTypeAndAddress()
DAppleObjCRuntimeV2.cpp436 ValueObject &in_value, lldb::DynamicValueType use_dynamic, in GetDynamicTypeAndAddress()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dnumbers_test.cc252 void VerifySimpleAtoiGood(in_val_type in_value, int_type exp_value) { in VerifySimpleAtoiGood()
266 void VerifySimpleAtoiBad(in_val_type in_value) { in VerifySimpleAtoiBad()
/external/abseil-cpp/absl/strings/
Dnumbers_test.cc251 void VerifySimpleAtoiGood(in_val_type in_value, int_type exp_value) { in VerifySimpleAtoiGood()
265 void VerifySimpleAtoiBad(in_val_type in_value) { in VerifySimpleAtoiBad()
/external/openscreen/third_party/abseil/src/absl/strings/
Dnumbers_test.cc252 void VerifySimpleAtoiGood(in_val_type in_value, int_type exp_value) { in VerifySimpleAtoiGood()
266 void VerifySimpleAtoiBad(in_val_type in_value) { in VerifySimpleAtoiBad()
/external/webrtc/third_party/abseil-cpp/absl/strings/
Dnumbers_test.cc251 void VerifySimpleAtoiGood(in_val_type in_value, int_type exp_value) { in VerifySimpleAtoiGood()
265 void VerifySimpleAtoiBad(in_val_type in_value) { in VerifySimpleAtoiBad()
/external/libtextclassifier/abseil-cpp/absl/strings/
Dnumbers_test.cc252 void VerifySimpleAtoiGood(in_val_type in_value, int_type exp_value) { in VerifySimpleAtoiGood()
266 void VerifySimpleAtoiBad(in_val_type in_value) { in VerifySimpleAtoiBad()
/external/tensorflow/tensorflow/lite/kernels/
Dconv.cc155 const float in_value = input_data[i * cols + j]; in TransposeFloatTensor() local
/external/llvm-project/lldb/source/API/
DSBValue.cpp206 ValueObjectSP GetLockedSP(ValueImpl &in_value) { in GetLockedSP()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.cpp1025 ValueObject &in_value, lldb::DynamicValueType use_dynamic, in GetDynamicTypeAndAddress()
1037 bool RenderScriptRuntime::CouldHaveDynamicValue(ValueObject &in_value) { in CouldHaveDynamicValue()
/external/llvm-project/lldb/source/Target/
DProcess.cpp1645 bool Process::IsPossibleDynamicValue(ValueObject &in_value) { in IsPossibleDynamicValue()