Home
last modified time | relevance | path

Searched refs:MatchSize (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/base/strings/
Dstring_util.cc631 size_t MatchSize() { return find_this.length(); } in MatchSize() function
643 constexpr size_t MatchSize() { return 1; } in MatchSize() function
662 const size_t find_length = matcher.MatchSize(); in DoReplaceMatchesAfterOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp578 const auto MatchSize = strlen(NameTable[Idx]); in lookupIntrinsicID() local
579 assert(Name.size() >= MatchSize && "Expected either exact or prefix match"); in lookupIntrinsicID()
580 bool IsExactMatch = Name.size() == MatchSize; in lookupIntrinsicID()