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

/external/libchrome/base/
H A Dbind_unittest.cc44 class HasRef : public NoRef { class in namespace:base::__anon9831
46 HasRef() {} function in class:base::__anon9831::HasRef
53 DISALLOW_COPY_AND_ASSIGN(HasRef);
56 class HasRefPrivateDtor : public HasRef {
308 int FunctionWithScopedRefptrFirstParam(const scoped_refptr<HasRef>& o, int n) {
335 StrictMock<HasRef> has_ref_;
336 const HasRef* const_has_ref_ptr_;
439 Closure method_cb = Bind(&HasRef::VoidMethod0, &has_ref_);
440 Closure method_refptr_cb = Bind(&HasRef::VoidMethod0,
442 Closure const_method_nonconst_obj_cb = Bind(&HasRef
[all...]
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp83 struct HasRef { int i; int& ref; HasRef() : i(0), ref(i) {} }; function in struct:HasRef
96 struct DerivesHasRef : HasRef {};
198 { int arr[F(__is_pod(HasRef))]; }
241 { int arr[F(__is_empty(HasRef))]; }
1303 { int arr[F(__has_trivial_constructor(HasRef))]; }
1352 { int arr[T(__has_trivial_copy(HasRef))]; }
1382 { int arr[T(__has_trivial_assign(HasRef))]; }
1414 { int arr[T(__has_trivial_destructor(HasRef))]; }
1469 { int arr[T(__has_nothrow_assign(HasRef))]; }
[all...]

Completed in 255 milliseconds