Home
last modified time | relevance | path

Searched defs:same_size (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/m133/third_party/externals/harfbuzz/src/
Dhb-subset.cc227 bool same_size = table_tag == HB_OT_TAG_GSUB || in _plan_estimate_subset_table_size() local
/third_party/rust/rust/compiler/rustc_abi/src/
Dlayout.rs381 let same_size = size == variant_layouts[largest_variant_index].size; in layout_of_struct_or_enum() localVariable
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dlayout.rs457 pub fn same_size(self, other: SizeSkeleton<'tcx>) -> bool { in same_size() method