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

  /external/libchrome/base/
bind_unittest.cc 43 class HasRef : public NoRef {
45 HasRef() {}
52 DISALLOW_COPY_AND_ASSIGN(HasRef);
55 class HasRefPrivateDtor : public HasRef {
221 int FunctionWithScopedRefptrFirstParam(const scoped_refptr<HasRef>& o, int n) {
248 StrictMock<HasRef> has_ref_;
249 const HasRef* const_has_ref_ptr_;
352 Closure method_cb = Bind(&HasRef::VoidMethod0, &has_ref_);
353 Closure method_refptr_cb = Bind(&HasRef::VoidMethod0,
355 Closure const_method_nonconst_obj_cb = Bind(&HasRef::VoidConstMethod0
    [all...]
  /external/libweave/third_party/chromium/base/
bind_unittest.cc 44 class HasRef : public NoRef {
46 HasRef() {}
53 DISALLOW_COPY_AND_ASSIGN(HasRef);
56 class HasRefPrivateDtor : public HasRef {
222 int FunctionWithScopedRefptrFirstParam(const scoped_refptr<HasRef>& o, int n) {
249 StrictMock<HasRef> has_ref_;
250 const HasRef* const_has_ref_ptr_;
353 Closure method_cb = Bind(&HasRef::VoidMethod0, &has_ref_);
354 Closure method_refptr_cb = Bind(&HasRef::VoidMethod0,
356 Closure const_method_nonconst_obj_cb = Bind(&HasRef::VoidConstMethod0
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 83 struct HasRef { int i; int& ref; HasRef() : i(0), ref(i) {} };
96 struct DerivesHasRef : HasRef {};
198 { int arr[F(__is_pod(HasRef))]; }
241 { int arr[F(__is_empty(HasRef))]; }
    [all...]

Completed in 270 milliseconds