Home
last modified time | relevance | path

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

/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DStructInNestedNS.go9 type StructInNestedNST struct { struct
10 A int32
11 B int32
14 func (t *StructInNestedNST) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT {
18 func (rcv *StructInNestedNS) UnPackTo(t *StructInNestedNST) {
DStructInNestedNS.cs48 public class StructInNestedNST class
55 public StructInNestedNST() { in StructInNestedNST() method in NamespaceA.NamespaceB.StructInNestedNST
DStructInNestedNS.py28 class StructInNestedNST(object): class