OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsInterested
(Results
1 - 7
of
7
) sorted by null
/external/gmock/src/
gmock-matchers.cc
336
if (listener->
IsInterested
()) {
347
if (listener->
IsInterested
()) {
467
if (listener->
IsInterested
()) {
486
if (listener->
IsInterested
()) {
/external/gmock/include/gmock/
gmock-matchers.h
104
bool
IsInterested
() const { return stream_ != NULL; }
678
if (!listener->
IsInterested
()) {
[
all
...]
gmock-generated-matchers.h
237
if (!listener->
IsInterested
())
[
all
...]
/external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h
97
bool
IsInterested
() const { return stream_ != NULL; }
590
if (!listener->
IsInterested
()) {
[
all
...]
gmock-generated-matchers.h
236
if (!listener->
IsInterested
())
[
all
...]
/external/google-breakpad/src/testing/test/
gmock-matchers_test.cc
222
EXPECT_TRUE(StringMatchResultListener().
IsInterested
());
223
EXPECT_TRUE(StreamMatchResultListener(&std::cout).
IsInterested
());
225
EXPECT_FALSE(DummyMatchResultListener().
IsInterested
());
226
EXPECT_FALSE(StreamMatchResultListener(NULL).
IsInterested
());
[
all
...]
/external/gmock/test/
gmock-matchers_test.cc
244
EXPECT_TRUE(StringMatchResultListener().
IsInterested
());
245
EXPECT_TRUE(StreamMatchResultListener(&std::cout).
IsInterested
());
247
EXPECT_FALSE(DummyMatchResultListener().
IsInterested
());
248
EXPECT_FALSE(StreamMatchResultListener(NULL).
IsInterested
());
[
all
...]
Completed in 191 milliseconds