HomeSort by relevance Sort by last modified time
    Searched full:replytype (Results 1 - 11 of 11) sorted by null

  /prebuilts/go/darwin-x86/src/net/rpc/
server.go 24 func (t *T) MethodName(argType T1, replyType *T2) error
154 ReplyType reflect.Type
314 replyType := mtype.In(2)
315 if replyType.Kind() != reflect.Ptr {
317 log.Println("method", mname, "reply type not a pointer:", replyType)
322 if !isExportedOrBuiltinType(replyType) {
324 log.Println("method", mname, "reply type not exported:", replyType)
342 methods[mname] = &methodType{method: method, ArgType: argType, ReplyType: replyType}
569 replyv = reflect.New(mtype.ReplyType.Elem()
    [all...]
debug.go 30 <td align=left font=fixed>{{.Name}}({{.Type.ArgType}}, {{.Type.ReplyType}}) error</td>
  /prebuilts/go/linux-x86/src/net/rpc/
server.go 24 func (t *T) MethodName(argType T1, replyType *T2) error
154 ReplyType reflect.Type
314 replyType := mtype.In(2)
315 if replyType.Kind() != reflect.Ptr {
317 log.Println("method", mname, "reply type not a pointer:", replyType)
322 if !isExportedOrBuiltinType(replyType) {
324 log.Println("method", mname, "reply type not exported:", replyType)
342 methods[mname] = &methodType{method: method, ArgType: argType, ReplyType: replyType}
569 replyv = reflect.New(mtype.ReplyType.Elem()
    [all...]
debug.go 30 <td align=left font=fixed>{{.Name}}({{.Type.ArgType}}, {{.Type.ReplyType}}) error</td>
  /external/dbus/doc/
dcop-howto.txt 164 QCString replyType;
168 data, replyType, replyData))
172 if (replyType == "QString") {
207 QCString &replyType, QByteArray &replyData)
216 replyType = "QString";
265 QCString replyType = "QString";
269 kapp->dcopClient()->endTransaction( myTransaction, replyType, replyData );
  /external/mdnsresponder/Clients/
dns-sd.c 478 const char *replyName, const char *replyType, const char *replyDomain, void *context)
491 DNSServiceResolve(newref, kDNSServiceFlagsShareConnection, ifIndex, replyName, replyType, replyDomain, zonedata_resolve, newref);
495 const char *replyName, const char *replyType, const char *replyDomain, void *context)
505 else printf("%s%6X%3d %-25s %-25s %s\n", op, flags, ifIndex, replyDomain, replyType, replyName);
    [all...]
  /external/mdnsresponder/mDNSShared/
dnssd_clientstub.c     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/net/
rpc.a 179 type @"".methodType struct { ? @"sync".Mutex; @"".method @"reflect".Method; ArgType @"reflect".Type; ReplyType @"reflect".Type; @"".numCalls uint }
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/net/
rpc.a 179 type @"".methodType struct { ? @"sync".Mutex; @"".method @"reflect".Method; ArgType @"reflect".Type; ReplyType @"reflect".Type; @"".numCalls uint }
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/net/
rpc.a 179 type @"".methodType struct { ? @"sync".Mutex; @"".method @"reflect".Method; ArgType @"reflect".Type; ReplyType @"reflect".Type; @"".numCalls uint }
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/net/
rpc.a 179 type @"".methodType struct { ? @"sync".Mutex; @"".method @"reflect".Method; ArgType @"reflect".Type; ReplyType @"reflect".Type; @"".numCalls uint }
    [all...]

Completed in 265 milliseconds