Searched refs:inObj (Results 1 – 7 of 7) sorted by relevance
22 TestObject(CONST TestObject& inObj);26 TestObject& operator=(CONST TestObject& inObj);33 TestObject::TestObject(CONST TestObject& inObj) in TestObject() argument37 _version = inObj._version; in TestObject()56 TestObject& TestObject::operator=(CONST TestObject& inObj)59 _version = inObj._version;
25 TestObject(CONST TestObject& inObj);29 TestObject& operator=(CONST TestObject& inObj);38 TestObject::TestObject(CONST TestObject& inObj) in TestObject() argument42 _version = inObj._version; in TestObject()61 TestObject& TestObject::operator=(CONST TestObject& inObj)64 _version = inObj._version;
10 TestObject(const TestObject& inObj, int def = 100, const S &Silly = "silly");13 TestObject& operator=(const TestObject& inObj);
38 TCPPObject(const TCPPObject& inObj);41 TCPPObject& operator=(const TCPPObject& inObj); // expected-note {{'operator=' declared here}}49 Trivial(const Trivial& inObj);
7 TCPPObject(const TCPPObject& inObj);11 …TCPPObject& operator=(const TCPPObject& inObj)const ; // expected-note {{'operator=' declared here…
11 TCPPObject(const TCPPObject& inObj, int i = DEFAULT());12 TCPPObject& operator=(const TCPPObject& inObj);
6 TCPPObject(const TCPPObject& inObj);