Searched defs:packet_scope (Results 1 – 3 of 3) sorted by relevance
218 fn packet_scope(&self) -> Option<&lint::PacketScope> { in packet_scope() method237 let packet_scope = self.packet_scope().unwrap(); in payload_field_offset_from_end() localVariable488 let packet_scope = self.packet_scope().unwrap(); in add_payload_field() localVariable599 let packet_scope = &self.scope.scopes[&decl]; in done() localVariable
189 let packet_scope = &scope.scopes[&scope.typedef[id]]; in find_constrained_fields() localVariable211 let packet_scope = &scope.scopes[&scope.typedef[id]]; in find_constrained_parent_fields() localVariable228 let packet_scope = &scope.scopes[&decl]; in generate_data_struct() localVariable376 let packet_scope = &scope.scopes[&scope.typedef[id]]; in generate_packet_decl() localVariable
227 packet_scope: Dict[str, Declaration] = field(init=False) variable in File