Home
last modified time | relevance | path

Searched defs:check_struct_field (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/
Dcheck_types.rs24 macro_rules! check_struct_field { macro
/aosp_15_r20/external/emboss/compiler/util/
H A Dattribute_util.py195 def check_struct_field(field, source_file_name, errors): function