HomeSort by relevance Sort by last modified time
    Searched refs:Receiver (Results 101 - 125 of 157) sorted by null

1 2 3 45 6 7

  /external/v8/src/compiler/
types.h 38 // Receiver = Object \/ Proxy
40 // DetectableReceiver = Receiver - OtherUndetectable
177 V(Receiver, kObject | kProxy) \
access-builder.cc 605 Type::Receiver(), MachineType::TaggedPointer(),
operation-typer.cc     [all...]
  /external/v8/src/
type-info.cc 194 return AstType::Receiver();
  /prebuilts/go/darwin-x86/src/net/smtp/
smtp_test.go 240 250 Receiver OK
530 250 Receiver ok
  /prebuilts/go/linux-x86/src/net/smtp/
smtp_test.go 240 250 Receiver OK
530 250 Receiver ok
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
type.go 196 Receiver *Type // function receiver
202 // Argwid is the total width of the function receiver, params, and results.
238 FunargRcvr // receiver
586 t.FuncType().Receiver = recvs
693 func (t *Type) Recvs() *Type { return t.FuncType().Receiver }
697 // Recv returns the receiver of function type t, if any.
707 // receiver, parameters, and result parameters, in that order.
713 // paramsResults is like recvsParamsResults, but omits receiver parameters.
850 // It includes the receiver, parameters, and results
    [all...]
dcl.go 548 // declare the receiver and in arguments.
554 Fatalf("funcargs receiver %v", n.Op)
1021 // Those methods have thisT as the receiver.
1043 t.FuncType().Receiver = tofunargs(rcvr, FunargRcvr)
1073 t.FuncType().Receiver = tofunargsfield(rcvr, FunargRcvr)
1152 yyerror("illegal receiver type: %v", t0)
1189 // - t is function type (with receiver)
1199 yyerror("missing receiver")
1209 yyerror("invalid receiver type %v (%v is a pointer type)", pa, t)
1219 yyerror("invalid receiver type %v (%v is an unnamed type)", pa, t
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
type.go 196 Receiver *Type // function receiver
202 // Argwid is the total width of the function receiver, params, and results.
238 FunargRcvr // receiver
586 t.FuncType().Receiver = recvs
693 func (t *Type) Recvs() *Type { return t.FuncType().Receiver }
697 // Recv returns the receiver of function type t, if any.
707 // receiver, parameters, and result parameters, in that order.
713 // paramsResults is like recvsParamsResults, but omits receiver parameters.
850 // It includes the receiver, parameters, and results
    [all...]
dcl.go 548 // declare the receiver and in arguments.
554 Fatalf("funcargs receiver %v", n.Op)
1021 // Those methods have thisT as the receiver.
1043 t.FuncType().Receiver = tofunargs(rcvr, FunargRcvr)
1073 t.FuncType().Receiver = tofunargsfield(rcvr, FunargRcvr)
1152 yyerror("illegal receiver type: %v", t0)
1189 // - t is function type (with receiver)
1199 yyerror("missing receiver")
1209 yyerror("invalid receiver type %v (%v is a pointer type)", pa, t)
1219 yyerror("invalid receiver type %v (%v is an unnamed type)", pa, t
    [all...]
  /external/webrtc/talk/media/webrtc/
webrtcvideoengine2.cc     [all...]
webrtcvoiceengine.cc     [all...]
  /external/v8/src/crankshaft/
typing.cc 68 // The receiver is a parameter with index -1.
69 store_.Seq(parameter_index(-1), ObservedOnStack(frame->receiver()));
80 PrintObserved(scope_->receiver(), frame->receiver(),
561 NarrowType(expr, AstBounds(AstType::None(), AstType::Receiver()));
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 239 if (const Expr *Receiver = Msg->getInstanceReceiver())
240 if (Receiver->getType()->isObjCBuiltinType())
256 // for 'super' receiver is nullptr.
257 const Expr *receiver = Msg->getInstanceReceiver(); local
259 ReceiverIsSuper ? false : subscriptOperatorNeedsParens(receiver);
262 // Find space location range between receiver expression and getter method.
264 ReceiverIsSuper ? Msg->getSuperLoc() : receiver->getLocEnd();
269 // rewrite getter method expression into: receiver.property or
270 // (receiver).property
272 commit.insertBefore(receiver->getLocStart(), "(")
    [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 39 or to implement receiver side of SRP or another end-to-end protocol
45 any applications of this feature, but it is possible that receiver will
415 routers and receiver purge flow state.
424 Receiver makes reservation with command:
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.3alpha-8.jar 
  /prebuilts/go/darwin-x86/src/encoding/gob/
gobencdec_test.go 58 return errors.New("NIL RECEIVER")
227 G ***StringStruct // indirections to the receiver.
237 A ***ArrayStruct // indirections to a large receiver.
298 // more indirect than the receiver.
689 // This was a bug: the receiver has a different indirection level
721 // Receiver is value, not pointer, to test isZero of array.
  /prebuilts/go/linux-x86/src/encoding/gob/
gobencdec_test.go 58 return errors.New("NIL RECEIVER")
227 G ***StringStruct // indirections to the receiver.
237 A ***ArrayStruct // indirections to a large receiver.
298 // more indirect than the receiver.
689 // This was a bug: the receiver has a different indirection level
721 // Receiver is value, not pointer, to test isZero of array.
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8-dom.jar 
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
parser.go 378 // MethodDecl = "func" Receiver MethodName ( Function | Signature ) .
379 // Receiver = Parameters .
393 p.error("method has no receiver")
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
parser.go 378 // MethodDecl = "func" Receiver MethodName ( Function | Signature ) .
379 // Receiver = Parameters .
393 p.error("method has no receiver")
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 1453 milliseconds

1 2 3 45 6 7