Home
last modified time | relevance | path

Searched defs:contains (Results 26 - 50 of 256) sorted by relevance

1234567891011

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DConfig.cpp111 bool ConfigSet::contains(const Config *config) const in contains() function in egl::ConfigSet
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DGlobalTypeTableBuilder.cpp63 bool GlobalTypeTableBuilder::contains(TypeIndex Index) { in contains() function in GlobalTypeTableBuilder
H A DAppendingTypeTableBuilder.cpp60 bool AppendingTypeTableBuilder::contains(TypeIndex Index) { in contains() function in AppendingTypeTableBuilder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DRange.cpp38 bool AddressRanges::contains(uint64_t Addr) const { in contains() function in AddressRanges
45 bool AddressRanges::contains(AddressRange Range) const { in contains() function in AddressRanges
/third_party/skia/src/gpu/
H A DGrNativeRect.h77 bool contains(int width, int height) const { in contains() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DUnicodeCharRanges.h64 bool contains(uint32_t C) const { in contains() function in llvm::sys::UnicodeCharSet
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Denumset.h43 inline int32_t contains(T toCheck) const { return get(toCheck); } in contains() function in EnumSet
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h106 bool contains(MCPhysReg Reg) const { return LiveRegs.count(Reg); } in contains() function in llvm::LivePhysRegs
H A DSelectionDAGAddressAnalysis.h72 bool contains(const SelectionDAG &DAG, int64_t BitSize, in contains() function in llvm::BaseIndexOffset
/base/customization/enterprise_device_management/interfaces/inner_api/plugin_kits/src/utils/
H A Dfunc_code_utils.cpp113 bool contains = std::any_of(removeData.begin(), removeData.end(), in RemovePolicy() local
/third_party/icu/icu4c/source/test/perf/unisetperf/draft/
H A Dbitset.cpp184 UBool contains(UChar32 c) const { in contains() function in BitSet
/third_party/icu/icu4c/source/test/perf/usetperf/
H A Dusetperf.cpp80 void contains(void){ in contains() function in CmdOp
/third_party/icu/icu4c/source/common/
H A Duvector.h174 inline UBool contains(void* obj) const {return indexOf(obj) >= 0;} in contains() function in UVector
176 inline UBool contains(int32_t obj) const {return indexOf(obj) >= 0;} in contains() function in UVector
H A Duvectr32.h263 inline UBool UVector32::contains(int32_t obj) const { in contains() function in UVector32
/third_party/node/deps/icu-small/source/common/
H A Duvectr32.h263 inline UBool UVector32::contains(int32_t obj) const { in contains() function in UVector32
H A Duvector.h174 inline UBool contains(void* obj) const {return indexOf(obj) >= 0;} in contains() function in UVector
176 inline UBool contains(int32_t obj) const {return indexOf(obj) >= 0;} in contains() function in UVector
/third_party/node/deps/v8/src/base/
H A Daddress-region.h41 bool contains(Address address) const { in contains() function in v8::base::AddressRegion
46 bool contains(Address address, size_t size) const { in contains() function in v8::base::AddressRegion
52 bool contains(AddressRegion region) const { in contains() function in v8::base::AddressRegion
H A Denum-set.h31 constexpr bool contains(E element) const { in contains() function in v8::base::EnumSet
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/testing/
H A DRangeTreeSubject.java77 public void contains(String digits) { in contains() method in RangeTreeSubject
/third_party/rust/crates/clap/src/util/
H A Dflat_set.rs28 pub fn contains<Q: ?Sized>(&self, value: &Q) -> bool in contains() functions
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dset.rs36 pub fn contains<Q>(&self, value: &Q) -> bool in contains() functions
93 pub fn contains<Q>(&self, value: &Q) -> bool in contains() functions
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dset.rs36 pub fn contains<Q>(&self, value: &Q) -> bool in contains() functions
93 pub fn contains<Q>(&self, value: &Q) -> bool in contains() functions
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dset.rs36 pub fn contains<Q>(&self, value: &Q) -> bool in contains() functions
93 pub fn contains<Q>(&self, value: &Q) -> bool in contains() functions
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DImmutableString.h70 bool contains(const char *substr) const { return strstr(data(), substr) != nullptr; } in contains() function in sh::ImmutableString
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
H A DGlyphGroup.java79 boolean contains(int glyph) { in contains() method in GlyphGroup

Completed in 10 milliseconds

1234567891011