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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/regression/trait/priority_queue/
H A Dtrait.hpp71 cmp(const_reference r_val, const native_value_type& r_native_val) argument
72 { return val_to_string(r_val) == r_native_val; }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/regression/trait/assoc/
H A Dtrait.hpp169 cmp(const_reference r_val, const native_value_type& r_native_val) argument
170 { return val_to_string(r_val) == native_val_to_string(r_native_val); }
181 native_val_to_string(const native_value_type& r_native_val) argument
182 { return to_string(r_native_val); }

Completed in 95 milliseconds