Searched refs:Frame (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/ulib/fidl/
H A Dencoding.cpp108 struct Frame { struct in class:__anon1079::FidlEncoder
109 Frame(const fidl_type_t* fidl_type, uint32_t offset) : offset(offset) { function in struct:__anon1079::FidlEncoder::Frame
155 Frame(const fidl::FidlCodedStruct* coded_struct, uint32_t offset) : offset(offset) { function in struct:__anon1079::FidlEncoder::Frame
161 Frame(const fidl::FidlCodedUnion* coded_union, uint32_t offset) : offset(offset) { function in struct:__anon1079::FidlEncoder::Frame
168 Frame(const fidl_type_t* element, uint32_t array_size, uint32_t element_size, function in struct:__anon1079::FidlEncoder::Frame
178 Frame() {} function in struct:__anon1079::FidlEncoder::Frame
180 static Frame DoneSentinel() {
181 Frame frame;
260 bool Push(Frame frame) {
274 Frame* Pee
[all...]
H A Ddecoding.cpp88 struct Frame { struct in class:__anon1059::FidlDecoder
89 Frame(const fidl_type_t* fidl_type, uint32_t offset) : offset(offset) { function in struct:__anon1059::FidlDecoder::Frame
135 Frame(const fidl::FidlCodedStruct* coded_struct, uint32_t offset) : offset(offset) { function in struct:__anon1059::FidlDecoder::Frame
141 Frame(const fidl::FidlCodedUnion* coded_union, uint32_t offset) : offset(offset) { function in struct:__anon1059::FidlDecoder::Frame
148 Frame(const fidl_type_t* element, uint32_t array_size, uint32_t element_size, function in struct:__anon1059::FidlDecoder::Frame
158 Frame() {} function in struct:__anon1059::FidlDecoder::Frame
160 static Frame DoneSentinel() {
161 Frame frame;
240 bool Push(Frame frame) {
254 Frame* Pee
[all...]
H A Dvalidating.cpp84 struct Frame { struct in class:__anon1102::FidlValidator
85 Frame(const fidl_type_t* fidl_type, uint32_t offset) function in struct:__anon1102::FidlValidator::Frame
132 Frame(const fidl::FidlCodedStruct* coded_struct, uint32_t offset) function in struct:__anon1102::FidlValidator::Frame
139 Frame(const fidl::FidlCodedUnion* coded_union, uint32_t offset) function in struct:__anon1102::FidlValidator::Frame
147 Frame(const fidl_type_t* element, uint32_t array_size, uint32_t element_size, function in struct:__anon1102::FidlValidator::Frame
157 Frame() {} function in struct:__anon1102::FidlValidator::Frame
159 static Frame DoneSentinel() {
160 Frame frame;
239 bool Push(Frame frame) {
253 Frame* Pee
[all...]
/fuchsia/zircon/third_party/lib/acpica/source/components/debugger/
H A Ddbdisply.c572 ACPI_GENERIC_STATE *Frame; local
596 Frame = WalkState->Results;
601 ObjDesc = Frame->Results.ObjDesc[Index];
607 Frame = Frame->Results.Next;

Completed in 32 milliseconds