Searched refs:the_p_arg (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dtem01.C37 ref_pointer(T* the_p_arg, ref_counter<N>& ref_count_arg) argument
38 : the_p(the_p_arg), ref_count(ref_count_arg) {}
96 CountedObjPtr(T* the_p_arg, ref_counter<1>& ref_count_arg) argument
97 : ref_pointer<T, 1>(the_p_arg, ref_count_arg) {}

Completed in 34 milliseconds