Home
last modified time | relevance | path

Searched defs:custom_type (Results 1 – 7 of 7) sorted by relevance

/external/sdv/vsomeip/third_party/boost/container_hash/examples/
Dportable.cpp21 class custom_type class
25 custom_type(T x) : value(x) {} in custom_type() function in foo::custom_type
/external/sdv/vsomeip/third_party/boost/spirit/test/karma/
Dreal3.cpp83 typedef karma::real_generator<real_concept> custom_type; in main() typedef
/external/fmtlib/test/
Dargs-test.cc35 struct custom_type { struct
40 template <> struct formatter<custom_type> { argument
Dcompile-test.cc369 TEST(compile_time_formatting_test, custom_type) { in TEST() argument
Dscan.h305 custom_type enumerator
/external/rust/crates/uniffi_macros/src/
Dlib.rs138 pub fn custom_type(tokens: TokenStream) -> TokenStream { in custom_type() function
/external/python/cpython3/Lib/test/
Dtest_argparse.py4633 def custom_type(string): member in TestHelpMetavarTypeFormatter