Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/strings/
Dstrcat.cc74 static char *Append4(char *out, const AlphaNum &x1, const AlphaNum &x2, in Append4() function
116 char *out = Append4(begin, a, b, c, d); in StrCat()
208 char *out = Append4(begin + old_size, a, b, c, d); in StrAppend()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc1445 static char *Append4(char *out, in Append4() function
1485 char *out = Append4(begin, a, b, c, d); in StrCat()
1495 char *out = Append4(begin, a, b, c, d); in StrCat()
1507 char *out = Append4(begin, a, b, c, d); in StrCat()
1520 char *out = Append4(begin, a, b, c, d); in StrCat()
1534 char *out = Append4(begin, a, b, c, d); in StrCat()
1535 out = Append4(out, e, f, g, h); in StrCat()
1547 char *out = Append4(begin, a, b, c, d); in StrCat()
1548 out = Append4(out, e, f, g, h); in StrCat()
1600 char *out = Append4(begin + old_size, a, b, c, d); in StrAppend()