Home
last modified time | relevance | path

Searched refs:MatchSize (Results 1 – 3 of 3) 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-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()
/external/llvm-project/llvm/lib/IR/
DFunction.cpp692 const auto MatchSize = strlen(NameTable[Idx]); in lookupIntrinsicID() local
693 assert(Name.size() >= MatchSize && "Expected either exact or prefix match"); in lookupIntrinsicID()
694 bool IsExactMatch = Name.size() == MatchSize; in lookupIntrinsicID()