Searched defs:custom_type (Results 1 – 8 of 8) sorted by relevance
21 class custom_type class25 custom_type(T x) : value(x) {} in custom_type() function in foo::custom_type
35 struct custom_type { struct40 template <> struct formatter<custom_type> { argument
370 TEST(compile_time_formatting_test, custom_type) { in TEST() argument
234 custom_type enumerator
83 typedef karma::real_generator<real_concept> custom_type; in main() typedef
110 std::string custom_type; member475 std::string custom_type; in from_str_internal() local
138 pub fn custom_type(tokens: TokenStream) -> TokenStream { in custom_type() function
4633 def custom_type(string): member in TestHelpMetavarTypeFormatter