Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/strings/
Dstrcat.cc57 static char *Append1(char *out, const AlphaNum &x) { in Append1() function
101 out = Append1(out, c); in StrCat()
190 out = Append1(out, c); in StrAppend()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc1432 static char *Append1(char *out, const AlphaNum &x) { in Append1() function
1475 out = Append1(out, c); in StrCat()
1496 out = Append1(out, e); in StrCat()
1522 out = Append1(out, g); in StrCat()
1549 out = Append1(out, i); in StrCat()
1586 out = Append1(out, c); in StrAppend()