Home
last modified time | relevance | path

Searched refs:string_with_format (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/arm_compute/core/utils/logging/
H A DHelpers.h48 inline std::string string_with_format(const std::string &fmt, Ts &&... args) in string_with_format() function
H A DLogger.h172 print_all(create_log_msg(string_with_format(fmt, args...), log_level)); in log()