/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | buffer.h | 272 void AppendData(const U* data, size_t size) { in AppendData() function 290 void AppendData(const U (&array)[N]) { in AppendData() function 297 void AppendData(const W& w) { in AppendData() function 304 void AppendData(const U& item) { in AppendData() function 321 size_t AppendData(size_t max_elements, F&& setter) { in AppendData() function
|
H A D | copy_on_write_buffer.h | 209 void AppendData(const T* data, size_t size) { in AppendData() function 233 void AppendData(const T (&array)[N]) { in AppendData() function 243 void AppendData(const VecT& v) { in AppendData() function
|
/aosp_15_r20/external/cronet/net/base/ |
H A D | chunked_upload_data_stream.cc | 16 bool ChunkedUploadDataStream::Writer::AppendData(const char* data, in AppendData() function in net::ChunkedUploadDataStream::Writer 40 void ChunkedUploadDataStream::AppendData( in AppendData() function in net::ChunkedUploadDataStream
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | tracing.cpp | 46 void AppendData(std::vector<char>& data, const T& s) { in AppendData() function 51 static void AppendData(std::vector<char>& data, const char* s) { in AppendData() function 56 void AppendData(std::vector<char>& data, const std::string& s) { in AppendData() function
|
/aosp_15_r20/external/pdfium/core/fxcrt/xml/ |
H A D | cfx_xmlinstruction.cpp | 28 void CFX_XMLInstruction::AppendData(const WideString& wsData) { in AppendData() function in CFX_XMLInstruction
|
/aosp_15_r20/device/google/cuttlefish/host/libs/websocket/ |
D | websocket_handler.cpp | 26 void AppendData(const char* data, size_t len, std::string& buffer) { in AppendData() function
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/hci/ |
H A D | low_energy_scanner.cc | 39 void LowEnergyScanResult::AppendData(const ByteBuffer& data) { in AppendData() function in bt::hci::LowEnergyScanResult
|
/aosp_15_r20/external/cronet/ipc/ |
H A D | ipc_channel_reader_unittest.cc | 52 void AppendData(const void* data, size_t size) { in AppendData() function in IPC::internal::__anonfc4a12850111::MockChannelReader
|
/aosp_15_r20/external/libchrome/ipc/ |
H A D | ipc_channel_reader_unittest.cc | 51 void AppendData(const void* data, size_t size) { in AppendData() function in IPC::internal::__anon757db0cf0111::MockChannelReader
|
/aosp_15_r20/external/libaom/test/ |
H A D | gviz_api.py | 559 def AppendData(self, data, custom_properties=None): member in DataTable
|
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/ |
H A D | validation_test_input_parser.cc | 80 void AppendData(T data) { in AppendData() function in mojo::test::__anon6517fda70111::ValidationTestInputParser
|
/aosp_15_r20/external/libchrome/mojo/core/ |
H A D | user_message_impl.cc | 450 MojoResult UserMessageImpl::AppendData(uint32_t additional_payload_size, in AppendData() function in mojo::core::UserMessageImpl
|
/aosp_15_r20/external/openthread/src/core/common/ |
H A D | message.hpp | 757 template <DataLengthType kDataLengthType> Error AppendData(const Data<kDataLengthType> &aData) in AppendData() function in ot::Message
|