Home
last modified time | relevance | path

Searched refs:StrAppend (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h741 LIBPROTOBUF_EXPORT void StrAppend(string* dest, const AlphaNum& a);
742 LIBPROTOBUF_EXPORT void StrAppend(string* dest, const AlphaNum& a,
744 LIBPROTOBUF_EXPORT void StrAppend(string* dest, const AlphaNum& a,
746 LIBPROTOBUF_EXPORT void StrAppend(string* dest, const AlphaNum& a,
762 StrAppend(result, *it); in Join()
Dstrutil.cc1562 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/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc389 StrAppend(&loc, ".", name); in ToString()
392 StrAppend(&loc, "[\"", CEscape(name), "\"]"); in ToString()
396 StrAppend(&loc, "[", array_index_ - 1, "]"); in ToString()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc436 StrAppend(&result, "_", strings::Hex(static_cast<uint8>(filename[i]))); in FilenameIdentifier()