Home
last modified time | relevance | path

Searched refs:FormatMatcherDescriptionSyntaxError (Results 1 – 3 of 3) sorted by relevance

/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/gmock/src/
H A Dgmock-matchers.cc88 string FormatMatcherDescriptionSyntaxError(const char* description, in FormatMatcherDescriptionSyntaxError() function
112 ADD_FAILURE() << FormatMatcherDescriptionSyntaxError(description, p - 2) in ValidateMatcherDescription()
119 ADD_FAILURE() << FormatMatcherDescriptionSyntaxError(description, p) in ValidateMatcherDescription()
128 EXPECT_NE(*p, '%') << FormatMatcherDescriptionSyntaxError(description, p) in ValidateMatcherDescription()
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/testing/src/
H A Dgmock-matchers.cc100 string FormatMatcherDescriptionSyntaxError(const char* description, in FormatMatcherDescriptionSyntaxError() function
124 ADD_FAILURE() << FormatMatcherDescriptionSyntaxError(description, p - 2) in ValidateMatcherDescription()
131 ADD_FAILURE() << FormatMatcherDescriptionSyntaxError(description, p) in ValidateMatcherDescription()
140 EXPECT_NE(*p, '%') << FormatMatcherDescriptionSyntaxError(description, p) in ValidateMatcherDescription()
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/testing/test/
H A Dgmock-matchers_test.cc53 string FormatMatcherDescriptionSyntaxError(const char* description,
106 using testing::internal::FormatMatcherDescriptionSyntaxError;
3059 FormatMatcherDescriptionSyntaxError(description, description + 5)); in TEST()