Home
last modified time | relevance | path

Searched defs:constructor_count_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/memory/
Dref_counted_unittest.cc78 static int constructor_count_; member in __anon091b83080111::ScopedRefPtrCountBase
82 int ScopedRefPtrCountBase::constructor_count_ = 0; member in __anon091b83080111::ScopedRefPtrCountBase
104 static int constructor_count_; member in __anon091b83080111::ScopedRefPtrCountDerived
108 int ScopedRefPtrCountDerived::constructor_count_ = 0; member in __anon091b83080111::ScopedRefPtrCountDerived
/external/tensorflow/tensorflow/core/lib/gtl/
Dmanual_constructor_test.cc26 static int constructor_count_ = 0; variable