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

  /external/v8/test/unittests/
test-utils.h 94 class TestWithZone : public virtual ::testing::Test {
96 TestWithZone() : zone_(&allocator_) {}
97 virtual ~TestWithZone();
105 DISALLOW_COPY_AND_ASSIGN(TestWithZone);
test-utils.cc 105 TestWithZone::~TestWithZone() {}

Completed in 44 milliseconds