Home
last modified time | relevance | path

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

/external/flatbuffers/tests/optional_scalars/
DScalarStuff.cs35 …public int JustI32 { get { int o = __p.__offset(28); return o != 0 ? __p.bb.GetInt(o + __p.bb_pos)… property
280 public int JustI32 { get; set; } property in optional_scalars.ScalarStuffT
DScalarStuff.go22 JustI32 int32 `json:"just_i32"` member
335 func (rcv *ScalarStuff) JustI32() int32 { func
DScalarStuff.py116 def JustI32(self): member in ScalarStuff