Home
last modified time | relevance | path

Searched defs:out_value (Results 1 – 25 of 68) sorted by relevance

123

/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()
52 const base::ListValue** out_value) { in FromValue()
57 const base::DictionaryValue** out_value) { in FromValue()
71 bool FromValue(const base::Value& in_value, std::vector<T, Alloc>* out_value) { in FromValue()
88 std::map<std::string, T, Pred, Alloc>* out_value) { in FromValue()
Dvalue_conversion.cc23 std::unique_ptr<base::ListValue>* out_value) { in FromValue()
32 std::unique_ptr<base::DictionaryValue>* out_value) { in FromValue()
/external/libchrome/base/
Dvalues.cc504 bool Value::GetAsList(ListValue** out_value) { in GetAsList()
520 bool Value::GetAsDictionary(DictionaryValue** out_value) { in GetAsDictionary()
826 bool DictionaryValue::Get(StringPiece path, Value** out_value) { in Get()
901 bool DictionaryValue::GetBinary(StringPiece path, Value** out_value) { in GetBinary()
920 DictionaryValue** out_value) { in GetDictionary()
939 bool DictionaryValue::GetList(StringPiece path, ListValue** out_value) { in GetList()
958 Value** out_value) { in GetWithoutPathExpansion()
1026 DictionaryValue** out_value) { in GetDictionaryWithoutPathExpansion()
1049 ListValue** out_value) { in GetListWithoutPathExpansion()
1057 std::unique_ptr<Value>* out_value) { in Remove()
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_sample_positions.c79 float *out_value) in u_default_get_sample_position()
/external/cronet/tot/third_party/boringssl/src/crypto/x509/
Dv3_genn.cc259 ASN1_TYPE **out_value) { in GENERAL_NAME_get0_otherName()
/external/cronet/stable/third_party/boringssl/src/crypto/x509/
Dv3_genn.cc259 ASN1_TYPE **out_value) { in GENERAL_NAME_get0_otherName()
/external/boringssl/src/crypto/x509/
Dv3_genn.cc212 ASN1_TYPE **out_value) { in GENERAL_NAME_get0_otherName()
/external/boringssl/src/crypto/test/
Dfile_test.cc257 bool FileTest::GetAttribute(std::string *out_value, const std::string &key) { in GetAttribute()
280 bool FileTest::GetInstruction(std::string *out_value, const std::string &key) { in GetInstruction()
/external/cronet/stable/third_party/boringssl/src/crypto/test/
Dfile_test.cc257 bool FileTest::GetAttribute(std::string *out_value, const std::string &key) { in GetAttribute()
280 bool FileTest::GetInstruction(std::string *out_value, const std::string &key) { in GetInstruction()
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/test/
Dfile_test.cc255 bool FileTest::GetAttribute(std::string *out_value, const std::string &key) { in GetAttribute()
278 bool FileTest::GetInstruction(std::string *out_value, const std::string &key) { in GetInstruction()
/external/cronet/tot/third_party/boringssl/src/crypto/test/
Dfile_test.cc257 bool FileTest::GetAttribute(std::string *out_value, const std::string &key) { in GetAttribute()
280 bool FileTest::GetInstruction(std::string *out_value, const std::string &key) { in GetInstruction()
/external/mesa3d/src/gallium/drivers/r600/
Dcayman_msaa.c63 unsigned sample_index, float *out_value) in cayman_get_sample_position()
/external/avb/libavb/
Davb_property_descriptor.c139 uint64_t* out_value) { in avb_property_lookup_uint64()
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay_params.c107 parse_string(const char *s, char *out_param, char *out_value) in parse_string()
/external/perfetto/include/perfetto/public/
Dpb_utils.h99 uint64_t* out_value) { in PerfettoPbParseVarInt()
/external/coreboot/src/soc/nvidia/tegra/
Dgpio.h76 u32 out_value[GPIO_PORTS_PER_BANK]; member
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_msaa.c118 unsigned sample_index, float *out_value) in si_get_sample_position()
/external/pdfium/fpdfsdk/
Dfpdf_structtree.cpp381 FPDF_BOOL* out_value) { in FPDF_StructElement_Attr_GetBooleanValue()
397 float* out_value) { in FPDF_StructElement_Attr_GetNumberValue()
/external/cronet/stable/components/prefs/
Doverlay_user_pref_store.cc100 std::optional<base::Value> out_value = in GetValues() local
/external/cronet/tot/components/prefs/
Doverlay_user_pref_store.cc100 std::optional<base::Value> out_value = in GetValues() local
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_gs.cpp226 auto out_value = value_factory().src_vec4(instr->src[0], pin_free, src_swz); in store_output() local
/external/perfetto/include/perfetto/protozero/
Dproto_utils.h257 uint64_t* out_value) { in ParseVarInt()
/external/mesa3d/src/vulkan/screenshot-layer/
Dscreenshot_params.c384 parse_string(const char *s, char *out_param, char *out_value) in parse_string()
/external/perfetto/src/tools/proto_merger/
Dproto_merger.cc139 auto out_value = input_value ? MergeEnumValue(*input_value, upstream_value) in MergeEnum() local
/external/pytorch/aten/src/ATen/native/
DUpSampleBicubic2d.cpp161 opmath_t out_value = out[output_y * output_width + output_x]; in upsample_bicubic2d_backward_out_frame() local

123