Searched defs:UNAME (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/graph/ |
D | iteration_macros.hpp | 114 #define BGL_FORALL_ADJ_T(UNAME, VNAME, GNAME, GraphType) \ argument 129 #define BGL_FORALL_ADJ(UNAME, VNAME, GNAME, GraphType) \ argument 142 #define BGL_FORALL_OUTEDGES_T(UNAME, ENAME, GNAME, GraphType) \ argument 156 #define BGL_FORALL_OUTEDGES(UNAME, ENAME, GNAME, GraphType) \ argument 169 #define BGL_FORALL_INEDGES_T(UNAME, ENAME, GNAME, GraphType) \ argument 183 #define BGL_FORALL_INEDGES(UNAME, ENAME, GNAME, GraphType) \ argument
|
/third_party/icu/tools/multi/proj/provider/ |
D | Makefile | 12 UNAME=$(shell uname) macro
|