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

  /external/libchrome/base/
bind_unittest.cc 168 T PolymorphicIdentity(T t) {
348 Bind(&PolymorphicIdentity<NoRef*>, &no_ref_);
461 Bind(&PolymorphicIdentity<int*>, &n);
472 Bind(&PolymorphicIdentity<int>, 4);
482 Bind(&PolymorphicIdentity<IncompleteType*>, incomplete_ptr);
703 Bind(&PolymorphicIdentity<DeleteCounter*>, Owned(counter));
  /external/libweave/third_party/chromium/base/
bind_unittest.cc 169 T PolymorphicIdentity(T t) {
349 Bind(&PolymorphicIdentity<NoRef*>, &no_ref_);
462 Bind(&PolymorphicIdentity<int*>, &n);
473 Bind(&PolymorphicIdentity<int>, 4);
483 Bind(&PolymorphicIdentity<IncompleteType*>, incomplete_ptr);
704 Bind(&PolymorphicIdentity<DeleteCounter*>, Owned(counter));

Completed in 43 milliseconds