Lines Matching refs:fmt

285   void ExecuteAndPrint(std::function<void()> f, std::string fmt, std::ostringstream& oss) {  in ExecuteAndPrint()  argument
291 oss << fmt; in ExecuteAndPrint()
298 std::string fmt, std::ostringstream& oss) { in TemplateHelper() argument
301 std::string after_reg = fmt; in TemplateHelper()
316 bool without_pc ATTRIBUTE_UNUSED, std::string fmt, std::ostringstream& oss) { in TemplateHelper() argument
318 std::string after_shift = fmt; in TemplateHelper()
331 bool without_pc ATTRIBUTE_UNUSED, std::string fmt, std::ostringstream& oss) { in TemplateHelper() argument
333 std::string after_cond = fmt; in TemplateHelper()
346 std::string fmt, std::ostringstream& oss) { in TemplateHelper() argument
349 std::string after_reg = fmt; in TemplateHelper()
367 bool without_pc, std::string fmt, std::ostringstream& oss) { in TemplateHelper() argument
369 std::string after_shift = fmt; in TemplateHelper()
385 std::string fmt, std::ostringstream& oss) { in TemplateHelper() argument
387 std::string after_cond = fmt; in TemplateHelper()
424 std::string fmt, std::string test_name) { in GenericTemplateHelper() argument
430 TemplateHelper(f, 0, without_pc, fmt, oss); in GenericTemplateHelper()
438 void T2Helper(void (arm::Arm32Assembler::*f)(Args...), bool without_pc, std::string fmt, in T2Helper() argument
440 GenericTemplateHelper(GetBoundFunction2(f), without_pc, fmt, test_name); in T2Helper()
444 void T3Helper(void (arm::Arm32Assembler::*f)(Args...), bool without_pc, std::string fmt, in T3Helper() argument
446 GenericTemplateHelper(GetBoundFunction3(f), without_pc, fmt, test_name); in T3Helper()
450 void T4Helper(void (arm::Arm32Assembler::*f)(Args...), bool without_pc, std::string fmt, in T4Helper() argument
452 GenericTemplateHelper(GetBoundFunction4(f), without_pc, fmt, test_name); in T4Helper()
456 void T5Helper(void (arm::Arm32Assembler::*f)(Args...), bool without_pc, std::string fmt, in T5Helper() argument
458 GenericTemplateHelper(GetBoundFunction5(f), without_pc, fmt, test_name); in T5Helper()