Searched refs:Append4 (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/platform/ |
D | strcat.cc | 70 static char *Append4(char *out, const AlphaNum &x1, const AlphaNum &x2, in Append4() function 108 char *out = Append4(begin, a, b, c, d); in StrCat() 226 char *out = Append4(begin + old_size, a, b, c, d); in StrAppend()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.cc | 1464 static char *Append4(char *out, in Append4() function 1504 char *out = Append4(begin, a, b, c, d); in StrCat() 1514 char *out = Append4(begin, a, b, c, d); in StrCat() 1526 char *out = Append4(begin, a, b, c, d); in StrCat() 1539 char *out = Append4(begin, a, b, c, d); in StrCat() 1553 char *out = Append4(begin, a, b, c, d); in StrCat() 1554 out = Append4(out, e, f, g, h); in StrCat() 1566 char *out = Append4(begin, a, b, c, d); in StrCat() 1567 out = Append4(out, e, f, g, h); in StrCat() 1619 char *out = Append4(begin + old_size, a, b, c, d); in StrAppend()
|