HomeSort by: relevance | last modified time | path
    Searched defs:const_ref_type (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/elftosb/dist/common/
smart_ptr.h 25 typedef const T & const_ref_type; typedef in class:smart_ptr
87 operator const_ref_type () const { return *_p; }
109 // const_ref_type operator * () const { return *_p; }
134 typedef const T & const_ref_type; typedef in class:smart_array_ptr
196 operator const_ref_type () const { return *_p; }
218 const_ref_type operator [] (unsigned index) const { return _p[index]; }
224 // const_ref_type operator * () const { return *_p; }

Completed in 53 milliseconds