Searched defs:Append (Results 1 – 5 of 5) sorted by relevance
30 void Append(const T& val) { in Append() function37 void Append(T&& val) { in Append() function
49 void Append(const void *data, size_t size) { in Append() function
41 Append = 0x04, enumerator
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