Home
last modified time | relevance | path

Searched defs:JustU8 (Results 1 – 3 of 3) sorted by relevance

/external/flatbuffers/tests/optional_scalars/
DScalarStuff.cs27 …public byte JustU8 { get { int o = __p.__offset(10); return o != 0 ? __p.bb.Get(o + __p.bb_pos) : … property
272 public byte JustU8 { get; set; } property in optional_scalars.ScalarStuffT
DScalarStuff.go13 JustU8 byte `json:"just_u8"` member
224 func (rcv *ScalarStuff) JustU8() byte { func
DScalarStuff.py53 def JustU8(self): member in ScalarStuff