/aosp_15_r20/external/libcxx/test/std/strings/string.view/string.view.cons/ |
H A D | from_literal.pass.cpp | 25 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 D | from_literal.pass.cpp | 24 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 D | path_helper.h | 52 std::size_t StrLen(CharT const* P) { in StrLen() function
|
/aosp_15_r20/external/pdfium/third_party/lcms/src/ |
H A D | cmsnamed.c | 385 cmsUInt32Number StrLen = 0; in cmsMLUgetASCII() local 430 cmsUInt32Number StrLen = 0; in cmsMLUgetWide() local
|
/aosp_15_r20/external/cronet/base/ |
H A D | location.cc | 21 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 D | SimplifyLibCalls.cpp | 462 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 D | SimplifyLibCalls.cpp | 368 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 D | SimplifyLibCalls.cpp | 342 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 D | Service.c | 162 # define StrLen(X) wcslen(X) macro 165 # define StrLen(X) strlen(X) macro
|
/aosp_15_r20/external/clang/include/clang/Sema/ |
H A D | TypoCorrection.h | 195 bool isKeyword(const char (&Str)[StrLen]) const { in isKeyword()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/ |
D | TypoCorrection.h | 208 bool isKeyword(const char (&Str)[StrLen]) const { in isKeyword()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/ |
D | TypoCorrection.h | 208 bool isKeyword(const char (&Str)[StrLen]) const { in isKeyword()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/ |
D | TypoCorrection.h | 208 bool isKeyword(const char (&Str)[StrLen]) const { in isKeyword()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/ |
D | TypoCorrection.h | 208 bool isKeyword(const char (&Str)[StrLen]) const { in isKeyword()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | StringMap.h | 40 unsigned StrLen; variable
|
/aosp_15_r20/external/llvm/include/llvm/ADT/ |
H A D | StringMap.h | 33 unsigned StrLen; variable
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceGlobalInits.h | 248 size_t StrLen) in DataInitializer()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | StringMap.h | 39 size_t StrLen; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/ |
H A D | BTF.h | 88 uint32_t StrLen; ///< Length of string section member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
H A D | BTF.h | 85 uint32_t StrLen; ///< Length of string section member
|
/aosp_15_r20/external/libcxx/test/support/ |
H A D | filesystem_test_helper.hpp | 348 std::size_t StrLen(CharT const* P) { in StrLen() function
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/types/ |
H A D | variant_test.cc | 1801 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/ |
D | variant_test.cc | 1801 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 D | variant_test.cc | 1801 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 D | variant_test.cc | 1801 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()
|