InterfaceB       1178 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc class ClassMltD1 : public ClassB, public InterfaceB, public InterfaceC {
InterfaceB       1187 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc class ClassMltD2 : public InterfaceA, public InterfaceB, public ClassB {
InterfaceB       1200 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc REGISTER_OBJ_MAKER(MltD1_as_IB, InterfaceB* p = new(initialized) ClassMltD1;)
InterfaceB       1206 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc REGISTER_OBJ_MAKER(MltD2_as_IB, InterfaceB* p = new(initialized) ClassMltD2;)
InterfaceB       1178 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc class ClassMltD1 : public ClassB, public InterfaceB, public InterfaceC {
InterfaceB       1187 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc class ClassMltD2 : public InterfaceA, public InterfaceB, public ClassB {
InterfaceB       1200 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc REGISTER_OBJ_MAKER(MltD1_as_IB, InterfaceB* p = new(initialized) ClassMltD1;)
InterfaceB       1206 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc REGISTER_OBJ_MAKER(MltD2_as_IB, InterfaceB* p = new(initialized) ClassMltD2;)