Searched defs:referToC (Results 1 – 7 of 7) sorted by relevance
20 val referToC : NamespaceC.TableInC? get() = referToC(NamespaceC.TableInC()) constant in NamespaceA.SecondTableInA21 fun referToC(obj: NamespaceC.TableInC) : NamespaceC.TableInC? { in referToC() method
11 private NamespaceC.TableInCT referToC; field in SecondTableInAT15 public void setReferToC(NamespaceC.TableInCT referToC) { this.referToC = referToC; } in setReferToC()
40 def SecondTableInAAddReferToC(builder, referToC): builder.PrependUOffsetTRelativeSlot(0, flatbuffer… argument41 def AddReferToC(builder, referToC): argument
18 public NamespaceC.TableInC referToC() { return referToC(new NamespaceC.TableInC()); } in referToC() method in SecondTableInA19 …public NamespaceC.TableInC referToC(NamespaceC.TableInC obj) { int o = __offset(4); return o != 0 … in referToC() method in SecondTableInA
68 public static function addReferToC(FlatBufferBuilder $builder, $referToC)
26 referToC(obj?:TableInC):TableInC|null { method in SecondTableInA68 public referToC: TableInCT|null = null property in SecondTableInAT73 const referToC = (this.referToC !== null ? this.referToC!.pack(builder) : 0); constant
21 referToC(obj) { method in SecondTableInA51 constructor(referToC = null) { argument