HomeSort by relevance Sort by last modified time
    Searched defs:Tbyte (Results 1 - 5 of 5) sorted by null

  /prebuilts/go/darwin-x86/test/
convert1.go 12 type Tbyte []byte
24 tsb := Tbyte(sb)
33 _ = Tbyte(s)
42 _ = Tbyte(sb)
51 _ = Tbyte(sr) // ERROR "cannot convert.*Tbyte|invalid type conversion"
60 _ = Tbyte(si) // ERROR "cannot convert.*Tbyte|invalid type conversion"
69 _ = Tbyte(ts)
78 _ = Tbyte(tsb
    [all...]
convlit.go 67 type Tbyte []byte
70 var _ = Tbyte("abc") // ok
74 var _ Tbyte = "abc" // ERROR "cannot use|incompatible|invalid"
  /prebuilts/go/linux-x86/test/
convert1.go 12 type Tbyte []byte
24 tsb := Tbyte(sb)
33 _ = Tbyte(s)
42 _ = Tbyte(sb)
51 _ = Tbyte(sr) // ERROR "cannot convert.*Tbyte|invalid type conversion"
60 _ = Tbyte(si) // ERROR "cannot convert.*Tbyte|invalid type conversion"
69 _ = Tbyte(ts)
78 _ = Tbyte(tsb
    [all...]
convlit.go 67 type Tbyte []byte
70 var _ = Tbyte("abc") // ok
74 var _ Tbyte = "abc" // ERROR "cannot use|incompatible|invalid"
  /toolchain/binutils/binutils-2.27/opcodes/
i386-opc.h 743 /* TBYTE memory. 10 byte */
744 Tbyte,
823 unsigned int tbyte:1; member in struct:i386_operand_type::__anon5083

Completed in 173 milliseconds