Searched refs:append_to (Results 1 – 3 of 3) sorted by relevance
75 struct rc_instruction * append_to = last; in unroll_loop() local82 rc_insert_instruction(append_to, new); in unroll_loop()83 append_to = new; in unroll_loop()
170 std::vector<grpc::string>* append_to) { in Split() argument174 append_to->push_back(piece); in Split()
483 static void AddDelimiter(string* append_to, const string& delim) { in AddDelimiter() argument484 if (!append_to->empty()) strings::StrAppend(append_to, delim); in AddDelimiter()