Searched defs:FormatFlags (Results 1 – 5 of 5) sorted by relevance
32 struct FormatFlags struct35 static const FormatFlags Default;37 std::string listPrefix; // Prefix to lists.38 std::string listSuffix; // Suffix to lists.39 std::string listDelimiter; // List item delimiter.40 std::string listIndent; // List item indententation prefix.41 const FormatFlags *subListFmt; // Format used for list sub items.
79 __u32 FormatFlags; member
120 enum FormatFlags enum
158 std::string get(const vk::dbg::FormatFlags &) { return "<null>"; } in get()
2460 auto FormatFlags = [](uint64_t V, in getDynamicEntry() local