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