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

  /external/pdfium/core/fpdfapi/page/
cpdf_contentmark.h 31 bool HasRef() const { return !!m_Ref; }
cpdf_path.h 25 bool HasRef() const { return !!m_Ref; }
cpdf_colorstate.h 46 bool HasRef() const { return !!m_Ref; }
cpdf_clippath.h 30 bool HasRef() const { return !!m_Ref; }
cpdf_generalstate.h 26 bool HasRef() const { return !!m_Ref; }
  /external/libchrome/base/
bind_unittest.cc 51 class HasRef : public NoRef {
53 HasRef() = default;
60 DISALLOW_COPY_AND_ASSIGN(HasRef);
63 class HasRefPrivateDtor : public HasRef {
312 int FunctionWithScopedRefptrFirstParam(const scoped_refptr<HasRef>& o, int n) {
344 StrictMock<HasRef> has_ref_;
345 const HasRef* const_has_ref_ptr_;
461 BindRepeating(IgnoreResult(&HasRef::IntMethod0), &has_ref_);
465 BindRepeating(IgnoreResult(&HasRef::IntConstMethod0), &has_ref_);
497 BindOnce(IgnoreResult(&HasRef::IntMethod0), &has_ref_)
    [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 1210 milliseconds