OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StrNe
(Results
1 - 7
of
7
) sorted by null
/external/gmock/test/
gmock_link_test.h
86
//
StrNe
173
using testing::
StrNe
;
571
// Tests the linkage of the StrEq,
StrNe
, StrCaseEq, and StrCaseNe matchers.
575
ON_CALL(mock, VoidFromString(
StrNe
("a"))).WillByDefault(Return());
gmock-matchers_test.cc
131
using testing::
StrNe
;
[
all
...]
/external/google-breakpad/src/testing/test/
gmock_link_test.h
86
//
StrNe
173
using testing::
StrNe
;
571
// Tests the linkage of the StrEq,
StrNe
, StrCaseEq, and StrCaseNe matchers.
575
ON_CALL(mock, VoidFromString(
StrNe
("a"))).WillByDefault(Return());
gmock-matchers_test.cc
119
using testing::
StrNe
;
1069
Matcher<const char*> m =
StrNe
("Hello");
1074
Matcher<string> m2 =
StrNe
(string("Hello"));
1080
Matcher<const char*> m =
StrNe
("Hi");
[
all
...]
/system/connectivity/shill/wifi/
wifi_service_unittest.cc
74
using ::testing::
StrNe
;
[
all
...]
/external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h
[
all
...]
/external/gmock/include/gmock/
gmock-matchers.h
[
all
...]
Completed in 3558 milliseconds