OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VerifyAndClearExpectationsLocked
(Results
1 - 2
of
2
) sorted by null
/external/chromium/testing/gmock/src/
gmock-spec-builders.cc
457
bool UntypedFunctionMockerBase::
VerifyAndClearExpectationsLocked
() {
643
return
VerifyAndClearExpectationsLocked
(mock_obj);
653
return
VerifyAndClearExpectationsLocked
(mock_obj);
660
bool Mock::
VerifyAndClearExpectationsLocked
(void* mock_obj) {
674
if (!(*it)->
VerifyAndClearExpectationsLocked
()) {
756
// needed by
VerifyAndClearExpectationsLocked
().
/external/chromium/testing/gmock/include/gmock/
gmock-spec-builders.h
131
bool
VerifyAndClearExpectationsLocked
();
427
static bool
VerifyAndClearExpectationsLocked
(void* mock_obj);
[
all
...]
Completed in 24 milliseconds