Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/optional_scalars/
H A DScalarStuff.cs37 …public int DefaultI32 { get { int o = __p.__offset(32); return o != 0 ? __p.bb.GetInt(o + __p.bb_p… property
282 public int DefaultI32 { get; set; } property in optional_scalars.ScalarStuffT
H A DScalarStuff.go24 DefaultI32 int32 `json:"default_i32"` member
360 func (rcv *ScalarStuff) DefaultI32() int32 { func
H A DScalarStuff.py130 def DefaultI32(self): member in ScalarStuff