Home
last modified time | relevance | path

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

/third_party/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.py32 class StructInNestedNST(object): class
/third_party/flatbuffers/tests/namespace_test/namespace-a/namespace-b/
Dstruct-in-nested-n-s.ts64 export class StructInNestedNST { class
Dstruct-in-nested-n-s.js46 export class StructInNestedNST { class
/third_party/flatbuffers/tests/namespace_test/
Dnamespace_test1_generated.rs381 pub fn unpack(&self) -> StructInNestedNST { in unpack()
390 pub struct StructInNestedNST { struct
391 pub a: i32,
392 pub b: i32,
394 impl StructInNestedNST { implementation
Dnamespace_test2_generated.rs381 pub fn unpack(&self) -> StructInNestedNST { in unpack()
390 pub struct StructInNestedNST { struct
391 pub a: i32,
392 pub b: i32,
394 impl StructInNestedNST { impl