public static global::CapnProto.Schema.Annotation Create(global::CapnProto.Pointer parent) { return (global::CapnProto.Schema.Annotation)parent.Allocate(1, 1); }
public static global::CapnProto.Schema.Method Create(global::CapnProto.Pointer parent) { return (global::CapnProto.Schema.Method)parent.Allocate(3, 2); }
public static global::CapnProto.Schema.Enumerant Create(global::CapnProto.Pointer parent) { return (global::CapnProto.Schema.Enumerant)parent.Allocate(1, 2); }
public static global::CapnProto.Schema.Field Create(global::CapnProto.Pointer parent, global::CapnProto.Schema.Field.Unions union) { var ptr = parent.Allocate(3, 4); ptr.SetUInt16(4, (ushort)union); return (global::CapnProto.Schema.Field)ptr; }
public static global::CapnProto.Schema.CodeGeneratorRequest.RequestedFile.Import Create(global::CapnProto.Pointer parent) { return (global::CapnProto.Schema.CodeGeneratorRequest.RequestedFile.Import)parent.Allocate(1, 1); }
public static global::CapnProto.Schema.Value Create(global::CapnProto.Pointer parent, global::CapnProto.Schema.Value.Unions union) { var ptr = parent.Allocate(2, 1); ptr.SetUInt16(0, (ushort)union); return (global::CapnProto.Schema.Value)ptr; }
public static global::CapnProto.Schema.CodeGeneratorRequest Create(global::CapnProto.Pointer parent) { return (global::CapnProto.Schema.CodeGeneratorRequest)parent.Allocate(0, 2); }
public static global::CapnProto.Schema.Node.NestedNode Create(global::CapnProto.Pointer parent) { return (global::CapnProto.Schema.Node.NestedNode)parent.Allocate(1, 1); }
public static global::CapnProto.Schema.Node Create(global::CapnProto.Pointer parent, global::CapnProto.Schema.Node.Unions union) { var ptr = parent.Allocate(5, 5); ptr.SetUInt16(6, (ushort)union); return (global::CapnProto.Schema.Node)ptr; }