blob: d221c6829e04bb2d68a60c5b29c9de98cc78b604 [file] [log] [blame]
James Ring3650fd42015-04-22 18:09:24 -07001pkg base, const CNamedBool NamedBool
2pkg base, const Cbool bool
3pkg base, const Cbyte byte
4pkg base, const Ccomplex128 complex128
5pkg base, const Ccomplex64 complex64
6pkg base, const Cenum NamedEnum
7pkg base, const Cfloat32 float32
8pkg base, const Cfloat64 float64
9pkg base, const Cint32 int32
10pkg base, const Cint64 int64
11pkg base, const Cstring ideal-string
12pkg base, const Cuint32 uint32
13pkg base, const Cuint64 uint64
14pkg base, const Five int32
15pkg base, const FiveSquared int32
16pkg base, const Foo ideal-string
17pkg base, const NamedEnumA NamedEnum
18pkg base, const NamedEnumB NamedEnum
19pkg base, const NamedEnumC NamedEnum
20pkg base, const Six uint64
21pkg base, const SixSquared uint64
22pkg base, const True bool
23pkg base, func NamedEnumFromString(string) (NamedEnum, error)
24pkg base, func NewErrNoParams1(*context.T) error
25pkg base, func NewErrNoParams2(*context.T) error
26pkg base, func NewErrWithParams1(*context.T, string, int32) error
27pkg base, func NewErrWithParams2(*context.T, string, int32) error
28pkg base, func ServiceAClient(string) ServiceAClientStub
29pkg base, func ServiceAServer(ServiceAServerMethods) ServiceAServerStub
30pkg base, func ServiceBClient(string) ServiceBClientStub
31pkg base, func ServiceBServer(ServiceBServerMethods) ServiceBServerStub
32pkg base, method (*NamedEnum) Set(string) error
33pkg base, method (*ServiceAMethodA3ServerCallStub) Init(rpc.StreamServerCall)
34pkg base, method (*ServiceAMethodA3ServerCallStub) SendStream() interface { Send(item Scalars) error;}
35pkg base, method (*ServiceAMethodA4ServerCallStub) Init(rpc.StreamServerCall)
36pkg base, method (*ServiceAMethodA4ServerCallStub) RecvStream() interface { Advance() bool; Value() int32; Err() error;}
37pkg base, method (*ServiceAMethodA4ServerCallStub) SendStream() interface { Send(item string) error;}
38pkg base, method (NamedEnum) String() string
39pkg base, method (NamedUnionA) Index() int
40pkg base, method (NamedUnionA) Interface() interface{}
41pkg base, method (NamedUnionA) Name() string
42pkg base, method (NamedUnionB) Index() int
43pkg base, method (NamedUnionB) Interface() interface{}
44pkg base, method (NamedUnionB) Name() string
45pkg base, method (NamedUnionC) Index() int
46pkg base, method (NamedUnionC) Interface() interface{}
47pkg base, method (NamedUnionC) Name() string
48pkg base, type Args struct
49pkg base, type Args struct, A int32
50pkg base, type Args struct, B int32
51pkg base, type CompComp struct
52pkg base, type CompComp struct, A0 Composites
53pkg base, type CompComp struct, A1 CompositesArray
54pkg base, type CompComp struct, A2 []Composites
55pkg base, type CompComp struct, A3 map[string]Composites
56pkg base, type CompComp struct, A4 map[KeyScalars][]map[string]Composites
57pkg base, type Composites struct
58pkg base, type Composites struct, A0 Scalars
59pkg base, type Composites struct, A1 ScalarsArray
60pkg base, type Composites struct, A2 []Scalars
61pkg base, type Composites struct, A3 map[KeyScalars]struct{}
62pkg base, type Composites struct, A4 map[string]Scalars
63pkg base, type Composites struct, A5 map[KeyScalars][]map[string]complex128
64pkg base, type CompositesArray [2]Composites
65pkg base, type KeyScalars struct
66pkg base, type KeyScalars struct, A0 bool
67pkg base, type KeyScalars struct, A1 byte
68pkg base, type KeyScalars struct, A10 complex64
69pkg base, type KeyScalars struct, A11 complex128
70pkg base, type KeyScalars struct, A12 string
71pkg base, type KeyScalars struct, A2 uint16
72pkg base, type KeyScalars struct, A3 uint32
73pkg base, type KeyScalars struct, A4 uint64
74pkg base, type KeyScalars struct, A5 int16
75pkg base, type KeyScalars struct, A6 int32
76pkg base, type KeyScalars struct, A7 int64
77pkg base, type KeyScalars struct, A8 float32
78pkg base, type KeyScalars struct, A9 float64
79pkg base, type KeyScalars struct, B0 NamedBool
80pkg base, type KeyScalars struct, B1 NamedByte
81pkg base, type KeyScalars struct, B10 NamedComplex64
82pkg base, type KeyScalars struct, B11 NamedComplex128
83pkg base, type KeyScalars struct, B12 NamedString
84pkg base, type KeyScalars struct, B2 NamedUint16
85pkg base, type KeyScalars struct, B3 NamedUint32
86pkg base, type KeyScalars struct, B4 NamedUint64
87pkg base, type KeyScalars struct, B5 NamedInt16
88pkg base, type KeyScalars struct, B6 NamedInt32
89pkg base, type KeyScalars struct, B7 NamedInt64
90pkg base, type KeyScalars struct, B8 NamedFloat32
91pkg base, type KeyScalars struct, B9 NamedFloat64
92pkg base, type NamedArray [2]bool
93pkg base, type NamedBool bool
94pkg base, type NamedByte byte
95pkg base, type NamedComplex128 complex128
96pkg base, type NamedComplex64 complex64
97pkg base, type NamedEnum int
98pkg base, type NamedFloat32 float32
99pkg base, type NamedFloat64 float64
100pkg base, type NamedInt16 int16
101pkg base, type NamedInt32 int32
102pkg base, type NamedInt64 int64
103pkg base, type NamedList []uint32
104pkg base, type NamedMap map[string]float32
105pkg base, type NamedSet map[string]struct{}
106pkg base, type NamedString string
107pkg base, type NamedStruct struct
108pkg base, type NamedStruct struct, A bool
109pkg base, type NamedStruct struct, B string
110pkg base, type NamedStruct struct, C int32
111pkg base, type NamedUint16 uint16
112pkg base, type NamedUint32 uint32
113pkg base, type NamedUint64 uint64
114pkg base, type NamedUnion interface, Index() int
115pkg base, type NamedUnion interface, Interface() interface{}
116pkg base, type NamedUnion interface, Name() string
117pkg base, type NamedUnion interface, unexported methods
118pkg base, type NamedUnionA struct
119pkg base, type NamedUnionA struct, Value bool
120pkg base, type NamedUnionB struct
121pkg base, type NamedUnionB struct, Value string
122pkg base, type NamedUnionC struct
123pkg base, type NamedUnionC struct, Value int32
124pkg base, type NestedArgs struct
125pkg base, type NestedArgs struct, Args Args
126pkg base, type Scalars struct
127pkg base, type Scalars struct, A0 bool
128pkg base, type Scalars struct, A1 byte
129pkg base, type Scalars struct, A10 complex64
130pkg base, type Scalars struct, A11 complex128
131pkg base, type Scalars struct, A12 string
132pkg base, type Scalars struct, A13 error
133pkg base, type Scalars struct, A14 *vdl.Value
134pkg base, type Scalars struct, A15 *vdl.Type
135pkg base, type Scalars struct, A2 uint16
136pkg base, type Scalars struct, A3 uint32
137pkg base, type Scalars struct, A4 uint64
138pkg base, type Scalars struct, A5 int16
139pkg base, type Scalars struct, A6 int32
140pkg base, type Scalars struct, A7 int64
141pkg base, type Scalars struct, A8 float32
142pkg base, type Scalars struct, A9 float64
143pkg base, type Scalars struct, B0 NamedBool
144pkg base, type Scalars struct, B1 NamedByte
145pkg base, type Scalars struct, B10 NamedComplex64
146pkg base, type Scalars struct, B11 NamedComplex128
147pkg base, type Scalars struct, B12 NamedString
148pkg base, type Scalars struct, B13 NamedEnum
149pkg base, type Scalars struct, B14 NamedUnion
150pkg base, type Scalars struct, B2 NamedUint16
151pkg base, type Scalars struct, B3 NamedUint32
152pkg base, type Scalars struct, B4 NamedUint64
153pkg base, type Scalars struct, B5 NamedInt16
154pkg base, type Scalars struct, B6 NamedInt32
155pkg base, type Scalars struct, B7 NamedInt64
156pkg base, type Scalars struct, B8 NamedFloat32
157pkg base, type Scalars struct, B9 NamedFloat64
158pkg base, type ScalarsArray [2]Scalars
159pkg base, type ServiceAClientMethods interface { MethodA1, MethodA2, MethodA3, MethodA4 }
160pkg base, type ServiceAClientMethods interface, MethodA1(*context.T, ...rpc.CallOpt) error
161pkg base, type ServiceAClientMethods interface, MethodA2(*context.T, int32, string, ...rpc.CallOpt) (string, error)
162pkg base, type ServiceAClientMethods interface, MethodA3(*context.T, int32, ...rpc.CallOpt) (ServiceAMethodA3ClientCall, error)
163pkg base, type ServiceAClientMethods interface, MethodA4(*context.T, int32, ...rpc.CallOpt) (ServiceAMethodA4ClientCall, error)
James Ring50684662015-04-23 08:32:16 -0700164pkg base, type ServiceAClientStub interface { MethodA1, MethodA2, MethodA3, MethodA4 }
James Ring3650fd42015-04-22 18:09:24 -0700165pkg base, type ServiceAClientStub interface, MethodA1(*context.T, ...rpc.CallOpt) error
166pkg base, type ServiceAClientStub interface, MethodA2(*context.T, int32, string, ...rpc.CallOpt) (string, error)
167pkg base, type ServiceAClientStub interface, MethodA3(*context.T, int32, ...rpc.CallOpt) (ServiceAMethodA3ClientCall, error)
168pkg base, type ServiceAClientStub interface, MethodA4(*context.T, int32, ...rpc.CallOpt) (ServiceAMethodA4ClientCall, error)
James Ring3650fd42015-04-22 18:09:24 -0700169pkg base, type ServiceAMethodA3ClientCall interface { Finish, RecvStream }
170pkg base, type ServiceAMethodA3ClientCall interface, Finish() (string, error)
171pkg base, type ServiceAMethodA3ClientCall interface, RecvStream() interface { Advance() bool;; Value() Scalars;; Err() error;}
172pkg base, type ServiceAMethodA3ClientStream interface { RecvStream }
173pkg base, type ServiceAMethodA3ClientStream interface, RecvStream() interface { Advance() bool;; Value() Scalars;; Err() error;}
James Ring50684662015-04-23 08:32:16 -0700174pkg base, type ServiceAMethodA3ServerCall interface { GrantedBlessings, LocalEndpoint, RemoteEndpoint, Security, SendStream, Server, Suffix }
175pkg base, type ServiceAMethodA3ServerCall interface, GrantedBlessings() security.Blessings
176pkg base, type ServiceAMethodA3ServerCall interface, LocalEndpoint() naming.Endpoint
177pkg base, type ServiceAMethodA3ServerCall interface, RemoteEndpoint() naming.Endpoint
178pkg base, type ServiceAMethodA3ServerCall interface, Security() security.Call
James Ring3650fd42015-04-22 18:09:24 -0700179pkg base, type ServiceAMethodA3ServerCall interface, SendStream() interface { Send(item Scalars) error;}
James Ring50684662015-04-23 08:32:16 -0700180pkg base, type ServiceAMethodA3ServerCall interface, Server() Server
181pkg base, type ServiceAMethodA3ServerCall interface, Suffix() string
James Ring3650fd42015-04-22 18:09:24 -0700182pkg base, type ServiceAMethodA3ServerCallStub struct
183pkg base, type ServiceAMethodA3ServerCallStub struct, embedded rpc.StreamServerCall
184pkg base, type ServiceAMethodA3ServerStream interface { SendStream }
185pkg base, type ServiceAMethodA3ServerStream interface, SendStream() interface { Send(item Scalars) error;}
186pkg base, type ServiceAMethodA4ClientCall interface { Finish, RecvStream, SendStream }
187pkg base, type ServiceAMethodA4ClientCall interface, Finish() error
188pkg base, type ServiceAMethodA4ClientCall interface, RecvStream() interface { Advance() bool;; Value() string;; Err() error;}
189pkg base, type ServiceAMethodA4ClientCall interface, SendStream() interface { Send(item int32) error;; Close() error;}
190pkg base, type ServiceAMethodA4ClientStream interface { RecvStream, SendStream }
191pkg base, type ServiceAMethodA4ClientStream interface, RecvStream() interface { Advance() bool;; Value() string;; Err() error;}
192pkg base, type ServiceAMethodA4ClientStream interface, SendStream() interface { Send(item int32) error;; Close() error;}
James Ring50684662015-04-23 08:32:16 -0700193pkg base, type ServiceAMethodA4ServerCall interface { GrantedBlessings, LocalEndpoint, RecvStream, RemoteEndpoint, Security, SendStream, Server, Suffix }
194pkg base, type ServiceAMethodA4ServerCall interface, GrantedBlessings() security.Blessings
195pkg base, type ServiceAMethodA4ServerCall interface, LocalEndpoint() naming.Endpoint
James Ring3650fd42015-04-22 18:09:24 -0700196pkg base, type ServiceAMethodA4ServerCall interface, RecvStream() interface { Advance() bool;; Value() int32;; Err() error;}
James Ring50684662015-04-23 08:32:16 -0700197pkg base, type ServiceAMethodA4ServerCall interface, RemoteEndpoint() naming.Endpoint
198pkg base, type ServiceAMethodA4ServerCall interface, Security() security.Call
James Ring3650fd42015-04-22 18:09:24 -0700199pkg base, type ServiceAMethodA4ServerCall interface, SendStream() interface { Send(item string) error;}
James Ring50684662015-04-23 08:32:16 -0700200pkg base, type ServiceAMethodA4ServerCall interface, Server() Server
201pkg base, type ServiceAMethodA4ServerCall interface, Suffix() string
James Ring3650fd42015-04-22 18:09:24 -0700202pkg base, type ServiceAMethodA4ServerCallStub struct
203pkg base, type ServiceAMethodA4ServerCallStub struct, embedded rpc.StreamServerCall
204pkg base, type ServiceAMethodA4ServerStream interface { RecvStream, SendStream }
205pkg base, type ServiceAMethodA4ServerStream interface, RecvStream() interface { Advance() bool;; Value() int32;; Err() error;}
206pkg base, type ServiceAMethodA4ServerStream interface, SendStream() interface { Send(item string) error;}
207pkg base, type ServiceAServerMethods interface { MethodA1, MethodA2, MethodA3, MethodA4 }
208pkg base, type ServiceAServerMethods interface, MethodA1(*context.T, rpc.ServerCall) error
209pkg base, type ServiceAServerMethods interface, MethodA2(*context.T, rpc.ServerCall, int32, string) (string, error)
210pkg base, type ServiceAServerMethods interface, MethodA3(*context.T, ServiceAMethodA3ServerCall, int32) (string, error)
211pkg base, type ServiceAServerMethods interface, MethodA4(*context.T, ServiceAMethodA4ServerCall, int32) error
212pkg base, type ServiceAServerStub interface { Describe__, MethodA1, MethodA2, MethodA3, MethodA4 }
213pkg base, type ServiceAServerStub interface, Describe__() []rpc.InterfaceDesc
214pkg base, type ServiceAServerStub interface, MethodA1(*context.T, rpc.ServerCall) error
215pkg base, type ServiceAServerStub interface, MethodA2(*context.T, rpc.ServerCall, int32, string) (string, error)
216pkg base, type ServiceAServerStub interface, MethodA3(*context.T, *ServiceAMethodA3ServerCallStub, int32) (string, error)
217pkg base, type ServiceAServerStub interface, MethodA4(*context.T, *ServiceAMethodA4ServerCallStub, int32) error
218pkg base, type ServiceAServerStubMethods interface { MethodA1, MethodA2, MethodA3, MethodA4 }
219pkg base, type ServiceAServerStubMethods interface, MethodA1(*context.T, rpc.ServerCall) error
220pkg base, type ServiceAServerStubMethods interface, MethodA2(*context.T, rpc.ServerCall, int32, string) (string, error)
221pkg base, type ServiceAServerStubMethods interface, MethodA3(*context.T, *ServiceAMethodA3ServerCallStub, int32) (string, error)
222pkg base, type ServiceAServerStubMethods interface, MethodA4(*context.T, *ServiceAMethodA4ServerCallStub, int32) error
223pkg base, type ServiceBClientMethods interface { MethodA1, MethodA2, MethodA3, MethodA4, MethodB1 }
224pkg base, type ServiceBClientMethods interface, MethodA1(*context.T, ...rpc.CallOpt) error
225pkg base, type ServiceBClientMethods interface, MethodA2(*context.T, int32, string, ...rpc.CallOpt) (string, error)
226pkg base, type ServiceBClientMethods interface, MethodA3(*context.T, int32, ...rpc.CallOpt) (ServiceAMethodA3ClientCall, error)
227pkg base, type ServiceBClientMethods interface, MethodA4(*context.T, int32, ...rpc.CallOpt) (ServiceAMethodA4ClientCall, error)
228pkg base, type ServiceBClientMethods interface, MethodB1(*context.T, Scalars, Composites, ...rpc.CallOpt) (CompComp, error)
James Ring50684662015-04-23 08:32:16 -0700229pkg base, type ServiceBClientStub interface { MethodA1, MethodA2, MethodA3, MethodA4, MethodB1 }
James Ring3650fd42015-04-22 18:09:24 -0700230pkg base, type ServiceBClientStub interface, MethodA1(*context.T, ...rpc.CallOpt) error
231pkg base, type ServiceBClientStub interface, MethodA2(*context.T, int32, string, ...rpc.CallOpt) (string, error)
232pkg base, type ServiceBClientStub interface, MethodA3(*context.T, int32, ...rpc.CallOpt) (ServiceAMethodA3ClientCall, error)
233pkg base, type ServiceBClientStub interface, MethodA4(*context.T, int32, ...rpc.CallOpt) (ServiceAMethodA4ClientCall, error)
234pkg base, type ServiceBClientStub interface, MethodB1(*context.T, Scalars, Composites, ...rpc.CallOpt) (CompComp, error)
James Ring3650fd42015-04-22 18:09:24 -0700235pkg base, type ServiceBServerMethods interface { MethodA1, MethodA2, MethodA3, MethodA4, MethodB1 }
236pkg base, type ServiceBServerMethods interface, MethodA1(*context.T, rpc.ServerCall) error
237pkg base, type ServiceBServerMethods interface, MethodA2(*context.T, rpc.ServerCall, int32, string) (string, error)
238pkg base, type ServiceBServerMethods interface, MethodA3(*context.T, ServiceAMethodA3ServerCall, int32) (string, error)
239pkg base, type ServiceBServerMethods interface, MethodA4(*context.T, ServiceAMethodA4ServerCall, int32) error
240pkg base, type ServiceBServerMethods interface, MethodB1(*context.T, rpc.ServerCall, Scalars, Composites) (CompComp, error)
241pkg base, type ServiceBServerStub interface { Describe__, MethodA1, MethodA2, MethodA3, MethodA4, MethodB1 }
242pkg base, type ServiceBServerStub interface, Describe__() []rpc.InterfaceDesc
243pkg base, type ServiceBServerStub interface, MethodA1(*context.T, rpc.ServerCall) error
244pkg base, type ServiceBServerStub interface, MethodA2(*context.T, rpc.ServerCall, int32, string) (string, error)
245pkg base, type ServiceBServerStub interface, MethodA3(*context.T, *ServiceAMethodA3ServerCallStub, int32) (string, error)
246pkg base, type ServiceBServerStub interface, MethodA4(*context.T, *ServiceAMethodA4ServerCallStub, int32) error
247pkg base, type ServiceBServerStub interface, MethodB1(*context.T, rpc.ServerCall, Scalars, Composites) (CompComp, error)
248pkg base, type ServiceBServerStubMethods interface { MethodA1, MethodA2, MethodA3, MethodA4, MethodB1 }
249pkg base, type ServiceBServerStubMethods interface, MethodA1(*context.T, rpc.ServerCall) error
250pkg base, type ServiceBServerStubMethods interface, MethodA2(*context.T, rpc.ServerCall, int32, string) (string, error)
251pkg base, type ServiceBServerStubMethods interface, MethodA3(*context.T, *ServiceAMethodA3ServerCallStub, int32) (string, error)
252pkg base, type ServiceBServerStubMethods interface, MethodA4(*context.T, *ServiceAMethodA4ServerCallStub, int32) error
253pkg base, type ServiceBServerStubMethods interface, MethodB1(*context.T, rpc.ServerCall, Scalars, Composites) (CompComp, error)
254pkg base, var CNamedStruct NamedStruct
255pkg base, var CScalars Scalars
256pkg base, var CTypeObject_Any unknown-type
James Ring50684662015-04-23 08:32:16 -0700257pkg base, var CTypeObject_Array *vdl.Type
258pkg base, var CTypeObject_List *vdl.Type
259pkg base, var CTypeObject_Map *vdl.Type
260pkg base, var CTypeObject_Set *vdl.Type
261pkg base, var CTypeObject_Struct *vdl.Type
James Ring3650fd42015-04-22 18:09:24 -0700262pkg base, var CTypeObject_TypeObject unknown-type
James Ring50684662015-04-23 08:32:16 -0700263pkg base, var CTypeObject_Union *vdl.Type
264pkg base, var CTypeObject_bool *vdl.Type
265pkg base, var CTypeObject_byte *vdl.Type
266pkg base, var CTypeObject_bytes *vdl.Type
267pkg base, var CTypeObject_complex64 *vdl.Type
268pkg base, var CTypeObject_enum *vdl.Type
269pkg base, var CTypeObject_float32 *vdl.Type
270pkg base, var CTypeObject_int16 *vdl.Type
271pkg base, var CTypeObject_string *vdl.Type
272pkg base, var CTypeObject_uint16 *vdl.Type
James Ring3650fd42015-04-22 18:09:24 -0700273pkg base, var Cargs Args
274pkg base, var Carray NamedArray
275pkg base, var Clist []int32
276pkg base, var Cset map[int32]struct{}
277pkg base, var Cunion unknown-type
James Ring50684662015-04-23 08:32:16 -0700278pkg base, var ErrNoParams1 verror.IDAction
279pkg base, var ErrNoParams2 verror.IDAction
280pkg base, var ErrWithParams1 verror.IDAction
281pkg base, var ErrWithParams2 verror.IDAction
James Ring3650fd42015-04-22 18:09:24 -0700282pkg base, var NamedEnumAll [...]NamedEnum
283pkg base, var ServiceADesc rpc.InterfaceDesc
284pkg base, var ServiceBDesc rpc.InterfaceDesc