Searched defs:BaseMixin (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dbind_helpers.h90 // First, We create a class BaseMixin that declares each function that we
92 // (the class we wish to probe) and BaseMixin. Note that the function
93 // signature in BaseMixin does not need to match the signature of the function
97 // ambiguous resolution between BaseMixin and T. This lets us write the
131 struct BaseMixin { struct in class:base::internal::SupportsAddRefAndRelease
142 struct Base : public T, public BaseMixin {
148 template <void(BaseMixin::*)(void)> struct Helper {};

Completed in 49 milliseconds