Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/pdl/src/
Dlint.rs22 pub struct Scope<'d> { struct
30 pub scopes: HashMap<&'d analyzer_ast::Decl, PacketScope<'d>>, argument
124 impl<'d> Scope<'d> { impl
Danalyzer.rs176 pub struct Scope<'d, A: Annotation> { struct
179 pub typedef: HashMap<String, &'d crate::ast::Decl<A>>,
212 impl<'d, A: Annotation + Default> Scope<'d, A> { impl
/packages/modules/Bluetooth/system/include/hardware/avrcp/
Davrcp_common.h133 enum class Scope : uint8_t { enum