HomeSort by relevance Sort by last modified time
    Searched defs:StrCat (Results 1 - 16 of 16) 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) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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 (
  /external/tensorflow/tensorflow/core/lib/strings/
strcat.cc 16 #include "tensorflow/core/lib/strings/strcat.h"
52 // StrCat()
89 string StrCat(const AlphaNum &a) { return string(a.data(), a.size()); }
91 string StrCat(const AlphaNum &a, const AlphaNum &b) {
100 string StrCat(const AlphaNum &a, const AlphaNum &b, const AlphaNum &c) {
110 string StrCat(const AlphaNum &a, const AlphaNum &b, const AlphaNum &c,
strcat.h 34 // The AlphaNum type was designed to be used as the parameter type for StrCat().
57 // To do this, pass strings::Hex(my_int) as a parameter to StrCat. You may
59 // of Printf("%04x", my_int) is StrCat(Hex(my_int, strings::ZERO_PAD_4))
151 // StrCat()
160 // For clarity and performance, don't use StrCat when appending to a
162 // str.append(StrCat(...))
163 // str += StrCat(...)
164 // str = StrCat(str, ...)
174 string StrCat(const AlphaNum &a) TF_MUST_USE_RESULT;
175 string StrCat(const AlphaNum &a, const AlphaNum &b) TF_MUST_USE_RESULT
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
String.c 367 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/tensorflow/tensorflow/core/platform/windows/
windows_file_system.cc 22 #undef StrCat
29 #include "tensorflow/core/lib/strings/strcat.h"
480 string context(strings::StrCat("Failed to rename: ", src, " to: ", target));
  /external/tensorflow/tensorflow/tools/proto_text/
gen_proto_text_functions_lib.cc 37 string StrCat(const Args&... args) {
45 *to_append += StrCat(args...);
170 return StrCat(GetClassName(*d.containing_type()), "_", d.name());
176 return StrCat(GetClassName(*ed.containing_type()), "_", ed.name());
182 return StrCat(GetPackageReferencePrefix(d.file()), GetClassName(d));
188 return StrCat(GetPackageReferencePrefix(d.file()), GetClassName(d));
194 return StrCat(GetPackageReferencePrefix(d.file()),
201 return StrCat("EnumName_", GetClassName(enum_d));
206 return StrCat(GetPackageReferencePrefix(enum_d.file()),
319 StrCat("msg.", name, "().at(key)"))
    [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...]
  /external/tensorflow/tensorflow/compiler/xla/
shape_util.cc 37 #include "tensorflow/core/lib/strings/strcat.h"
45 return tensorflow::strings::StrCat(
50 return tensorflow::strings::StrCat(
399 return tensorflow::strings::StrCat(
467 string result = tensorflow::strings::StrCat(
489 tensorflow::strings::StrCat(i < program_shape.parameter_names_size()
494 return tensorflow::strings::StrCat(
    [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 626 milliseconds