HomeSort by relevance Sort by last modified time
    Searched defs:TestBody (Results 1 - 5 of 5) sorted by null

  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper_unittest.cc 81 /* Gtest is calling TestBody from this class, which sets up a child
83 * As such, TestBody is not supposed to be overridden in derived classes.
85 virtual void TestBody() /* final */ {
103 /* Gtest defines TestBody functions through its macros, but classes
105 * This is achieved by defining a TestBody macro further below.
117 /* Replace TestBody declarations within TEST*() with RealTestBody
119 #define TestBody RealTestBody
361 /* Get back to normal behavior of TEST*() macros wrt TestBody. */
362 #undef TestBody
  /external/clang/test/CodeGenCXX/
debug-info-use-after-free.cpp 307 TestBody ();
310 C9::TestBody () {
  /external/opencv3/modules/ts/src/
ts_perf.cpp     [all...]
  /external/webrtc/webrtc/video/
video_quality_test.cc 608 void VideoQualityTest::TestBody() {}
    [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]

Completed in 76 milliseconds