Home
last modified time | relevance | path

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

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