Home
last modified time | relevance | path

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

/third_party/flatbuffers/net/FlatBuffers/
DTable.cs153 public T __union<T>(int offset) where T : struct, IFlatbufferObject struct
155 T t = new T();
156 t.__init(__indirect(offset), bb); in __indirect()
DIFlatbufferObject.cs22 public interface IFlatbufferObject interface
/third_party/flatbuffers/tests/union_vector/
DMovie.cs21 …public TTable? MainCharacter<TTable>() where TTable : struct, IFlatbufferObject { int o = __p.__of… property
37 …public TTable? Characters<TTable>(int j) where TTable : struct, IFlatbufferObject { int o = __p.__… property
/third_party/flatbuffers/tests/namespace_test/NamespaceA/
DTableInFirstNS.cs26 …public TTable? FooUnion<TTable>() where TTable : struct, IFlatbufferObject { int o = __p.__offset(… property
/third_party/flatbuffers/tests/MyGame/Example/
DMonster.cs48 …public TTable? Test<TTable>() where TTable : struct, IFlatbufferObject { int o = __p.__offset(20);… property
180 …public TTable? AnyUnique<TTable>() where TTable : struct, IFlatbufferObject { int o = __p.__offset… property
185 …public TTable? AnyAmbiguous<TTable>() where TTable : struct, IFlatbufferObject { int o = __p.__off… property