Searched defs:Append (Results 1 – 4 of 4) sorted by relevance
211 bool Append(const std::string& value) { in Append() function228 bool Append(Tvalue value) { in Append() function233 bool Append(const char* value, size_t len) { in Append() function
114 bool Append(uint8_t* buf, size_t bufSize) override { in Append() function in BufferWriter
179 void Append(V *to, const V &from) { in Append() function
94 TEST(String16Test, Append) { in TEST() argument