Home
last modified time | relevance | path

Searched refs:cl_rcpointer (Results 1 – 13 of 13) sorted by relevance

/dports/math/cln/cln-1.3.6/src/base/hash/
H A Dcl_rcpointer2_hashweak_rcpointer.h13 static inline bool equal (const cl_rcpointer& x, const cl_rcpointer& y) in equal()
17 inline uintptr_t hashcode (const cl_rcpointer& x1, const cl_rcpointer& x2) in hashcode()
25 typedef cl_htentry2<cl_rcpointer,cl_rcpointer,cl_rcpointer> cl_htentry_from_rcpointer2_to_rcpointer;
27 typedef cl_heap_weak_hashtable_2<cl_rcpointer,cl_rcpointer,cl_rcpointer> cl_heap_weak_hashtable_fro…
31 struct cl_wht_from_rcpointer2_to_rcpointer : public cl_rcpointer {
41 cl_rcpointer * get (const cl_rcpointer& x, const cl_rcpointer& y) const;
43 void put (const cl_rcpointer& x, const cl_rcpointer& y, const cl_rcpointer& z) const;
H A Dcl_rcpointer_hashweak_rcpointer.h13 static inline bool equal (const cl_rcpointer& x, const cl_rcpointer& y) in equal()
17 inline uintptr_t hashcode (const cl_rcpointer& x) in hashcode()
20 typedef cl_htentry1<cl_rcpointer,cl_rcpointer> cl_htentry_from_rcpointer_to_rcpointer;
22 typedef cl_heap_weak_hashtable_1<cl_rcpointer,cl_rcpointer> cl_heap_weak_hashtable_from_rcpointer_t…
26 struct cl_wht_from_rcpointer_to_rcpointer : public cl_rcpointer {
36 cl_rcpointer * get (const cl_rcpointer& x) const;
38 void put (const cl_rcpointer& x, const cl_rcpointer& y) const;
H A Dcl_rcpointer2_hashweak_rcpointer.cc36 cl_rcpointer * cl_wht_from_rcpointer2_to_rcpointer::get (const cl_rcpointer& x, const cl_rcpointer&… in get()
41 …l_wht_from_rcpointer2_to_rcpointer::put (const cl_rcpointer& x, const cl_rcpointer& y, const cl_rc… in put()
H A Dcl_rcpointer_hashweak_rcpointer.cc36 cl_rcpointer * cl_wht_from_rcpointer_to_rcpointer::get (const cl_rcpointer& x) const in get()
41 void cl_wht_from_rcpointer_to_rcpointer::put (const cl_rcpointer& x, const cl_rcpointer& y) const in put()
/dports/math/cln/cln-1.3.6/include/cln/
H A Dobject.h437 class cl_rcpointer { in CL_DEFINE_ASSIGNMENT_OPERATOR()
446 cl_rcpointer (); in CL_DEFINE_ASSIGNMENT_OPERATOR()
448 ~cl_rcpointer (); in CL_DEFINE_ASSIGNMENT_OPERATOR()
450 cl_rcpointer (const cl_rcpointer&); in CL_DEFINE_ASSIGNMENT_OPERATOR()
452 cl_rcpointer& operator= (const cl_rcpointer&); in CL_DEFINE_ASSIGNMENT_OPERATOR()
470 cl_rcpointer (cl_private_thing p) in CL_DEFINE_ASSIGNMENT_OPERATOR()
478 inline cl_rcpointer::cl_rcpointer () {} in cl_rcpointer() function
479 inline cl_rcpointer::~cl_rcpointer () { cl_dec_refcount(*this); } in ~cl_rcpointer()
480 CL_DEFINE_COPY_CONSTRUCTOR1(cl_rcpointer)
481 CL_DEFINE_ASSIGNMENT_OPERATOR(cl_rcpointer,cl_rcpointer) in CL_DEFINE_ASSIGNMENT_OPERATOR() argument
[all …]
H A Dsymbol.h12 struct cl_symbol : public cl_rcpointer {
22 cl_symbol (cl_private_thing p) : cl_rcpointer (p) {} in cl_symbol()
27 CL_DEFINE_COPY_CONSTRUCTOR2(cl_symbol,cl_rcpointer) in CL_DEFINE_COPY_CONSTRUCTOR2() argument
H A Dring.h45 class cl_ring : public cl_rcpointer {
61 CL_DEFINE_COPY_CONSTRUCTOR2(cl_ring,cl_rcpointer) in CL_DEFINE_COPY_CONSTRUCTOR2() argument
395 : cl_rcpointer (as_cl_private_thing(cl_no_ring)) {} in cl_ring()
/dports/math/cln/cln-1.3.6/src/integer/hash/
H A Dcl_I_hash_rcpointer.h12 typedef cl_htentry1<cl_I,cl_rcpointer> cl_htentry_from_integer_to_rcpointer;
14 typedef cl_heap_hashtable_1<cl_I,cl_rcpointer> cl_heap_hashtable_from_integer_to_rcpointer;
28 cl_rcpointer * get (const cl_I& x) const;
30 void put (const cl_I& x, const cl_rcpointer& y) const;
H A Dcl_I_hashweak_rcpointer.h12 typedef cl_htentry1<cl_I,cl_rcpointer> cl_htentry_from_integer_to_rcpointer;
14 typedef cl_heap_weak_hashtable_1<cl_I,cl_rcpointer> cl_heap_weak_hashtable_from_integer_to_rcpointe…
28 cl_rcpointer * get (const cl_I& x) const;
30 void put (const cl_I& x, const cl_rcpointer& y) const;
H A Dcl_I_hash_rcpointer.cc37 cl_rcpointer * cl_ht_from_integer_to_rcpointer::get (const cl_I& x) const in get()
42 void cl_ht_from_integer_to_rcpointer::put (const cl_I& x, const cl_rcpointer& y) const in put()
H A Dcl_I_hashweak_rcpointer.cc37 cl_rcpointer * cl_wht_from_integer_to_rcpointer::get (const cl_I& x) const in get()
42 void cl_wht_from_integer_to_rcpointer::put (const cl_I& x, const cl_rcpointer& y) const in put()
/dports/math/cln/cln-1.3.6/src/base/
H A Dcl_debug.cc72 void cl_rcpointer::debug_print () const in debug_print()
/dports/math/cln/cln-1.3.6/src/base/symbol/
H A Dcl_symbol.cc24 : cl_rcpointer (as_cl_private_thing(s)) { unused null; } in cl_symbol()