Home
last modified time | relevance | path

Searched refs:OfType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc64 std::string OfType(const std::string& type_name) { in OfType() function
128 OfType("unsigned short")); in TEST()
134 OfType("unsigned short")); in TEST()
171 OfType("int")); in TEST()
516 EXPECT_EQ("whose field `field_name` is 1" + OfType("int") + in TEST_P()
616 OfType("int") + ", which is 1 more than 0", in TEST_P()
807 EXPECT_EQ("whose property `fancy_name` is 1" + OfType("int") + in TEST_P()
902 OfType("int") + ", which is 1 more than 0", in TEST_P()
913 OfType("int"), in TEST_P()
918 OfType("int") + ", which is 1 more than 0", in TEST_P()
[all …]
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp1330 struct ResultWas { enum OfType { enum
1350 bool isOk( ResultWas::OfType resultType );
2447 ResultWas::OfType resultType,
2461 ResultWas::OfType resultType,
2565 ResultWas::OfType type;
5329 ResultWas::OfType resultType;
5341 ResultWas::OfType getResultType() const;
12402 bool isOk( ResultWas::OfType resultType ) { in isOk()
12831 ResultWas::OfType resultType, in reportExpr()
12846 ResultWas::OfType resultType, in handleMessage()
[all …]