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

  /external/protobuf/php/ext/google/protobuf/
upb.h 332 /* upb::reffed_ptr ************************************************************/
340 /* Provides RAII semantics for upb refcounted objects. Each reffed_ptr owns a
342 template <class T> class reffed_ptr { class in namespace:upb
344 reffed_ptr() : ptr_(NULL) {} function in class:upb::reffed_ptr
348 reffed_ptr(U* val, const void* ref_donor = NULL) function in class:upb::reffed_ptr
359 reffed_ptr(const reffed_ptr<U>& other) function in class:upb::reffed_ptr
364 ~reffed_ptr() { if (ptr_) ptr_->Unref(this); }
367 reffed_ptr& operator=(const reffed_ptr<U>& other)
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 1550 template <class T> class upb::reffed_ptr { class in class:upb
1552 reffed_ptr() : ptr_(NULL) {} function in class:upb::reffed_ptr
1556 reffed_ptr(U* val, const void* ref_donor = NULL) function in class:upb::reffed_ptr
1567 reffed_ptr(const reffed_ptr<U>& other) function in class:upb::reffed_ptr
1572 reffed_ptr(const reffed_ptr& other) function in class:upb::reffed_ptr
    [all...]

Completed in 7527 milliseconds