Home
last modified time | relevance | path

Searched refs:struct_type (Results 1 – 3 of 3) sorted by relevance

/test/vts/utils/python/library/
Delf_parser.py228 def _SeekReadStruct(self, offset, struct_type): argument
242 raw_bytes = self._SeekRead(offset, ctypes.sizeof(struct_type))
244 return struct_type.from_buffer_copy(raw_bytes)
/test/vts/compilation_tools/vtsc/
DVtsCompilerUtils.cpp221 result = arg.struct_type(); in GetCppVariableType()
/test/vts/proto/
DComponentSpecificationMessage.proto440 optional bytes struct_type = 142; field