Searched refs:data_offset (Results 1 - 9 of 9) sorted by relevance

/fuchsia/zircon/system/ulib/fidl/include/lib/fidl/
H A Dinternal.h80 // |data_offset| is the offset of the data in the wire format (tag + padding).
84 const uint32_t data_offset; member in struct:fidl::FidlCodedUnion
89 uint32_t data_offset, uint32_t size, const char* name)
90 : types(types), type_count(type_count), data_offset(data_offset), size(size), name(name) {}
88 FidlCodedUnion(const fidl_type* const* types, uint32_t type_count, uint32_t data_offset, uint32_t size, const char* name) argument
/fuchsia/zircon/system/ulib/fidl/
H A Dencoding.cpp124 union_state.data_offset = fidl_type->coded_union.data_offset;
165 union_state.data_offset = coded_union->data_offset;
231 uint32_t data_offset; member in struct:__anon1079::FidlEncoder::__anon1080::__anon1083
387 frame->offset += frame->union_state.data_offset;
H A Ddecoding.cpp104 union_state.data_offset = fidl_type->coded_union.data_offset;
145 union_state.data_offset = coded_union->data_offset;
211 uint32_t data_offset; member in struct:__anon1059::FidlDecoder::__anon1060::__anon1063
354 frame->offset += frame->union_state.data_offset;
H A Dvalidating.cpp101 union_state.data_offset = fidl_type->coded_union.data_offset;
144 union_state.data_offset = coded_union->data_offset;
210 uint32_t data_offset; member in struct:__anon1102::FidlValidator::__anon1103::__anon1106
346 frame->offset += frame->union_state.data_offset;
/fuchsia/zircon/system/host/fidl/include/fidl/
H A Dcoded_ast.h163 UnionType(std::string name, std::vector<const Type*> types, uint32_t data_offset, uint32_t size, argument
166 data_offset(data_offset), pointer_name(std::move(pointer_name)), qname(std::move(qname)) {
170 const uint32_t data_offset; member in struct:fidl::coded::UnionType
/fuchsia/zircon/system/dev/ethernet/rndis/
H A Drndishost.h141 uint32_t data_offset; member in struct:__anon352
H A Drndishost.c263 // The offset should be given from the beginning of the data_offset field.
265 header.data_offset = sizeof(rndis_packet_header) - 8;
/fuchsia/zircon/system/dev/block/ums-function/
H A Dums-function.c86 zx_off_t data_offset; member in struct:__anon216
128 usb_function_req_copy_to(&ums->function, req, ums->storage + ums->data_offset, length, 0);
150 ums->data_offset = offset;
388 usb_function_req_copy_from(&ums->function, req, ums->storage + ums->data_offset,
394 ums->data_offset += req->response.actual;
/fuchsia/zircon/system/host/fidl/lib/
H A Dtables_generator.cpp152 Emit(&tables_file_, union_type.data_offset);

Completed in 101 milliseconds