Home
last modified time | relevance | path

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

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_util.h768 struct bimap struct
774 bimap() : l(back), r(forth) { } in bimap() argument
775 bimap(const bimap<S, T> &m) in bimap() function
778 void insert(const S &s, const T &t) in insert()
784 typedef typename std::map<T, S>::const_iterator l_iterator;
785 const std::map<T, S> &l;
786 typedef typename std::map<S, T>::const_iterator r_iterator;
787 const std::map<S, T> &r;