Searched refs:template_params (Results 1 – 4 of 4) sorted by relevance
/external/eigen/debug/gdb/ |
D | printers.py | 51 template_params = m.split(',') 52 template_params = map(lambda x:x.replace(" ", ""), template_params) 54 …if template_params[1] == '-0x00000000000000001' or template_params[1] == '-0x000000001' or templat… 57 self.rows = int(template_params[1]) 59 …if template_params[2] == '-0x00000000000000001' or template_params[2] == '-0x000000001' or templat… 62 self.cols = int(template_params[2]) 65 if len(template_params) > 3: 66 self.options = template_params[3];
|
/external/clang/test/Preprocessor/ |
D | microsoft-ext.c | 18 #define ACTION_TEMPLATE(name, template_params, value_params)\ argument
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-generated-actions.h.pump | 495 // #define ACTION_TEMPLATE(name, template_params, value_params) 496 // ... GMOCK_INTERNAL_DECL_##template_params ... 611 #define ACTION_TEMPLATE(name, template_params, value_params)\ 612 template <GMOCK_INTERNAL_DECL_##template_params\ 645 template <GMOCK_INTERNAL_DECL_##template_params\ 648 GMOCK_INTERNAL_LIST_##template_params\ 652 GMOCK_INTERNAL_LIST_##template_params\ 656 template <GMOCK_INTERNAL_DECL_##template_params\ 665 GMOCK_INTERNAL_LIST_##template_params\
|
D | gmock-generated-actions.h | 1382 #define ACTION_TEMPLATE(name, template_params, value_params)\ argument 1383 template <GMOCK_INTERNAL_DECL_##template_params\ 1421 template <GMOCK_INTERNAL_DECL_##template_params\ 1424 GMOCK_INTERNAL_LIST_##template_params\ 1428 GMOCK_INTERNAL_LIST_##template_params\ 1432 template <GMOCK_INTERNAL_DECL_##template_params\ 1441 GMOCK_INTERNAL_LIST_##template_params\
|