OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UntypedFunctionMockerBase
(Results
1 - 2
of
2
) sorted by null
/external/chromium/testing/gmock/src/
gmock-spec-builders.cc
260
UntypedFunctionMockerBase
::
UntypedFunctionMockerBase
()
263
UntypedFunctionMockerBase
::~
UntypedFunctionMockerBase
() {}
270
void
UntypedFunctionMockerBase
::RegisterOwner(const void* mock_obj) {
282
void
UntypedFunctionMockerBase
::SetOwnerAndName(
294
const void*
UntypedFunctionMockerBase
::MockObject() const {
311
const char*
UntypedFunctionMockerBase
::Name() const {
330
UntypedFunctionMockerBase
::UntypedInvokeWith(const void* const untyped_args) {
438
Expectation
UntypedFunctionMockerBase
::GetHandleOf(ExpectationBase* exp)
[
all
...]
/external/chromium/testing/gmock/include/gmock/
gmock-spec-builders.h
122
class
UntypedFunctionMockerBase
{
124
UntypedFunctionMockerBase
();
125
virtual ~
UntypedFunctionMockerBase
();
237
}; // class
UntypedFunctionMockerBase
384
friend class internal::
UntypedFunctionMockerBase
;
436
internal::
UntypedFunctionMockerBase
* mocker);
450
static void UnregisterLocked(internal::
UntypedFunctionMockerBase
* mocker);
506
friend class ::testing::internal::
UntypedFunctionMockerBase
;
707
friend class
UntypedFunctionMockerBase
;
[
all
...]
Completed in 23 milliseconds