Home
last modified time | relevance | path

Searched defs:make_type (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/hana/fwd/
Dtype.hpp262 constexpr auto make_type = hana::make<type_tag>; variable
/third_party/grpc/tools/codegen/core/
Dgen_stats_data.py30 def make_type(name, fields): function
/third_party/skia/third_party/externals/tint/src/resolver/
Dassignment_validation_test.cc228 auto make_type = [&] { in TEST_F() local
/third_party/python/Python/
DPython-ast.c1045 make_type(astmodulestate *state, const char *type, PyObject* base, in make_type() function