HomeSort by relevance Sort by last modified time
    Searched refs:BaseMixin (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
bind_helpers.h 90 // 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 {
142 struct Base : public T, public BaseMixin {
148 template <void(BaseMixin::*)(void)> struct Helper {};
  /external/chromium_org/base/
bind_helpers.h 184 // 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 {
239 struct Base : public T, public BaseMixin {
245 template <void(BaseMixin::*)(void)> struct Helper {};

Completed in 27 milliseconds