Home
last modified time | relevance | path

Searched defs:synth_e_access_traits (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dsynth_e_access_traits.hpp67 struct synth_e_access_traits : public E_Access_Traits struct
71 typedef E_Access_Traits base_type;
73 typedef Type_Traits type_traits;
75 typedef typename type_traits::const_key_reference const_key_reference;
77 typedef typename type_traits::const_reference const_reference;
112 static integral_constant<int,Set> s_set_ind;
121 synth_e_access_traits() in synth_e_access_traits() function in pb_ds::detail::PB_DS_SYNTH_E_ACCESS_TRAITS_C_DEC
126 synth_e_access_traits(const E_Access_Traits& r_traits) : in synth_e_access_traits() function in pb_ds::detail::PB_DS_SYNTH_E_ACCESS_TRAITS_C_DEC
H A Dtraits.hpp100 synth_e_access_traits; typedef
261 synth_e_access_traits; typedef
H A Dpat_trie_.hpp136 typedef typename Node_And_It_Traits::synth_e_access_traits synth_e_access_traits; typedef in pb_ds::detail::PB_DS_CLASS_NAME