Searched defs:Rep (Results 1 – 2 of 2) sorted by relevance
245 struct Rep { struct249 // We can not use sizeof(Rep) - sizeof(Element) due to the trailing padding on argument
57 inline std::string toNsString(std::chrono::duration<Rep, Per> t) { in toNsString()