Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/external/fmtlib/test/
H A Dargs-test.cc35 struct custom_type { struct
40 template <> struct formatter<custom_type> { argument
H A Dcompile-test.cc370 TEST(compile_time_formatting_test, custom_type) { in TEST() argument
H A Dscan.h234 custom_type enumerator
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/karma/
Dreal3.cpp83 typedef karma::real_generator<real_concept> custom_type; in main() typedef
/aosp_15_r20/external/executorch/extension/pytree/
H A Dpytree.h110 std::string custom_type; member
475 std::string custom_type; in from_str_internal() local
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_macros/src/
Dlib.rs138 pub fn custom_type(tokens: TokenStream) -> TokenStream { in custom_type() function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_argparse.py4633 def custom_type(string): member in TestHelpMetavarTypeFormatter