Searched defs:append (Results 1 – 10 of 10) sorted by relevance
38 function append() { function
189 status_t String16::append(const String16& other) { in append() function in android::String16193 status_t String16::append(const char16_t* chrs, size_t otherLen) { in append() function in android::String16
106 TEST_F(String8Test, append) { in TEST_F() argument
259 status_t String8::append(const String8& other) in append() function in android::String8272 status_t String8::append(const char* other) in append() function in android::String8277 status_t String8::append(const char* other, size_t otherLen) in append() function in android::String8
200 TEST(String16Test, append) { in TEST() argument
53 status_t append(const char* txt, size_t len) { in append() function
189 template <typename Iterator> void append(Iterator begin, Iterator end) { in append() function
58 def append(self, behavior_instance): member in SingleArgumentBehavior
529 let mut append = |stat| { in pull_storage_stats() localVariable
792 inline std::string& AppendField(std::string* p_result, bool append, in AppendField()