Home
last modified time | relevance | path

Searched refs:Append2 (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/lib/strings/
Dstrcat.cc66 static char *Append2(char *out, const AlphaNum &x1, const AlphaNum &x2) { in Append2() function
95 char *out = Append2(begin, a, b); in StrCat()
104 char *out = Append2(begin, a, b); in StrCat()
180 char *out = Append2(begin + old_size, a, b); in StrAppend()
193 char *out = Append2(begin + old_size, a, b); in StrAppend()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc1437 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()