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

/external/chromium_org/base/
H A Dbind_helpers.h184 // First, We create a class BaseMixin that declares each function that we
186 // (the class we wish to probe) and BaseMixin. Note that the function
187 // signature in BaseMixin does not need to match the signature of the function
191 // ambiguous resolution between BaseMixin and T. This lets us write the
228 struct BaseMixin { struct in class:base::internal::SupportsAddRefAndRelease
239 struct Base : public T, public BaseMixin {
245 template <void(BaseMixin::*)(void)> struct Helper {};

Completed in 105 milliseconds