Home
last modified time | relevance | path

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

/third_party/boost/libs/hana/test/type/
Dis_valid.cpp30 auto from_type = hana::is_valid([](auto t) -> decltype( in main() local
48 auto from_type = hana::is_valid([](auto t) -> decltype( in main() local
66 auto from_type = hana::is_valid([](auto t) -> decltype( in main() local
84 auto from_type = hana::is_valid([](auto t) -> decltype(hana::type_c< in main() local
103 auto from_type = hana::is_valid([](auto t) -> decltype(hana::template_< in main() local
120 auto from_type = hana::is_valid([](auto t) -> decltype(hana::template_< in main() local
142 auto from_type = hana::is_valid([](auto t) -> decltype( in main() local
159 auto from_type = hana::is_valid([](auto t) -> decltype( in main() local
/third_party/boost/boost/iostreams/detail/
Dcodecvt_holder.hpp25 typedef wchar_t intern_type, from_type; typedef
/third_party/mesa3d/src/compiler/glsl/
Dir_function.cpp139 const glsl_type *from_type; in get_parameter_match_type() local
/third_party/boost/boost/multiprecision/
Dmpfi.hpp1090 …, const mpl::int_<number_kind_integer>& to_type, const mpl::int_<number_kind_floating_point>& from… in generic_interconvert()
1099 … const mpl::int_<number_kind_rational>& to_type, const mpl::int_<number_kind_floating_point>& from… in generic_interconvert()
1108 … mpl::int_<number_kind_floating_point>& to_type, const mpl::int_<number_kind_floating_point>& from… in generic_interconvert()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder.cc1532 auto* from_type = TypeOf(from_expr)->UnwrapRef(); in GenerateCastOrCopyOrPassthrough() local
3460 auto* from_type = TypeOf(expr->expr)->UnwrapRef(); in GenerateBitcastExpression() local
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp6493 TBasicType from_type = from.getBasicType(); in findFunctionExplicitTypes() local
/third_party/python/Objects/
Dunicodeobject.c187 #define _PyUnicode_CONVERT_BYTES(from_type, to_type, begin, end, to) \ argument