Searched refs:Append4 (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/lib/strings/ |
D | strcat.cc | 70 static char *Append4(char *out, const AlphaNum &x1, const AlphaNum &x2, in Append4() function 112 char *out = Append4(begin, a, b, c, d); in StrCat() 204 char *out = Append4(begin + old_size, a, b, c, d); in StrAppend()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.cc | 1445 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()
|