Searched refs: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 413 struct ArgInfo<Arg::type_code> { \ 456 #define EXPECT_ARG_(Char, type_code, MakeArgType, ExpectedType, value) { \ argument 459 EXPECT_EQ(Arg::type_code, arg.type); \ 461 EXPECT_EQ(expected_value, ArgInfo<Arg::type_code>::get(arg)); \ 464 #define EXPECT_ARG(type_code, Type, value) \ argument 465 EXPECT_ARG_(char, type_code, Type, Type, value) 467 #define EXPECT_ARGW(type_code, Type, value) \ argument 468 EXPECT_ARG_(wchar_t, type_code, Type, Type, value) 628 #define EXPECT_RESULT_(Char, type_code, value) { \ argument [all …]
|
/external/vixl/src/aarch64/ |
D | debugger-aarch64.cc | 227 Format(const char* fmt, char type_code) : fmt_(fmt), type_code_(type_code) {} in Format() argument
|