Searched defs:Mock (Results 1 – 12 of 12) sorted by relevance
67 struct Mock { struct72 static bool LessP(Mock* const& a, Mock* const& b) { return a->fPriority < b->fPriority; } in LessP() argument73 static int* PQIndex(Mock* const& mock) { return &mock->fIndex; } in PQIndex() argument75 bool operator== (const Mock& that) const { in operator ==() argument78 bool operator!= (const Mock& that) const { return !(*this == that); } in operator !=() argument
327 class Mock { class329 Mock(size_t maxBytes) { in Mock() function in Mock
5 interface Mock<Y extends any[]> extends Function { interface
99 ### Testing Google Test and Google Mock Themselves
2172 .. [#] Magic methods *should* be looked up on the class rather than the2176 .. [#] The function is basically hooked up to the class, but each ``Mock``
26 Mock, enumerator
227 struct Mock { in TEST() struct228 int v; in TEST()229 const char* p; in TEST()230 double d; in TEST()
31 class Mock: class
41 class Mock { class43 Mock() {} in Mock() function in Mock
211 Mock() {} in Mock() function
1204 class Mock(CallableMixin, NonCallableMock): class
127 class Mock(Any): pass class