Searched defs:ByteStruct (Results 1 – 4 of 4) sorted by relevance
23 type ByteStruct struct { struct24 a byte // not an exported field49 func (g *ByteStruct) GobEncode() ([]byte, error) {57 func (g *ByteStruct) GobDecode(data []byte) error {
221 type ByteStruct struct { struct222 B byte223 R rune
115 def __new__(cls, address: int, structure: Optional[ByteStruct] = None):121 def __init__(self, _, structure: Optional[ByteStruct] = None):
51 class ByteStruct(int): class