Home
last modified time | relevance | path

Searched refs:GTEST_MUST_USE_RESULT_ (Results 1 - 8 of 8) sorted by relevance

/third_party/googletest/googletest/include/gtest/
H A Dgtest.h1131 int Run() GTEST_MUST_USE_RESULT_; member in testing::UnitTest
2321 int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_;
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h198 // GTEST_MUST_USE_RESULT_ - declares that a function's result must be used.
725 // Sprocket* AllocateSprocket() GTEST_MUST_USE_RESULT_;
727 #define GTEST_MUST_USE_RESULT_ __attribute__((warn_unused_result)) macro
729 #define GTEST_MUST_USE_RESULT_ macro
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h195 // GTEST_MUST_USE_RESULT_ - declares that a function's result must be used.
694 // Sprocket* AllocateSprocket() GTEST_MUST_USE_RESULT_;
696 # define GTEST_MUST_USE_RESULT_ __attribute__ ((warn_unused_result)) macro
698 # define GTEST_MUST_USE_RESULT_ macro
/third_party/node/deps/googletest/include/gtest/
H A Dgtest.h1126 int Run() GTEST_MUST_USE_RESULT_; member in testing::UnitTest
2314 int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_;
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-port.h199 // GTEST_MUST_USE_RESULT_ - declares that a function's result must be used.
790 // Sprocket* AllocateSprocket() GTEST_MUST_USE_RESULT_;
792 #define GTEST_MUST_USE_RESULT_ __attribute__((warn_unused_result)) macro
794 #define GTEST_MUST_USE_RESULT_ macro
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest.h1270 int Run() GTEST_MUST_USE_RESULT_; member in testing::UnitTest
2470 int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_;
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-actions.h2224 GMOCK_ACTION_TYPE_GVALUE_PARAMS_(params)) GTEST_MUST_USE_RESULT_; \
2259 inline name##Action name() GTEST_MUST_USE_RESULT_; \
H A Dgmock-more-actions.h556 name(GMOCK_INTERNAL_DECL_##value_params) GTEST_MUST_USE_RESULT_; \

Completed in 26 milliseconds