Home
last modified time | relevance | path

Searched defs:Append (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/libstats/push_compat/include/
H A Dstats_event_list.h211 bool Append(const std::string& value) { in Append() function
228 bool Append(Tvalue value) { in Append() function
233 bool Append(const char* value, size_t len) { in Append() function
/aosp14/frameworks/base/libs/androidfw/
H A DZipUtils.cpp114 bool Append(uint8_t* buf, size_t bufSize) override { in Append() function in BufferWriter
/aosp14/frameworks/base/native/graphics/jni/fuzz/
H A Dpng_mutator.h179 void Append(V *to, const V &from) { in Append() function
/aosp14/system/core/libutils/
H A DString16_test.cpp94 TEST(String16Test, Append) { in TEST() argument