Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/pdl/src/
Dlint.rs29 struct Scope<'d> { struct
34 scopes: HashMap<&'d Decl, PacketScope<'d>>, argument
223 scope: &Scope, in inherit()
260 scope: &Scope, in inline()
374 scope: &Scope, in lint_constraint()
451 impl<'d> Scope<'d> { implementation
657 scope: &Scope, in lint_checksum()
724 _scope: &Scope, in lint_size()
842 _scope: &Scope, in lint_count()
904 scope: &Scope, in lint_fixed()
[all …]
/packages/modules/Bluetooth/system/include/hardware/avrcp/
Davrcp_common.h130 enum class Scope : uint8_t { enum