Home
last modified time | relevance | path

Searched defs:is_subset (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/third_party/inspector_protocol/
Dcheck_protocol_compatibility.py412 def is_subset(subset, superset, message): function
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-bit-page.hh93 bool is_subset (const hb_bit_page_t &larger_page) const in is_subset() function
Dhb-set.hh128 bool is_subset (const hb_sparseset_t &larger_set) const { return s.is_subset (larger_set.s); } in is_subset() function
Dhb-bit-set-invertible.hh163 bool is_subset (const hb_bit_set_invertible_t &larger_set) const in is_subset() function
Dhb-bit-set.hh377 bool is_subset (const hb_bit_set_t &larger_set) const in is_subset() function
/third_party/node/tools/inspector_protocol/
Dcheck_protocol_compatibility.py412 def is_subset(subset, superset, message): function
/third_party/rust/crates/regex/regex-syntax/src/hir/
Dinterval.rs458 fn is_subset(&self, other: &Self) -> bool { in is_subset() method
/third_party/pulseaudio/src/modules/alsa/
Dalsa-mixer.c3778 bool is_subset = true; in path_set_condense() local