Searched refs:Append2 (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/lib/strings/ |
D | strcat.cc | 62 static char *Append2(char *out, const AlphaNum &x1, const AlphaNum &x2) { in Append2() function 91 char *out = Append2(begin, a, b); in StrCat() 100 char *out = Append2(begin, a, b); in StrCat() 176 char *out = Append2(begin + old_size, a, b); in StrAppend() 189 char *out = Append2(begin + old_size, a, b); in StrAppend()
|
/external/protobuf/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()
|