Home
last modified time | relevance | path

Searched defs:FormatKeys (Results 1 – 3 of 3) sorted by relevance

/dports/devel/folly/folly-2021.12.27.00/folly/logging/
H A DCustomLogFormatter.cpp66 struct FormatKeys { struct
67 const StringPiece key;
68 const std::size_t argIndex;
69 const std::size_t width;
71 constexpr FormatKeys( in FormatKeys() argument
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dpiano.cpp663 void Piano::FormatKeys( void ) in FormatKeys() function in Piano
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/glshared/
H A DglsFboUtil.hpp90 typedef Range<FormatKey> FormatKeys; typedef