| /external/libcxx/test/std/strings/string.view/string.view.cons/ | 
| D | from_literal.pass.cpp | 25 size_t StrLen ( const CharT *s ) {  in StrLen()  function
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/string.view/string.view.cons/ | 
| D | from_literal.pass.cpp | 24 size_t StrLen ( const CharT *s ) {  in StrLen()  function
 | 
| /external/cronet/base/ | 
| D | location.cc | 21 constexpr size_t StrLen(const char* str) {  in StrLen()  function
 | 
| /external/clang/include/clang/Sema/ | 
| D | TypoCorrection.h | 195   bool isKeyword(const char (&Str)[StrLen]) const {  in isKeyword()
 | 
| /external/pdfium/third_party/lcms/src/ | 
| D | cmsnamed.c | 385     cmsUInt32Number  StrLen = 0;  in cmsMLUgetASCII()  local430     cmsUInt32Number  StrLen = 0;  in cmsMLUgetWide()  local
 
 | 
| /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ | 
| D | StringMap.h | 40   unsigned StrLen;  variable
 | 
| /external/llvm/include/llvm/ADT/ | 
| D | StringMap.h | 33   unsigned StrLen;  variable
 | 
| /external/swiftshader/third_party/subzero/src/ | 
| D | IceGlobalInits.h | 248                     size_t StrLen)  in DataInitializer()
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ | 
| D | BTF.h | 85   uint32_t StrLen;  ///< Length of string section  member
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ | 
| D | StringMap.h | 39   size_t StrLen;  variable
 | 
| /external/mdnsresponder/mDNSWindows/SystemService/ | 
| D | Service.c | 162 #	define StrLen(X)	wcslen(X)  macro165 #	define StrLen(X)	strlen(X)  macro
 
 | 
| /external/libcxx/test/support/ | 
| D | filesystem_test_helper.hpp | 348 std::size_t StrLen(CharT const* P) {  in StrLen()  function
 | 
| /external/llvm/lib/Transforms/Utils/ | 
| D | SimplifyLibCalls.cpp | 342     Value *StrLen = emitStrLen(Src, B, DL, TLI);  in optimizeStpCpy()  local571     Value *StrLen = emitStrLen(CI->getArgOperand(1), B, DL, TLI);  in optimizeStrStr()  local
 2254     Value *StrLen = emitStrLen(Src, B, DL, TLI);  in optimizeStrpCpyChk()  local
 
 | 
| D | BuildLibCalls.cpp | 724   Constant *StrLen = M->getOrInsertFunction("strlen", DL.getIntPtrType(Context),  in emitStrLen()  local
 | 
| /external/clang/include/clang/Basic/ | 
| D | IdentifierTable.h | 93   bool isStr(const char (&Str)[StrLen]) const {  in isStr()
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/support/ | 
| D | filesystem_test_helper.h | 531 std::size_t StrLen(CharT const* P) {  in StrLen()  function
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ | 
| D | SimplifyLibCalls.cpp | 368       if (Value *StrLen = emitStrLen(SrcStr, B, DL, TLI))  in optimizeStrChr()  local575     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
 
 | 
| /external/clang/lib/Basic/ | 
| D | Diagnostic.cpp | 413                        const char (&Str)[StrLen]) {  in ModifierIs()
 | 
| /external/libbrillo/brillo/dbus/ | 
| D | dbus_object_test.cc | 66 int StrLen(const std::string& str) {  in StrLen()  function
 | 
| /external/abseil-cpp/absl/types/ | 
| D | variant_test.cc | 1801   struct StrLen {  in TEST()  struct1802     int operator()(const char* s) const { return strlen(s); }  in TEST()
 1803     int operator()(const std::string& s) const { return s.size(); }  in TEST()
 
 | 
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/ | 
| D | variant_test.cc | 1801   struct StrLen {  in TEST()  struct1802     int operator()(const char* s) const { return strlen(s); }  in TEST()
 1803     int operator()(const std::string& s) const { return s.size(); }  in TEST()
 
 | 
| /external/libtextclassifier/abseil-cpp/absl/types/ | 
| D | variant_test.cc | 1801   struct StrLen {  in TEST()  struct1802     int operator()(const char* s) const { return strlen(s); }  in TEST()
 1803     int operator()(const std::string& s) const { return s.size(); }  in TEST()
 
 | 
| /external/openscreen/third_party/abseil/src/absl/types/ | 
| D | variant_test.cc | 1801   struct StrLen {  in TEST()  struct1802     int operator()(const char* s) const { return strlen(s); }  in TEST()
 1803     int operator()(const std::string& s) const { return s.size(); }  in TEST()
 
 | 
| /external/webrtc/third_party/abseil-cpp/absl/types/ | 
| D | variant_test.cc | 1801   struct StrLen {  in TEST()  struct1802     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()
 
 | 
| /external/tensorflow/third_party/absl/abseil-cpp/absl/types/ | 
| D | variant_test.cc | 1801   struct StrLen {  in TEST()  struct1802     int operator()(const char* s) const { return strlen(s); }  in TEST()
 1803     int operator()(const std::string& s) const { return s.size(); }  in TEST()
 
 |