Searched refs:Append2 (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/platform/ |
D | strcat.cc | 62 static char *Append2(char *out, const AlphaNum &x1, const AlphaNum &x2) { in Append2() function 90 char *out = Append2(begin, a, b); in StrCat() 98 char *out = Append2(begin, a, b); in StrCat() 198 char *out = Append2(begin + old_size, a, b); in StrAppend() 211 char *out = Append2(begin + old_size, a, b); in StrAppend()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.cc | 1456 static char *Append2(char *out, const AlphaNum &x1, const AlphaNum &x2) { in Append2() function 1484 char *out = Append2(begin, a, b); in StrCat() 1493 char *out = Append2(begin, a, b); in StrCat() 1527 out = Append2(out, e, f); in StrCat() 1540 out = Append2(out, e, f); in StrCat() 1592 char *out = Append2(begin + old_size, a, b); in StrAppend() 1604 char *out = Append2(begin + old_size, a, b); in StrAppend()
|