/external/llvm-project/lldb/source/Utility/ |
D | StringList.cpp | 38 void StringList::AppendString(const char *str) { in AppendString() function in StringList 43 void StringList::AppendString(const std::string &s) { m_strings.push_back(s); } in AppendString() function in StringList 45 void StringList::AppendString(std::string &&s) { m_strings.push_back(s); } in AppendString() function in StringList 47 void StringList::AppendString(const char *str, size_t str_len) { in AppendString() function in StringList 52 void StringList::AppendString(llvm::StringRef str) { in AppendString() function in StringList
|
/external/mesa3d/include/android_stub/log/ |
D | log_event_list.h | 229 bool AppendString(const char* value) { in AppendString() function 235 bool AppendString(const char* value, size_t len) { in AppendString() function 241 bool AppendString(const std::string& value) { in AppendString() function
|
/external/perfetto/include/perfetto/ext/base/ |
D | string_writer.h | 49 void AppendString(const char* in, size_t n) { in AppendString() function 64 void AppendString(StringView data) { AppendString(data.data(), data.size()); } in AppendString() function
|
/external/pdfium/core/fxcrt/ |
D | cfx_binarybuf.h | 34 void AppendString(const ByteString& str) { in AppendString() function
|
/external/llvm-project/lldb/source/API/ |
D | SBStringList.cpp | 62 void SBStringList::AppendString(const char *str) { in AppendString() function in SBStringList
|
/external/llvm-project/lldb/source/Interpreter/ |
D | CommandHistory.cpp | 82 void CommandHistory::AppendString(llvm::StringRef str, bool reject_if_dupe) { in AppendString() function in CommandHistory
|
/external/perfetto/src/protozero/ |
D | message.cc | 69 void Message::AppendString(uint32_t field_id, const char* str) { in AppendString() function in protozero::Message
|
/external/perfetto/src/trace_processor/ |
D | storage_minimal_smoke_test.cc | 35 util::Status AppendString(const std::string& string) override { in AppendString() function in perfetto::trace_processor::__anon844fea700111::JsonStringOutputWriter
|
D | export_json.cc | 56 util::Status AppendString(const std::string& s) override { in AppendString() function in perfetto::trace_processor::json::__anonf0e8ef730111::FileWriter
|
D | export_json_unittest.cc | 58 util::Status AppendString(const std::string& str) override { in AppendString() function in perfetto::trace_processor::json::__anonb9efa8720111::StringOutputWriter
|
/external/tensorflow/tensorflow/core/lib/strings/ |
D | proto_text_util.h | 87 void AppendString(const char field_name[], const string& value) { in AppendString() function
|
/external/perfetto/include/perfetto/protozero/ |
D | message.h | 145 void AppendString(uint32_t field_id, const std::string& str) { in AppendString() function
|
/external/perfetto/src/trace_processor/metrics/ |
D | metrics_unittest.cc | 114 TEST_F(ProtoBuilderTest, AppendString) { in TEST_F() argument
|
D | metrics.cc | 182 util::Status ProtoBuilder::AppendString(const std::string& field_name, in AppendString() function in perfetto::trace_processor::metrics::ProtoBuilder
|
/external/protobuf/src/google/protobuf/ |
D | parse_context.h | 158 PROTOBUF_MUST_USE_RESULT const char* AppendString(const char* ptr, int size, in AppendString() function 310 PROTOBUF_MUST_USE_RESULT const char* AppendString(const char* ptr, in AppendString() function
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_printf.cc | 98 static int AppendString(char **buff, const char *buff_end, int precision, in AppendString() function
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_printf.cpp | 103 static int AppendString(char **buff, const char *buff_end, int width, in AppendString() function
|
/external/libchrome/base/trace_event/ |
D | trace_event_argument.cc | 217 void TracedValue::AppendString(base::StringPiece value) { in AppendString() function in base::trace_event::TracedValue
|
/external/libchrome/base/ |
D | values.cc | 1331 void ListValue::AppendString(StringPiece in_value) { in AppendString() function in base::ListValue 1335 void ListValue::AppendString(const string16& in_value) { in AppendString() function in base::ListValue
|
/external/libchrome/dbus/ |
D | message.cc | 491 void MessageWriter::AppendString(const std::string& value) { in AppendString() function in dbus::MessageWriter
|
/external/angle/third_party/abseil-cpp/absl/strings/ |
D | cord_ring_test.cc | 683 TEST_P(CordRingBuildTest, AppendString) { in TEST_P() argument
|