Home
last modified time | relevance | path

Searched defs:bimap (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/bimap/
Dbimap.hpp133 class bimap class
223 bimap(const allocator_type& al = allocator_type()) : in bimap() function in boost::bimaps::bimap
247 bimap(InputIterator first,InputIterator last, in bimap() function in boost::bimaps::bimap
268 bimap(const bimap& x) : in bimap() function in boost::bimaps::bimap
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_util.h772 struct bimap struct
778 bimap() : l(back), r(forth) { } in bimap() argument
779 bimap(const bimap<S, T> &m) in bimap() argument
782 void insert(const S &s, const T &t) in insert()
788 typedef typename std::map<T, S>::const_iterator l_iterator;
789 const std::map<T, S> &l;
790 typedef typename std::map<S, T>::const_iterator r_iterator;
791 const std::map<S, T> &r;