Home
last modified time | relevance | path

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

/external/flatbuffers/tests/optional_scalars/
DScalarStuff.cs34 …public ushort? MaybeU16 { get { int o = __p.__offset(24); return o != 0 ? __p.bb.GetUshort(o + __p… property
279 public ushort? MaybeU16 { get; set; } property in optional_scalars.ScalarStuffT
DScalarStuff.go20 MaybeU16 *uint16 `json:"maybe_u16"` member
310 func (rcv *ScalarStuff) MaybeU16() *uint16 { func
DScalarStuff.py102 def MaybeU16(self): member in ScalarStuff