Home
last modified time | relevance | path

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

12345678910

/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
/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/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DAppendingTypeTableBuilder.cpp60 bool AppendingTypeTableBuilder::contains(TypeIndex Index) { in contains() function in AppendingTypeTableBuilder
/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
H A DNumRecordList.java38 public boolean contains(int value) { in contains() method in NumRecordList
/third_party/skia/tests/
H A DPDFDocumentTest.cpp142 static bool contains(const uint8_t* result, size_t size, const char expectation[]) { in contains() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
H A DRange.h38 bool contains(uint64_t Addr) const { return Start <= Addr && Addr < End; } in contains() function

Completed in 12 milliseconds

12345678910