Searched defs:Mock (Results 1 – 15 of 15) 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
12 Mock::Mock() in Mock() function in Mock
98 ### 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
40 class Mock { class42 Mock() {} in Mock() function in Mock
212 Mock() {} in Mock() function
347 class Mock { class349 Mock(int maxCnt, size_t maxBytes) { in Mock() function in Mock
1184 class Mock(CallableMixin, NonCallableMock): class