HomeSort by relevance Sort by last modified time
    Searched defs:StrCat (Results 1 - 10 of 10) sorted by null

  /external/google-benchmark/src/
string_util.h 29 inline std::string StrCat(Args&&... args) {
  /external/libcxx/utils/google-benchmark/src/
string_util.h 29 inline std::string StrCat(Args&&... args) {
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
str.c 117 StrCat (
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
String.c 366 StrCat (
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
strutil.h 671 // 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(const AlphaNum& a, const AlphaNum& b
    [all...]
strutil.cc     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 132 // 'strcat' Optimizations
136 // Verify the "strcat" function prototype.
153 // Handle the simple, do-nothing case: strcat(x, "") -> x
222 // strncat(x, s, c) -> strcat(x, s)
223 // s is constant so the strcat can be optimized further
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueBaseLib.h 36 #define StrCat(_Dest, _Source) GlueStrCat(_Dest, _Source)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strsafe.h 1932 #undef strcat macro
1933 #define strcat macro
    [all...]
shlwapi.h 224 #define StrCat StrCatW
230 #define StrCat lstrcatA
    [all...]

Completed in 321 milliseconds