Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/optional_scalars/
DScalarStuff.cs27 …public byte? MaybeU8 { get { int o = __p.__offset(12); return o != 0 ? __p.bb.Get(o + __p.bb_pos) … property
272 public byte? MaybeU8 { get; set; } property in optional_scalars.ScalarStuffT