Home
last modified time | relevance | path

Searched defs:str_value (Results 1 – 25 of 130) sorted by relevance

123456

/aosp_15_r20/external/libtextclassifier/native/utils/flatbuffers/
H A Dmutable.cc29 bool Parse(const std::string& str_value, float* value) { in Parse()
38 bool Parse(const std::string& str_value, double* value) { in Parse()
42 bool Parse(const std::string& str_value, int64* value) { in Parse()
46 bool Parse(const std::string& str_value, int32* value) { in Parse()
50 bool Parse(const std::string& str_value, std::string* value) { in Parse()
57 const std::string& str_value, MutableFlatbuffer* buffer) { in ParseAndSetField()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dresource_handle.pb_text.cc290 string str_value; in ProtoParseFromScanner() local
298 string str_value; in ProtoParseFromScanner() local
306 string str_value; in ProtoParseFromScanner() local
321 string str_value; in ProtoParseFromScanner() local
H A Dattr_value.pb_text.cc119 string str_value; in ProtoParseFromScanner() local
443 string str_value; in ProtoParseFromScanner() local
629 string str_value; in ProtoParseFromScanner() local
674 string str_value; in ProtoParseFromScanner() local
776 string str_value; in ProtoParseFromScanner() local
H A Dtensor.pb_text.cc263 string str_value; in ProtoParseFromScanner() local
327 string str_value; in ProtoParseFromScanner() local
523 string str_value; in ProtoParseFromScanner() local
531 string str_value; in ProtoParseFromScanner() local
/aosp_15_r20/external/webrtc/rtc_base/experiments/
H A Dfield_trial_parser.h90 bool Parse(absl::optional<std::string> str_value) override { in Parse()
124 bool Parse(absl::optional<std::string> str_value) override { in Parse()
199 bool Parse(absl::optional<std::string> str_value) override { in Parse()
H A Dfield_trial_parser.cc200 bool FieldTrialFlag::Parse(absl::optional<std::string> str_value) { in Parse()
227 bool AbstractFieldTrialEnum::Parse(absl::optional<std::string> str_value) { in Parse()
H A Dfield_trial_list.cc38 bool FieldTrialStructListBase::Parse(absl::optional<std::string> str_value) { in Parse()
H A Dfield_trial_list.h68 bool Parse(absl::optional<std::string> str_value) override { in Parse()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/lexical_cast/include/boost/lexical_cast/detail/
Dconverter_lexical_streams.hpp203 bool shl_char_array(CharT const* str_value) BOOST_NOEXCEPT { in shl_char_array()
210 bool shl_char_array(T const* str_value) { in shl_char_array()
427 bool operator<<(char const* str_value) { return shl_char_array(str_value); } in operator <<()
428 bool operator<<(char* str_value) { return shl_char_array(str_value); } in operator <<()
/aosp_15_r20/system/update_engine/common/
H A Dprefs.cc73 string str_value; in GetInt64() local
95 string str_value; in GetBoolean() local
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_ftrace_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/
H A Dgeneric.pb.h552 inline const std::string& GenericFtraceEvent_Field::str_value() const { in str_value() function
602 inline void GenericFtraceEvent_Field::set_allocated_str_value(std::string* str_value) { in set_allocated_str_value()
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dactivation_mode.cc23 Status GetActivationModeFromString(const string& str_value, in GetActivationModeFromString()
H A Dmirror_pad_mode.cc26 string str_value; in GetNodeAttr() local
H A Dpadding.cc23 Status GetPaddingFromString(StringPiece str_value, Padding* value) { in GetPaddingFromString()
H A Denv_var.cc35 string str_value = absl::AsciiStrToLower(tf_env_var_val); in ReadBoolFromEnvVar() local
/aosp_15_r20/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/
H A Dc_str.pass.cpp31 const std::string str_value = value; in main() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/class.path/path.member/path.native.obs/
H A Dc_str.pass.cpp31 const std::string str_value = value; in main() local
/aosp_15_r20/external/cronet/components/prefs/
H A Dcommand_line_pref_store.cc55 std::string str_value = in ApplyIntegerSwitches() local
/aosp_15_r20/external/perfetto/protos/perfetto/trace/ftrace/
H A Dgeneric.proto27 string str_value = 3; field
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/
H A Dnumbers_test.cc679 std::string str_value; in test_random_integer_parse_base() local
735 std::string str_value; in TEST() local
779 std::string str_value; in TEST() local
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_ftrace_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/
Dgeneric.pb.h774 inline const std::string& GenericFtraceEvent_Field::str_value() const { in str_value() function
824 inline void GenericFtraceEvent_Field::set_allocated_str_value(std::string* str_value) { in set_allocated_str_value()
/aosp_15_r20/external/tensorflow/tensorflow/core/function/trace_type/
H A Ddefault_types.proto15 string str_value = 4; field
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/testdata/
H A Doneofs.proto72 string str_value = 1; field
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/testdata/
H A Doneofs.proto72 string str_value = 1; field
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.h131 char *str_value; member

123456