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 188 // First, We create a class BaseMixin that declares each function that we
190 // (the class we wish to probe) and BaseMixin. Note that the function
191 // signature in BaseMixin does not need to match the signature of the function
195 // ambiguous resolution between BaseMixin and T. This lets us write the
232 struct BaseMixin {
243 struct Base : public T, public BaseMixin {
249 template <void(BaseMixin::*)(void)> struct Helper {};

Completed in 190 milliseconds