Searched refs:inObj (Results 1 – 10 of 10) sorted by relevance
/external/compiler-rt/test/BlocksRuntime/ |
D | copyconstructor.C | 22 TestObject(CONST TestObject& inObj); 26 TestObject& operator=(CONST TestObject& inObj); 33 TestObject::TestObject(CONST TestObject& inObj) in TestObject() argument 37 _version = inObj._version; in TestObject() 56 TestObject& TestObject::operator=(CONST TestObject& inObj) 59 _version = inObj._version;
|
D | reference.C | 25 TestObject(CONST TestObject& inObj); 29 TestObject& operator=(CONST TestObject& inObj); 38 TestObject::TestObject(CONST TestObject& inObj) in TestObject() argument 42 _version = inObj._version; in TestObject() 61 TestObject& TestObject::operator=(CONST TestObject& inObj) 64 _version = inObj._version;
|
/external/clang/test/CodeGenCXX/ |
D | copy-in-cplus-object.cpp | 10 TestObject(const TestObject& inObj, int def = 100, const S &Silly = "silly"); 13 TestObject& operator=(const TestObject& inObj);
|
/external/clang/test/SemaObjCXX/ |
D | property-synthesis-error.mm | 38 TCPPObject(const TCPPObject& inObj); 41 TCPPObject& operator=(const TCPPObject& inObj); // expected-note {{'operator=' declared here}} 49 Trivial(const Trivial& inObj);
|
D | property-reference.mm | 7 TCPPObject(const TCPPObject& inObj); 11 …TCPPObject& operator=(const TCPPObject& inObj)const ; // expected-note {{'operator=' declared here…
|
/external/clang/test/CodeGenObjCXX/ |
D | property-object-reference-2.mm | 11 TCPPObject(const TCPPObject& inObj, int i = DEFAULT()); 12 TCPPObject& operator=(const TCPPObject& inObj);
|
D | property-object-reference-1.mm | 6 TCPPObject(const TCPPObject& inObj);
|
/external/chromium_org/third_party/polymer/components-chromium/platform/ |
D | platform.js.map | 1 … properties from inProps (et al) to inObj\nfunction mixin(inObj/*, inProps, inMoreProps, ...*/) {\…
|
/external/chromium_org/third_party/polymer_legacy/platform/ |
D | platform.js.map | 1 … properties from inProps (et al) to inObj\nfunction mixin(inObj/*, inProps, inMoreProps, ...*/) {\…
|
/external/chromium_org/third_party/polymer/components/platform/ |
D | platform.js.map | 1 … properties from inProps (et al) to inObj\nfunction mixin(inObj/*, inProps, inMoreProps, ...*/) {\…
|