Searched defs:Stack (Results 1 – 7 of 7) sorted by relevance
11 pub struct Stack(bluetooth_rs::Stack); struct13 impl Deref for Stack { implementation20 impl DerefMut for Stack { implementation49 pub fn stack_start(_stack: &mut Stack) { in stack_start()53 pub fn stack_stop(stack: &mut Stack) { in stack_stop()
10 type Stack; typedef16 fn stack_start(stack: &mut Stack); in stack_start()17 fn stack_stop(stack: &mut Stack); in stack_stop()
26 pub struct Stack { struct31 impl Stack { impl
65 pub struct Stack {} struct67 impl Stack { implementation
35 …Stack(Allocator* allocator, size_t stackCapacity) : allocator_(allocator), ownAllocator_(0), stack… in Stack() function40 Stack(Stack&& rhs) in Stack() function
191 using Stack = std::stack<Request::MemoryDomainToken, StackSpace>; in BufferTracker() typedef
77 async fn start(stack: Stack, req: StartStackRequest, grpc_port: u16) -> Self { in start()