TypeProfilerTest   27 base/allocator/type_profiler.h   friend class TypeProfilerTest;
TypeProfilerTest   19 base/allocator/type_profiler_control.h   FRIEND_TEST_ALL_PREFIXES(TypeProfilerTest,
TypeProfilerTest   51 base/allocator/type_profiler_unittest.cc   DISALLOW_COPY_AND_ASSIGN(TypeProfilerTest);
TypeProfilerTest   54 base/allocator/type_profiler_unittest.cc const size_t TypeProfilerTest::kDummyArraySize = 10;
TypeProfilerTest   55 base/allocator/type_profiler_unittest.cc const void* const TypeProfilerTest::kConstNull = static_cast<const void*>(NULL);
TypeProfilerTest   57 base/allocator/type_profiler_unittest.cc TEST_F(TypeProfilerTest, TestNormalProfiling) {
TypeProfilerTest   70 base/allocator/type_profiler_unittest.cc TEST_F(TypeProfilerTest, TestNormalArrayProfiling) {
TypeProfilerTest   84 base/allocator/type_profiler_unittest.cc TEST_F(TypeProfilerTest, TestRepeatedNewAndDelete) {
TypeProfilerTest  103 base/allocator/type_profiler_unittest.cc TEST_F(TypeProfilerTest, TestMultipleNewWithDroppingDelete) {
TypeProfilerTest  138 base/allocator/type_profiler_unittest.cc TEST_F(TypeProfilerTest, TestProfileDeleteWithoutProfiledNew) {
TypeProfilerTest  156 base/allocator/type_profiler_unittest.cc TEST_F(TypeProfilerTest, TestProfileNewWithoutProfiledDelete) {