bloaty/third_party/googletest/googlemock/test/gmock-function-mocker_nc.cc
Go to the documentation of this file.
1 #include "gmock/gmock.h"
2 
3 #include <memory>
4 #include <string>
5 
6 #if defined(TEST_MOCK_METHOD_INVALID_CONST_SPEC)
7 
8 struct Base {
9  MOCK_METHOD(int, F, (), (onst));
10 };
11 
12 #else
13 
14 // Sanity check - this should compile.
15 
16 #endif
F
#define F(b, c, d)
Definition: md4.c:112
MOCK_METHOD
#define MOCK_METHOD(...)
Definition: bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h:42


grpc
Author(s):
autogenerated on Fri May 16 2025 02:58:30