Searched defs:Append (Results 1 – 8 of 8) sorted by relevance
/system/core/base/include/android-base/ |
D | collections.h | 36 void Append(CollectionType& collection, T&& arg) { in Append() function 41 void Append(CollectionType& collection, T&& arg, Args&&... args) { in Append() function
|
/system/nvram/messages/include/nvram/messages/ |
D | vector.h | 144 bool Append(const ElementType& element) NVRAM_WARN_UNUSED_RESULT { in Append() function 153 bool Append(ElementType&& element) NVRAM_WARN_UNUSED_RESULT { in Append() function
|
/system/core/libstats/include/ |
D | stats_event_list.h | 215 bool Append(const std::string& value) { in Append() function 233 bool Append(Tvalue value) { in Append() function 238 bool Append(const char* value, size_t len) { in Append() function
|
/system/core/liblog/include/log/ |
D | log_event_list.h | 256 bool Append(const std::string& value) { in Append() function 270 bool Append(Tvalue value) { in Append() function 275 bool Append(const char* value, size_t len) { in Append() function
|
/system/connectivity/wifilogd/ |
D | message_buffer.cpp | 34 bool MessageBuffer::Append(const uint8_t* message, uint16_t message_len) { in Append() function in android::wifilogd::MessageBuffer
|
/system/core/libziparchive/ |
D | zip_archive.cc | 815 virtual bool Append(uint8_t* buf, size_t buf_size) override { in Append() function in MemoryWriter 902 virtual bool Append(uint8_t* buf, size_t buf_size) override { in Append() function in FileWriter 1178 virtual bool Append(uint8_t* buf, size_t buf_size) override { in Append() function in ProcessWriter
|
D | zip_archive_test.cc | 714 bool Append(uint8_t* buf, size_t size) { in Append() function in VectorWriter 736 bool Append(uint8_t*, size_t) { return false; } in Append() function in BadWriter
|
/system/bt/stack/btm/ |
D | btm_ble_gap.cc | 88 const std::vector<uint8_t>& Append(uint8_t addr_type, const RawAddress& addr, in Append() function in __anonf15f6cb80111::AdvertisingCache
|