Searched defs:StrAppend (Results 1 – 5 of 5) sorted by relevance
| /external/tensorflow/tensorflow/core/lib/strings/ |
| D | strcat.cc | 169 void StrAppend(string *result, const AlphaNum &a) { in StrAppend() function 174 void StrAppend(string *result, const AlphaNum &a, const AlphaNum &b) { in StrAppend() function 184 void StrAppend(string *result, const AlphaNum &a, const AlphaNum &b, in StrAppend() function 198 void StrAppend(string *result, const AlphaNum &a, const AlphaNum &b, in StrAppend() function
|
| D | strcat_test.cc | 212 TEST(StrAppend, Basics) { in TEST() argument 309 TEST(StrAppend, Death) { in TEST() argument
|
| D | strcat.h | 233 inline void StrAppend(string *dest, const AlphaNum &a, const AlphaNum &b, in StrAppend() function
|
| /external/protobuf/src/google/protobuf/stubs/ |
| D | strutil.cc | 1562 void StrAppend(string *result, const AlphaNum &a) { in StrAppend() function 1567 void StrAppend(string *result, const AlphaNum &a, const AlphaNum &b) { in StrAppend() function 1577 void StrAppend(string *result, in StrAppend() function 1590 void StrAppend(string *result, in StrAppend() function
|
| /external/tensorflow/tensorflow/tools/proto_text/ |
| D | gen_proto_text_functions_lib.cc | 44 string StrAppend(string* to_append, const Args&... args) { in StrAppend() function
|