Home
last modified time | relevance | path

Searched refs:is_wrapper (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/serialization/
Dnvp.hpp120 struct is_wrapper<const nvp<T> > { struct
124 struct is_wrapper<nvp<T> > { struct
Dtraits.hpp59 typedef Wrapper is_wrapper; typedef
Dwrapper.hpp43 struct is_wrapper { struct
/third_party/boost/boost/python/detail/
Dis_wrapper.hpp23 struct is_wrapper struct
Dunwrap_wrapper.hpp22 : mpl::eval_if<is_wrapper<T>,unwrap_wrapper_helper<T>,mpl::identity<T> >
/third_party/boost/boost/archive/
Dbasic_xml_iarchive.hpp66 BOOST_MPL_ASSERT((serialization::is_wrapper< T >)); in load_override()
Dbasic_xml_oarchive.hpp89 BOOST_MPL_ASSERT((serialization::is_wrapper< T >)); in save_override()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c51 bool is_wrapper(const upb_msgdef* m) { in is_wrapper() function
157 if (is_wrapper(subm)) { in newsubmsghandlerdata()
619 if (is_wrapper(upb_fielddef_msgsubdef(f))) { in add_handlers_for_repeated_field()
748 if (is_wrapper(upb_fielddef_msgsubdef(f))) { in add_handlers_for_singular_field()
872 if (is_wrapper(upb_fielddef_msgsubdef(f))) { in add_handlers_for_oneof_field()
925 if (is_wrapper(msgdef)) { in add_handlers_for_message()
1057 if (is_wrapper(m)) { in Message_decode()
1068 if (is_wrapper(m)) { in Message_decode()
1132 if (is_wrapper(m)) { in Message_decode_json()
1471 bool json_wrapper = is_wrapper(desc->msgdef) && is_json; in putmsg()
/third_party/boost/boost/archive/detail/
Dcheck.hpp155 typename boost::serialization::is_wrapper< T >, in check_const_loading()
/third_party/mesa3d/src/intel/vulkan/
Danv_batch_chain.c183 assert(!target_bo->is_wrapper); in anv_reloc_list_add_bo()
1397 assert(!from_bo->is_wrapper); in adjust_relocations_to_state_pool()
1507 assert(!exec->bos[i]->is_wrapper); in execbuf_can_skip_relocations()
Danv_private.h496 bool is_wrapper:1; member
521 while (bo->is_wrapper) in anv_bo_unwrap()
Danv_allocator.c400 .is_wrapper = true, in anv_block_pool_init()