Searched defs:stack_buffer (Results 1 – 14 of 14) sorted by relevance
7 char stack_buffer[42]; in foo() local
10 char stack_buffer[42]; in foo() local
10 char stack_buffer[42]; in thread_proc() local
8 volatile char stack_buffer[42]; in thread_proc() local
7 volatile char stack_buffer[42]; in thread_proc() local
10 volatile char stack_buffer[42]; in work_item() local
15 volatile char stack_buffer[42]; in thread_proc_2() local
52 T* stack_buffer() { return stack_buffer_.template data_as<T>(); } in stack_buffer() function53 const T* stack_buffer() const { in stack_buffer() function
128 char stack_buffer[42]; in TEST() local
179 uint8_t stack_buffer[sizeof(T) * 8 / 7 + 1]; in WriteVarint() local