Searched defs:StrCat (Results 1 - 6 of 6) sorted by relevance

/external/google-benchmark/src/
H A Dstring_util.h29 inline std::string StrCat(Args&&... args) { function in namespace:benchmark
/external/libcxx/utils/google-benchmark/src/
H A Dstring_util.h29 inline std::string StrCat(Args&&... args) { function in namespace:benchmark
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
H A Dstr.c117 StrCat ( function
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h671 // StrCat()
680 // For clarity and performance, don't use StrCat when appending to a
682 // str.append(StrCat(...)
683 // str += StrCat(...)
684 // str = StrCat(str, ...)
693 LIBPROTOBUF_EXPORT string StrCat(const AlphaNum& a, const AlphaNum& b);
694 LIBPROTOBUF_EXPORT string StrCat(const AlphaNum& a, const AlphaNum& b,
696 LIBPROTOBUF_EXPORT string StrCat(const AlphaNum& a, const AlphaNum& b,
698 LIBPROTOBUF_EXPORT string StrCat(const AlphaNum& a, const AlphaNum& b,
701 LIBPROTOBUF_EXPORT string StrCat(cons
718 inline string StrCat(const AlphaNum& a) { return string(a.data(), a.size()); } function in namespace:google::protobuf
[all...]
H A Dstrutil.cc1423 // StrCat()
1461 string StrCat(const AlphaNum &a, const AlphaNum &b) { function
1470 string StrCat(const AlphaNum &a, const AlphaNum &b, const AlphaNum &c) { function
1480 string StrCat(const AlphaNum &a, const AlphaNum &b, const AlphaNum &c, function
1490 string StrCat(const AlphaNum &a, const AlphaNum &b, const AlphaNum &c, function
1501 string StrCat(const AlphaNum &a, const AlphaNum &b, const AlphaNum &c, function
1513 string StrCat(const AlphaNum &a, const AlphaNum &b, const AlphaNum &c, function
1527 string StrCat(const AlphaNum &a, const AlphaNum &b, const AlphaNum &c, function
1540 string StrCat(const AlphaNum &a, const AlphaNum &b, const AlphaNum &c, function
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp1454 StrCatOpt StrCat; StrNCatOpt StrNCat; StrChrOpt StrChr; StrRChrOpt StrRChr; member in class:__anon18984::SimplifyLibCalls
1509 Optimizations["strcat"] = &StrCat;

Completed in 224 milliseconds