Home
last modified time | relevance | path

Searched defs:base_type (Results 1 – 25 of 529) sorted by relevance

12345678910>>...22

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_bitwise.cpp42 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
117 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
151 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
178 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
193 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
/third_party/spirv-tools/source/val/
Dvalidate_bitwise.cpp42 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
117 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
151 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
178 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
193 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_bitwise.cpp42 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
117 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
151 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
178 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
193 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
/third_party/boost/boost/log/sources/
Dchannel_logger.hpp53 typedef typename channel_logger::logger_base base_type; typedef in boost::sources::channel_logger
75 typedef typename channel_logger_mt::logger_base base_type; typedef in boost::sources::channel_logger_mt
101 typedef typename wchannel_logger::logger_base base_type; typedef in boost::sources::wchannel_logger
123 typedef typename wchannel_logger_mt::logger_base base_type; typedef in boost::sources::wchannel_logger_mt
Dseverity_logger.hpp53 typedef typename severity_logger::logger_base base_type; typedef in boost::sources::severity_logger
75 typedef typename severity_logger_mt::logger_base base_type; typedef in boost::sources::severity_logger_mt
101 typedef typename wseverity_logger::logger_base base_type; typedef in boost::sources::wseverity_logger
123 typedef typename wseverity_logger_mt::logger_base base_type; typedef in boost::sources::wseverity_logger_mt
/third_party/boost/libs/spirit/repository/example/qi/
Dderived.cpp27 struct base_type { struct
28 base_type(const std::string &name) : name(name) {} in base_type() function
39 struct derived1 : public base_type { argument
/third_party/boost/boost/log/sinks/
Devent_log_backend.hpp76 typedef basic_direct_mapping< event_type, AttributeValueT > base_type; typedef in boost::sinks::event_log::direct_event_type_mapping
102 typedef basic_custom_mapping< event_type, AttributeValueT > base_type; typedef in boost::sinks::event_log::custom_event_type_mapping
128 typedef basic_direct_mapping< event_id, AttributeValueT > base_type; typedef in boost::sinks::event_log::direct_event_id_mapping
154 typedef basic_custom_mapping< event_id, AttributeValueT > base_type; typedef in boost::sinks::event_log::custom_event_id_mapping
180 typedef basic_direct_mapping< event_category, AttributeValueT > base_type; typedef in boost::sinks::event_log::direct_event_category_mapping
206 typedef basic_custom_mapping< event_category, AttributeValueT > base_type; typedef in boost::sinks::event_log::custom_event_category_mapping
404 typedef basic_formatted_sink_backend< CharT, concurrent_feeding > base_type; typedef in boost::sinks::basic_simple_event_log_backend
517 typedef basic_sink_backend< synchronized_feeding > base_type; typedef in boost::sinks::basic_event_log_backend
Dsyslog_backend.hpp81 typedef basic_direct_mapping< level, AttributeValueT > base_type; typedef in boost::sinks::syslog::direct_severity_mapping
107 typedef basic_custom_mapping< level, AttributeValueT > base_type; typedef in boost::sinks::syslog::custom_severity_mapping
154 typedef basic_formatted_sink_backend< char > base_type; typedef in boost::sinks::syslog_backend
/third_party/boost/libs/statechart/test/
DInnermostDefault.hpp23 typedef sc::state< MostDerived, Context > base_type; typedef
49 Default0, typename Context::template orthogonal< 0 > > base_type; typedef
61 Default1, typename Context::template orthogonal< 1 > > base_type; typedef
73 Default2, typename Context::template orthogonal< 2 > > base_type; typedef
DOuterOrthogonal.hpp33 Default1< MostDerived >, Default2< MostDerived > > > base_type; typedef
63 InitialState1, Default2< MostDerived > > > base_type; typedef
93 Default1< MostDerived >, InitialState2 > > base_type; typedef
/third_party/boost/boost/thread/
Dexceptions.hpp40 typedef system::system_error base_type; typedef in boost::thread_exception
74 typedef system::system_error base_type; typedef in boost::condition_error
97 typedef thread_exception base_type; typedef in boost::lock_error
124 typedef thread_exception base_type; typedef in boost::thread_resource_error
152 typedef thread_exception base_type; typedef in boost::unsupported_thread_option
176 typedef thread_exception base_type; typedef in boost::invalid_thread_argument
200 typedef thread_exception base_type; typedef in boost::thread_permission_error
/third_party/boost/boost/hof/
Dcompose.hpp95 typedef detail::compressed_pair<F1, F2> base_type; typedef
118 typedef detail::compose_kernel<detail::callable_base<F>, tail> base_type; typedef
160 typedef detail::compose_kernel<detail::callable_base<F1>, detail::callable_base<F2>> base_type; typedef
Dflow.hpp94 typedef detail::compressed_pair<detail::callable_base<F1>, detail::callable_base<F2>> base_type; typedef
116 typedef detail::flow_kernel<F, tail> base_type; typedef
157 typedef detail::flow_kernel<detail::callable_base<F1>, detail::callable_base<F2>> base_type; typedef
Dcombine.hpp71 typedef pack_base<seq<Ns...>, Gs...> base_type; typedef
118 …tail::gens<sizeof...(Gs)>::type, detail::callable_base<F>, detail::callable_base<Gs>...> base_type; typedef
/third_party/boost/boost/atomic/detail/
Dwait_ops_freebsd_umtx.hpp41 typedef Base base_type; typedef
71 typedef wait_operations_freebsd_umtx_common< Base > base_type; typedef
95 typedef wait_operations_freebsd_umtx_common< Base > base_type; typedef
/third_party/boost/boost/regex/v4/
Dchar_regex_traits.hpp50 typedef regex_traits<char> base_type; typedef in boost::deprecated::char_regex_traits_i
62 typedef regex_traits<wchar_t> base_type; typedef in boost::deprecated::char_regex_traits_i
/third_party/boost/boost/safe_numerics/
Dsafe_common.hpp21 struct base_type { struct
22 using type = T;
/third_party/boost/boost/spirit/home/x3/directive/
Dwith.hpp22 typedef unary_parser<Subject, Derived> base_type; typedef
33 typedef unary_parser<Subject, Derived> base_type; typedef
44 typedef with_value_holder<Subject, with_directive<Subject, ID, T>, T> base_type; typedef
/third_party/boost/boost/msm/
Dmsm_grammar.hpp38 base_type; typedef
75 base_type; typedef
/third_party/boost/boost/fiber/future/
Dfuture.hpp113 typedef detail::future_base< R > base_type; typedef in boost::fibers::future
162 typedef detail::future_base< R & > base_type; typedef in boost::fibers::future
211 typedef detail::future_base< void > base_type; typedef in boost::fibers::future
264 typedef detail::future_base< R > base_type; typedef in boost::fibers::shared_future
323 typedef detail::future_base< R & > base_type; typedef in boost::fibers::shared_future
382 typedef detail::future_base< void > base_type; typedef in boost::fibers::shared_future
/third_party/boost/boost/log/utility/
Dexception_handler.hpp83 typedef BaseT base_type; typedef in boost::aux::eh_cons
135 >::type base_type; typedef in boost::exception_handler
179 typedef exception_handler< SequenceT, HandlerT > base_type; typedef in boost::nothrow_exception_handler
/third_party/boost/boost/test/utils/
Dnullstream.hpp42 typedef ::std::basic_streambuf<CharType, CharTraits> base_type; typedef in boost::basic_nullbuf
83 typedef ::std::basic_ostream<CharType, CharTraits> base_type; typedef in boost::basic_onullstream
/third_party/boost/boost/ptr_container/
Dptr_map.hpp47 base_type; typedef in boost::ptr_map
71 BOOST_PTR_CONTAINER_DEFINE_RELEASE_AND_CLONE( ptr_map, base_type, in BOOST_PTR_CONTAINER_DEFINE_RELEASE_AND_CLONE() argument
101 base_type; typedef in boost::ptr_multimap
126 base_type, in BOOST_PTR_CONTAINER_DEFINE_RELEASE_AND_CLONE() argument
/third_party/boost/boost/phoenix/core/detail/cpp03/preprocessed/
Dexpression_10.hpp38 base_type; typedef
79 base_type; typedef
120 base_type; typedef
161 base_type; typedef
202 base_type; typedef
243 base_type; typedef
284 base_type; typedef
325 base_type; typedef
366 base_type; typedef
407 base_type; typedef
/third_party/boost/boost/ptr_container/detail/
Dreversible_ptr_container.hpp734 #define BOOST_PTR_CONTAINER_DEFINE_RELEASE( base_type ) \ argument
741 #define BOOST_PTR_CONTAINER_DEFINE_RELEASE( base_type ) \ argument
746 #define BOOST_PTR_CONTAINER_COPY_AND_ASSIGN_AUTO( PC, base_type, this_type ) \ argument
756 #define BOOST_PTR_CONTAINER_COPY_AND_ASSIGN_AUTO( PC, base_type, this_type ) argument
760 #define BOOST_PTR_CONTAINER_COPY_AND_ASSIGN_UNIQUE( PC, base_type, this_type ) \ argument
770 #define BOOST_PTR_CONTAINER_COPY_AND_ASSIGN_UNIQUE( PC, base_type, this_type ) argument
807 #define BOOST_PTR_CONTAINER_DEFINE_RELEASE_AND_CLONE( PC, base_type, this_type ) \ argument
813 #define BOOST_PTR_CONTAINER_DEFINE_COPY_CONSTRUCTORS( PC, base_type ) \ argument
825 #define BOOST_PTR_CONTAINER_DEFINE_CONSTRUCTORS( PC, base_type ) \ argument
838 #define BOOST_PTR_CONTAINER_DEFINE_NON_INHERITED_MEMBERS( PC, base_type, this_type ) \ argument
[all …]

12345678910>>...22