Lines Matching refs:Key
54 template< typename Key, class Interface >
56 ::std::pair< Key, Interface >,
57 ::std::pair< Key, Interface > >
59 ::std::pair< Key, Interface > operator() ( in operator ()()
60 const ::std::pair< Key, Interface > & rOther ) in operator ()()
68 return ::std::make_pair< Key, Interface >( rOther.first, xResult ); in operator ()()
83 template< typename Key, class Interface >
85 const ::std::vector< ::std::pair< Key, Interface > > & rSource, in CloneRefPairVector()
86 ::std::vector< ::std::pair< Key, Interface > > & rDestination ) in CloneRefPairVector()
90 CreateRefWithKeyClone< Key, Interface >()); in CloneRefPairVector()
94 template< typename Key, class Interface >
96 const ::std::map< Key, Interface > & rSource, in CloneRefMap()
97 ::std::map< Key, Interface > & rDestination ) in CloneRefMap()
101 CreateRefWithKeyClone< const Key, Interface >()); in CloneRefMap()