reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Derived Classes

unittests/Support/MemoryTest.cpp
   96 TEST_P(MappedMemoryTest, AllocAndRelease) {
  108 TEST_P(MappedMemoryTest, AllocAndReleaseHuge) {
  124 TEST_P(MappedMemoryTest, MultipleAllocAndRelease) {
  155 TEST_P(MappedMemoryTest, BasicWrite) {
  176 TEST_P(MappedMemoryTest, MultipleWrite) {
  240 TEST_P(MappedMemoryTest, EnabledWrite) {
  302 TEST_P(MappedMemoryTest, SuccessiveNear) {
  328 TEST_P(MappedMemoryTest, DuplicateNear) {
  351 TEST_P(MappedMemoryTest, ZeroNear) {
  378 TEST_P(MappedMemoryTest, ZeroSizeNear) {
  405 TEST_P(MappedMemoryTest, UnalignedNear) {

References

utils/unittest/googletest/include/gtest/internal/gtest-internal.h
  452   return &(TypeIdHelper<T>::dummy_);
utils/unittest/googletest/include/gtest/internal/gtest-param-util.h
  504   typedef typename TestCase::ParamType ParamType;
  516   virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
  593               TestCase::SetUpTestCase,
  594               TestCase::TearDownTestCase,
  681   ParameterizedTestCaseInfo<TestCase>* GetTestCasePatternHolder(
  684     ParameterizedTestCaseInfo<TestCase>* typed_test_info = NULL;
  688         if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
  699               ParameterizedTestCaseInfo<TestCase> >(*it);
  705       typed_test_info = new ParameterizedTestCaseInfo<TestCase>(