Home
last modified time | relevance | path

Searched refs:MOCK_CONST_METHOD0_T (Results 1 - 2 of 2) sorted by relevance

/third_party/googletest/googlemock/test/
H A Dgmock-function-mocker_test.cc581 MOCK_CONST_METHOD0_T(GetSize, int()); // NOLINT
582 MOCK_CONST_METHOD0_T(GetTop, const T&());
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-function-mocker.h405 #define MOCK_CONST_METHOD0_T(m, ...) MOCK_CONST_METHOD0(m, __VA_ARGS__) macro

Completed in 3 milliseconds