Searched refs:def_type (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/spirit/repository/home/karma/nonterminal/ |
D | subrule.hpp | 81 struct def_type struct 99 typename def_type<ID>::type def() const in def() 445 typedef typename def_type_helper<Expr, Auto>::type def_type; typedef 450 fusion::result_of::make_map<id_type, def_type>::type 452 fusion::result_of::make_map<id_type>::template apply<def_type>::type 464 typedef typename helper::def_type def_type; in operator =() typedef 467 def_type(compile<spirit::karma::domain>(expr), name_))); in operator =() 476 typedef typename helper::def_type def_type; \ 479 def_type(compile<spirit::karma::domain>(expr), sr.name_))); \
|
/third_party/boost/boost/spirit/repository/home/qi/nonterminal/ |
D | subrule.hpp | 81 struct def_type struct 99 typename def_type<ID>::type def() const in def() 467 typedef typename def_type_helper<Expr, Auto>::type def_type; typedef 472 fusion::result_of::make_map<id_type, def_type>::type 474 fusion::result_of::make_map<id_type>::template apply<def_type>::type 486 typedef typename helper::def_type def_type; in operator =() typedef 489 def_type(compile<spirit::qi::domain>(expr), name_))); in operator =() 498 typedef typename helper::def_type def_type; \ 501 def_type(compile<spirit::qi::domain>(expr), sr.name_))); \
|
/third_party/googletest/googletest/src/hwext/ |
D | gtest-ext.cc | 33 test_case_name(tcn), name(n), flags(fs), def_type(tdf) {}; in TestDefInfo() 56 switch (info->def_type) { in findDefFor() 131 switch (info->def_type) { in getLevel() 180 switch (info->def_type) { in getTestFlags()
|
/third_party/googletest/googletest/include/gtest/hwext/ |
D | gtest-ext.h | 61 const TestDefType def_type; variable
|
/third_party/boost/boost/geometry/srs/projections/ |
D | spar.hpp | 597 typedef void def_type; typedef 606 typedef spar::DEF_T def_type; \
|
/third_party/quickjs/ |
D | quickjs.h | 978 uint8_t def_type; member
|
D | quickjs.c | 35985 switch(e->def_type) { in JS_InstantiateFunctionListItem2() 36010 switch(e->def_type) { in JS_InstantiateFunctionListItem() 36058 … buf, 0, e->def_type == JS_DEF_CGETSET_MAGIC ? JS_CFUNC_getter_magic : JS_CFUNC_getter, in JS_InstantiateFunctionListItem() 36065 … buf, 1, e->def_type == JS_DEF_CGETSET_MAGIC ? JS_CFUNC_setter_magic : JS_CFUNC_setter, in JS_InstantiateFunctionListItem() 36128 switch(e->def_type) { in JS_SetModuleExportList()
|