Searched refs:Append4 (Results 1 – 1 of 1) sorted by relevance
/third_party/protobuf/src/google/protobuf/stubs/ |
D | strutil.cc | 1454 static char *Append4(char *out, const AlphaNum &x1, const AlphaNum &x2, in Append4() function 1499 char *out = Append4(begin, a, b, c, d); in StrCat() 1509 char *out = Append4(begin, a, b, c, d); in StrCat() 1521 char *out = Append4(begin, a, b, c, d); in StrCat() 1534 char *out = Append4(begin, a, b, c, d); in StrCat() 1548 char *out = Append4(begin, a, b, c, d); in StrCat() 1549 out = Append4(out, e, f, g, h); in StrCat() 1561 char *out = Append4(begin, a, b, c, d); in StrCat() 1562 out = Append4(out, e, f, g, h); in StrCat() 1614 char *out = Append4(begin + old_size, a, b, c, d); in StrAppend()
|