Searched refs:Append2 (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/ |
D | strutil.cc | 1437 static char *Append2(char *out, const AlphaNum &x1, const AlphaNum &x2) { in Append2() function 1465 char *out = Append2(begin, a, b); in StrCat() 1474 char *out = Append2(begin, a, b); in StrCat() 1508 out = Append2(out, e, f); in StrCat() 1521 out = Append2(out, e, f); in StrCat() 1573 char *out = Append2(begin + old_size, a, b); in StrAppend() 1585 char *out = Append2(begin + old_size, a, b); in StrAppend()
|