Home
last modified time | relevance | path

Searched refs:my_type (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/log/test/run/
Dutil_manip_add_value.cpp32 struct my_type struct
34 BOOST_COPYABLE_AND_MOVABLE(my_type)
39 explicit my_type(unsigned int n = 0) : value(n) {} in my_type() argument
40 my_type(my_type const& that) : value(that.value) {} in my_type() function
41 my_type(BOOST_RV_REF(my_type) that) : value(that.value) { that.value = 0xbaadbaad; } in my_type() function
42 ~my_type() { value = 0xdeaddead; } in ~my_type() argument
44 my_type& operator= (BOOST_COPY_ASSIGN_REF(my_type) that) { value = that.value; return *this; } in operator =() argument
45my_type& operator= (BOOST_RV_REF(my_type) that) { value = that.value; that.value = 0xbaadbaad; ret… in operator =() argument
48 inline bool operator== (my_type const& left, my_type const& right) in operator ==()
53 inline bool operator!= (my_type const& left, my_type const& right) in operator !=()
[all …]
/third_party/boost/libs/spirit/test/karma/
Dauto1.cpp12 BOOST_TEST((!traits::meta_create_exists<karma::domain, my_type>::value)); in main()
Dauto.hpp77 struct my_type {}; struct
/third_party/boost/libs/spirit/test/qi/
Dauto.cpp69 struct my_type {}; struct
75 BOOST_TEST((!traits::meta_create_exists<qi::domain, my_type>::value)); in main()
/third_party/glib/glib/
Dgvariant.c3688 GVariantType *my_type; in g_variant_builder_end() local
3700 my_type = g_variant_type_copy (GVSB(builder)->type); in g_variant_builder_end()
3703 my_type = g_variant_make_maybe_type (GVSB(builder)->children[0]); in g_variant_builder_end()
3706 my_type = g_variant_make_array_type (GVSB(builder)->children[0]); in g_variant_builder_end()
3709 my_type = g_variant_make_tuple_type (GVSB(builder)->children, in g_variant_builder_end()
3713 my_type = g_variant_make_dict_entry_type (GVSB(builder)->children[0], in g_variant_builder_end()
3718 value = g_variant_new_from_children (my_type, in g_variant_builder_end()
3728 g_variant_type_free (my_type); in g_variant_builder_end()
/third_party/boost/boost/iostreams/detail/streambuf/
Dindirect_streambuf.hpp60 typedef indirect_streambuf<T, Tr, Alloc, Mode> my_type; typedef in boost::iostreams::detail::indirect_streambuf
/third_party/boost/boost/iostreams/
Dchain.hpp129 typedef chain_base<Self, Ch, Tr, Alloc, Mode> my_type; typedef in boost::iostreams::detail::chain_base
/third_party/gn/docs/
Dreference.md2149 my_type = "shared_library"
2151 my_type = "source_set"
2154 target(my_type, "foo") {