Searched defs:type_code (Results 1 – 2 of 2) sorted by relevance
| /external/fmtlib/test/ |
| D | util-test.cc | 411 #define ARG_INFO(type_code, Type, field) \ argument 456 #define EXPECT_ARG_(Char, type_code, MakeArgType, ExpectedType, value) { \ argument 464 #define EXPECT_ARG(type_code, Type, value) \ argument 467 #define EXPECT_ARGW(type_code, Type, value) \ argument 628 #define EXPECT_RESULT_(Char, type_code, value) { \ argument 635 #define EXPECT_RESULT(type_code, value) \ argument 637 #define EXPECT_RESULTW(type_code, value) \ argument 669 #define EXPECT_RESULT(type_code, value) { \ argument
|
| /external/vixl/src/aarch64/ |
| D | debugger-aarch64.cc | 227 Format(const char* fmt, char type_code) : fmt_(fmt), type_code_(type_code) {} in Format()
|