OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mockers
(Results
1 - 2
of
2
) sorted by null
/external/gmock/src/
gmock-spec-builders.cc
55
//
mockers
, and all expectations.
686
FunctionMockers&
mockers
=
local
688
for (FunctionMockers::const_iterator it =
mockers
.begin();
689
it !=
mockers
.end(); ++it) {
695
// We don't clear the content of
mockers
, as they may still be
741
FunctionMockers&
mockers
= it->second.function_mockers;
local
742
if (
mockers
.erase(mocker) > 0) {
743
// mocker was in
mockers
and has been just removed.
744
if (
mockers
.empty()) {
764
FunctionMockers&
mockers
local
[
all
...]
/external/google-breakpad/src/testing/src/
gmock-spec-builders.cc
55
//
mockers
, and all expectations.
686
FunctionMockers&
mockers
=
local
688
for (FunctionMockers::const_iterator it =
mockers
.begin();
689
it !=
mockers
.end(); ++it) {
695
// We don't clear the content of
mockers
, as they may still be
741
FunctionMockers&
mockers
= it->second.function_mockers;
local
742
if (
mockers
.erase(mocker) > 0) {
743
// mocker was in
mockers
and has been just removed.
744
if (
mockers
.empty()) {
764
FunctionMockers&
mockers
local
[
all
...]
Completed in 82 milliseconds