Home
last modified time | relevance | path

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

/system/keymaster/ng/include/
Dkeystore_hidl_support.h33 inline static std::ostream& formatArgs(std::ostream& out) { in formatArgs() function
38 inline static std::ostream& formatArgs(std::ostream& out, First&& first, Args&&... args) { in formatArgs() function
40 return formatArgs(out, args...); in formatArgs()
45 formatArgs(s, args...); in argsToString()
/system/security/keystore/include/keystore/
Dkeystore_hidl_support.h39 inline static std::ostream& formatArgs(std::ostream& out) { in formatArgs() function
44 inline static std::ostream& formatArgs(std::ostream& out, First&& first, Args&&... args) { in formatArgs() function
46 return formatArgs(out, args...); in formatArgs()
51 formatArgs(s, args...); in argsToString()