Home
last modified time | relevance | path

Searched defs:StrLen (Results 1 – 25 of 58) sorted by relevance

123

/aosp_15_r20/external/libcxx/test/std/strings/string.view/string.view.cons/
H A Dfrom_literal.pass.cpp25 size_t StrLen ( const CharT *s ) { in StrLen() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/string.view/string.view.cons/
H A Dfrom_literal.pass.cpp24 size_t StrLen(const CharT* s) { in StrLen() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/class.path/
H A Dpath_helper.h52 std::size_t StrLen(CharT const* P) { in StrLen() function
/aosp_15_r20/external/pdfium/third_party/lcms/src/
H A Dcmsnamed.c385 cmsUInt32Number StrLen = 0; in cmsMLUgetASCII() local
430 cmsUInt32Number StrLen = 0; in cmsMLUgetWide() local
/aosp_15_r20/external/cronet/base/
H A Dlocation.cc21 constexpr size_t StrLen(const char* str) { in StrLen() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp462 if (Value *StrLen = emitStrLen(SrcStr, B, DL, TLI)) in optimizeStrChr() local
684 Value *StrLen = emitStrLen(Src, B, DL, TLI); in optimizeStpCpy() local
1114 Value *StrLen = emitStrLen(CI->getArgOperand(1), B, DL, TLI); in optimizeStrStr() local
3065 Value *StrLen = ConstantInt::get(CI->getType(), Str.size()); in emitSnPrintfMemCpy() local
3848 Value *StrLen = emitStrLen(Src, B, DL, TLI); in optimizeStrpCpyChk() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp368 if (Value *StrLen = emitStrLen(SrcStr, B, DL, TLI)) in optimizeStrChr() local
575 Value *StrLen = emitStrLen(Src, B, DL, TLI); in optimizeStpCpy() local
846 Value *StrLen = emitStrLen(CI->getArgOperand(1), B, DL, TLI); in optimizeStrStr() local
3329 Value *StrLen = emitStrLen(Src, B, DL, TLI); in optimizeStrpCpyChk() local
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp342 Value *StrLen = emitStrLen(Src, B, DL, TLI); in optimizeStpCpy() local
571 Value *StrLen = emitStrLen(CI->getArgOperand(1), B, DL, TLI); in optimizeStrStr() local
2254 Value *StrLen = emitStrLen(Src, B, DL, TLI); in optimizeStrpCpyChk() local
/aosp_15_r20/external/mdnsresponder/mDNSWindows/SystemService/
H A DService.c162 # define StrLen(X) wcslen(X) macro
165 # define StrLen(X) strlen(X) macro
/aosp_15_r20/external/clang/include/clang/Sema/
H A DTypoCorrection.h195 bool isKeyword(const char (&Str)[StrLen]) const { in isKeyword()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DTypoCorrection.h208 bool isKeyword(const char (&Str)[StrLen]) const { in isKeyword()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DTypoCorrection.h208 bool isKeyword(const char (&Str)[StrLen]) const { in isKeyword()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DTypoCorrection.h208 bool isKeyword(const char (&Str)[StrLen]) const { in isKeyword()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DTypoCorrection.h208 bool isKeyword(const char (&Str)[StrLen]) const { in isKeyword()
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStringMap.h40 unsigned StrLen; variable
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DStringMap.h33 unsigned StrLen; variable
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceGlobalInits.h248 size_t StrLen) in DataInitializer()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DStringMap.h39 size_t StrLen; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/
H A DBTF.h88 uint32_t StrLen; ///< Length of string section member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBTF.h85 uint32_t StrLen; ///< Length of string section member
/aosp_15_r20/external/libcxx/test/support/
H A Dfilesystem_test_helper.hpp348 std::size_t StrLen(CharT const* P) { in StrLen() function
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/types/
H A Dvariant_test.cc1801 struct StrLen { in TEST() struct
1802 size_t operator()(const char* s) const { return strlen(s); } in TEST()
1803 size_t operator()(const std::string& s) const { return s.size(); } in TEST()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/
Dvariant_test.cc1801 struct StrLen { in TEST() struct
1802 size_t operator()(const char* s) const { return strlen(s); } in TEST()
1803 size_t operator()(const std::string& s) const { return s.size(); } in TEST()
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/types/
H A Dvariant_test.cc1801 struct StrLen { in TEST() struct
1802 size_t operator()(const char* s) const { return strlen(s); } in TEST()
1803 size_t operator()(const std::string& s) const { return s.size(); } in TEST()
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/types/
H A Dvariant_test.cc1801 struct StrLen { in TEST() struct
1802 size_t operator()(const char* s) const { return strlen(s); } in TEST()
1803 size_t operator()(const std::string& s) const { return s.size(); } in TEST()

123