HomeSort by relevance Sort by last modified time
    Searched refs:GetCtorCallCount (Results 1 - 3 of 3) sorted by null

  /external/libchrome/mojo/core/
core_test_base.h 47 unsigned GetCtorCallCount() const;
core_test_base.cc 138 unsigned CoreTestBase_MockHandleInfo::GetCtorCallCount() const {
core_unittest.cc 48 ASSERT_EQ(0u, info.GetCtorCallCount());
50 ASSERT_EQ(1u, info.GetCtorCallCount());

Completed in 65 milliseconds