Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/optional_scalars/
H A DScalarStuff.cs40 …public uint DefaultU32 { get { int o = __p.__offset(38); return o != 0 ? __p.bb.GetUint(o + __p.bb… property
285 public uint DefaultU32 { get; set; } property in optional_scalars.ScalarStuffT
H A DScalarStuff.go27 DefaultU32 uint32 `json:"default_u32"` member
397 func (rcv *ScalarStuff) DefaultU32() uint32 { func
H A DScalarStuff.py151 def DefaultU32(self): member in ScalarStuff