Home
last modified time | relevance | path

Searched defs:source_type (Results 1 – 20 of 20) sorted by relevance

/third_party/boost/boost/numeric/conversion/
Dconverter_policies.hpp32 typedef S source_type ; typedef
54 typedef S source_type ; typedef
73 typedef S source_type ; typedef
92 typedef S source_type ; typedef
/third_party/boost/boost/numeric/conversion/detail/
Dconversion_traits.hpp42 typedef S source_type ; typedef
67 typedef N source_type ; typedef
83 typedef typename remove_cv<S>::type source_type ; typedef
Dconverter.hpp457 typedef typename Traits::source_type source_type ; typedef
481 typedef typename Traits::source_type source_type ; typedef
506 typedef typename Traits::source_type source_type ; typedef
/third_party/boost/boost/lexical_cast/detail/
Dconverter_numeric.hpp43 typedef Source source_type; typedef
67 typedef Source source_type ; typedef
/third_party/boost/libs/range/test/adaptor_test/
Dtype_erased_mix_values.cpp37 >::type source_type; in mix_values_impl() typedef
/third_party/boost/boost/lexical_cast/
Dbad_lexical_cast.hpp76 const type_info_t &source_type() const BOOST_NOEXCEPT { in source_type() function in boost::bad_lexical_cast
/third_party/gn/src/gn/
Dcompile_commands_writer.cc140 SourceFile::Type source_type, in WriteCommand()
244 SourceFile::Type source_type = source.type(); in RenderJSON() local
Dxcode_object.cc96 const char* source_type; member
/third_party/boost/libs/numeric/conversion/test/
Dnumeric_cast_traits_test.cpp231 typedef Double source_type; typedef
253 typedef Double source_type; typedef
Dtest_helpers3.cpp32 typedef typename traits::source_type source_type ; typedef
/third_party/selinux/libsepol/include/sepol/policydb/
Davtab.h51 uint16_t source_type; member
Dpolicydb.h230 uint32_t source_type; member
/third_party/boost/boost/units/detail/
Dconversion_impl.hpp100 typedef Source source_type; typedef
129 typedef typename selector::source_type source_type; typedef
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder.h86 const sem::Type* source_type; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_composites.cpp564 const auto source_type = _.FindDef(source->type_id()); in ValidateCopyLogical() local
Dvalidate_memory.cpp1127 const auto source_type = in ValidateCopyMemory() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_composites.cpp564 const auto source_type = _.FindDef(source->type_id()); in ValidateCopyLogical() local
Dvalidate_memory.cpp1127 const auto source_type = in ValidateCopyMemory() local
/third_party/boost/tools/quickbook/src/
Dcode_snippet.cpp93 char const* const source_type; member
/third_party/ejdb/src/jbl/
Dbinn.c2073 BINN_PRIVATE BOOL copy_int_value(void *psource, void *pdest, int source_type, int dest_type) { in copy_int_value()
2167 BOOL copy_int_value_tests(void *psource, void *pdest, int source_type, int dest_type) { in copy_int_value_tests()
2173 BINN_PRIVATE BOOL copy_float_value(void *psource, void *pdest, int source_type, int dest_type) { in copy_float_value()
2211 BINN_PRIVATE BOOL copy_value(void *psource, void *pdest, int source_type, int dest_type, int data_s… in copy_value()