Home | History | Annotate | Download | only in internal

Lines Matching refs:GTEST_MUST_USE_RESULT_

134 //   GTEST_MUST_USE_RESULT_   - declares that a function's result must be used.
638 // Sprocket* AllocateSprocket() GTEST_MUST_USE_RESULT_;
640 # define GTEST_MUST_USE_RESULT_ __attribute__ ((warn_unused_result))
642 # define GTEST_MUST_USE_RESULT_