Home
last modified time | relevance | path

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

/external/libchrome/base/strings/
Dstring_util.cc703 size_t MatchSize() { return find_this.length(); } in MatchSize() function
715 constexpr size_t MatchSize() { return 1; } in MatchSize() function
733 const size_t find_length = matcher.MatchSize(); in DoReplaceMatchesAfterOffset()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DFunction.cpp535 const auto MatchSize = strlen(NameTable[Idx]); in lookupIntrinsicID() local
536 assert(Name.size() >= MatchSize && "Expected either exact or prefix match"); in lookupIntrinsicID()
537 bool IsExactMatch = Name.size() == MatchSize; in lookupIntrinsicID()