HomeSort by relevance Sort by last modified time
    Searched refs:StrCat (Results 26 - 42 of 42) sorted by null

12

  /external/protobuf/src/google/protobuf/
text_format.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 460 return StrCat("::", name);
462 return StrCat("::", DotsToColons(package), "::", name);
cpp_message.cc 621 vars["has_mask"] = StrCat(strings::Hex(1u << (field->index() % 32),
    [all...]
cpp_message_field.cc 54 StrCat("this->", (*variables)["name"], "_");
    [all...]
  /external/protobuf/src/google/protobuf/util/internal/
utility.cc 136 return StrCat(kTypeServiceBaseUrl, "/", simple_type);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
String.c 366 StrCat (
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
BdsFilePath.c     [all...]
  /external/protobuf/src/google/protobuf/util/
message_differencer.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shlwapi.h 224 #define StrCat StrCatW
230 #define StrCat lstrcatA
    [all...]
strsafe.h 1932 #undef strcat macro
1933 #define strcat macro
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscOemType0x94Function.c 664 StrCat (Buffer, L".");
    [all...]
  /external/syslinux/efi32/include/efi/
efilib.h 237 StrCat (
  /external/syslinux/efi64/include/efi/
efilib.h 237 StrCat (
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efilib.h 237 StrCat (
  /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...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
BaseLib.h 736 StrCat (
    [all...]

Completed in 1558 milliseconds

12