Home
last modified time | relevance | path

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

/external/flatbuffers/tests/optional_scalars/
DScalarStuff.cs39 …public uint JustU32 { get { int o = __p.__offset(34); return o != 0 ? __p.bb.GetUint(o + __p.bb_po… property
284 public uint JustU32 { get; set; } property in optional_scalars.ScalarStuffT
DScalarStuff.go25 JustU32 uint32 `json:"just_u32"` member
372 func (rcv *ScalarStuff) JustU32() uint32 { func
DScalarStuff.py137 def JustU32(self): member in ScalarStuff