Home
last modified time | relevance | path

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

/external/flatbuffers/tests/optional_scalars/
DScalarStuff.cs24 …public sbyte JustI8 { get { int o = __p.__offset(4); return o != 0 ? __p.bb.GetSbyte(o + __p.bb_po… property
269 public sbyte JustI8 { get; set; } property in optional_scalars.ScalarStuffT
DScalarStuff.go10 JustI8 int8 `json:"just_i8"` member
187 func (rcv *ScalarStuff) JustI8() int8 { func
DScalarStuff.py32 def JustI8(self): member in ScalarStuff