Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/internal/testdata/
Doneofs.proto72 string str_value = 1; field
Ddefault_value.proto93 string str_value = 112; field
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
Ddbus_dict_helpers.h123 char *str_value; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
Ddbus_dict_helpers.h123 char *str_value; member
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Dspecial_op_eliminate.h431 bool CheckNameSpaceVNode(const AnfNodePtr &node, const std::string &str_value) { in CheckNameSpaceVNode()
439 bool CheckSymbolVNode(const AnfNodePtr &node, const std::string &str_value) { in CheckSymbolVNode()
446 bool CheckStrVNode(const AnfNodePtr &node, const std::string &str_value) { in CheckStrVNode()
/third_party/boost/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 <<()
/third_party/ffmpeg/libavformat/
Dnutdec.c503 char name[256], str_value[1024], type_str[256]; in decode_info_header() local
888 uint8_t name[256], str_value[256], type_str[256]; in read_sm_data() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dnumbers_test.cc701 std::string str_value; in test_random_integer_parse_base() local
757 std::string str_value; in TEST() local
801 std::string str_value; in TEST() local
/third_party/grpc/src/proto/grpc/testing/
Dcontrol.proto75 string str_value = 2; field
/third_party/gstreamer/gstplugins_bad/ext/neon/
Dgstneonhttpsrc.c518 const gchar *str_value; in gst_neonhttp_src_start() local
/third_party/abseil-cpp/absl/strings/
Dnumbers_test.cc652 std::string str_value; in test_random_integer_parse_base() local
708 std::string str_value; in TEST() local
/third_party/node/tools/inspector_protocol/encoding/
Dencoding.cc1434 std::unique_ptr<char[]> str_value = platform_->DToStr(value); in HandleDouble() local
/third_party/sqlite/include/
Dsqlite3ext.h312 char *(*str_value)(sqlite3_str*); member