Home
last modified time | relevance | path

Searched defs:Append (Results 1 - 25 of 73) sorted by relevance

123

/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dstring_byte_sink.cc28 void StringByteSink::Append(const char* data, int32_t n) { in Append() function in i18n::phonenumbers::StringByteSink
/third_party/skia/third_party/externals/tint/src/utils/io/
H A Dtmpfile_other.cc24 bool TmpFile::Append(const void*, size_t) const { in Append() function in tint::utils::TmpFile
H A Dtmpfile_posix.cc60 bool TmpFile::Append(const void* data, size_t size) const { in Append() function in tint::utils::TmpFile
H A Dtmpfile_windows.cc52 bool TmpFile::Append(const void* data, size_t size) const { in Append() function in tint::utils::TmpFile
/third_party/gn/src/gn/
H A Dinherited_libraries.cc22 void InheritedLibraries::Append(const Target* target, bool is_public) { in Append() function in InheritedLibraries
H A Dstring_output_buffer.cc26 void StringOutputBuffer::Append(const char* str, size_t len) { in Append() function in StringOutputBuffer
30 void StringOutputBuffer::Append(std::string_view str) { in Append() function in StringOutputBuffer
44 void StringOutputBuffer::Append(char c) { in Append() function in StringOutputBuffer
H A Dtarget_public_pair.h97 void Append(const Target* target, bool is_public) { in Append() function in TargetPublicPairListBuilder
/third_party/node/deps/v8/src/libplatform/
H A Dtask-queue.cc24 void TaskQueue::Append(std::unique_ptr<Task> task) { in Append() function in v8::platform::TaskQueue
H A Ddelayed-task-queue.cc27 void DelayedTaskQueue::Append(std::unique_ptr<Task> task) { in Append() function in v8::platform::DelayedTaskQueue
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_string_list.h63 void Append (const dng_string &s) in Append() function in dng_string_list
H A Ddng_opcode_list.cpp136 void dng_opcode_list::Append (AutoPtr<dng_opcode> &opcode) in Append() function in dng_opcode_list
/third_party/googletest/googletest/src/
H A Dgtest-test-part.cc63 void TestPartResultArray::Append(const TestPartResult& result) { in Append() function in testing::TestPartResultArray
/third_party/icu/icu4c/source/common/
H A Dbytestream.cpp44 void CheckedArrayByteSink::Append(const char* bytes, int32_t n) { in Append() function in CheckedArrayByteSink
H A Dbytesinkutil.cpp130 CharStringByteSink::Append(const char* bytes, int32_t n) { in Append() function in CharStringByteSink
/third_party/mesa3d/src/gtest/src/
H A Dgtest-test-part.cc62 void TestPartResultArray::Append(const TestPartResult& result) { in Append() function in testing::TestPartResultArray
/third_party/node/deps/icu-small/source/common/
H A Dbytestream.cpp44 void CheckedArrayByteSink::Append(const char* bytes, int32_t n) { in Append() function in CheckedArrayByteSink
H A Dbytesinkutil.cpp130 CharStringByteSink::Append(const char* bytes, int32_t n) { in Append() function in CharStringByteSink
/third_party/node/deps/googletest/src/
H A Dgtest-test-part.cc65 void TestPartResultArray::Append(const TestPartResult& result) { in Append() function in testing::TestPartResultArray
/third_party/node/deps/v8/src/snapshot/
H A Dsnapshot-source-sink.cc34 void SnapshotByteSink::Append(const SnapshotByteSink& other) { in Append() function in v8::internal::SnapshotByteSink
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DReadOnlySequenceFactory.cs128 public BufferSegment Append(Memory<byte> memory) in Append() method in Google.Protobuf.ReadOnlySequenceFactory.BufferSegment
/third_party/skia/third_party/externals/icu/source/common/
H A Dbytestream.cpp44 void CheckedArrayByteSink::Append(const char* bytes, int32_t n) { in Append() function in CheckedArrayByteSink
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dextension_test.cc31 void Append(absl::string_view str) { value_.append(str.data(), str.size()); } in Append() function in my_namespace::UserDefinedType
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dbytestream.h294 virtual void Append(const char* data, int32_t n) { dest_->append(data, n); } Append() function in StringByteSink
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_cat.cc88 static char* Append(char* out, const AlphaNum& x) { in Append() function
[all...]
/third_party/mesa3d/include/android_stub/log/
H A Dlog_event_list.h248 bool Append(const std::string& value) { in Append() function in android_log_event_list
262 bool Append(Tvalue value) { in Append() function in android_log_event_list
267 bool Append(const char* value, size_t len) { in Append() function in android_log_event_list

Completed in 10 milliseconds

123