Home
last modified time | relevance | path

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

/third_party/boost/libs/container_hash/examples/
Dportable.cpp21 class custom_type class
25 custom_type(T x) : value(x) {} in custom_type() function in foo::custom_type
/third_party/boost/libs/spirit/test/karma/
Dreal3.cpp87 typedef karma::real_generator<real_concept> custom_type; in main() typedef
/third_party/python/Lib/test/
Dtest_argparse.py4387 def custom_type(string): member in TestHelpMetavarTypeFormatter