Lines Matching defs:base
8 #include "base/logging.h"
9 #include "base/threading/thread_checker_impl.h"
21 namespace base {
38 // base::NonThreadSafe, but it is meant to be held as a member variable, rather
39 // than inherited from base::NonThreadSafe.
41 // While inheriting from base::NonThreadSafe may give a clear indication about
44 // ThreadChecker member and inheriting from base::NonThreadSafe should be based
47 // having that functionality fully encapsulated in the base class.
48 // - Derived classes should be able to reassign the base class to another
77 } // namespace base