Home
last modified time | relevance | path

Searched refs:template_params (Results 1 – 4 of 4) sorted by relevance

/external/eigen/debug/gdb/
Dprinters.py51 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/
Dmicrosoft-ext.c18 #define ACTION_TEMPLATE(name, template_params, value_params)\ argument
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-actions.h.pump495 // #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\
Dgmock-generated-actions.h1382 #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\