Searched refs:private_type (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/move/ |
D | adl_move_swap.hpp | 63 struct private_type struct 65 static private_type p; argument 66 private_type const &operator,(int) const; 75 yes_type is_private_type(private_type const &); 110 private_type swap(dont_care) const;
|
/third_party/boost/boost/intrusive/detail/ |
D | has_member_function_callable_with.hpp | 56 struct private_type struct 58 static private_type p; argument 59 private_type const &operator,(int) const; 64 yes_type is_private_type(private_type const &); 178 …boost_intrusive_hmfcw::private_type BOOST_INTRUSIVE_HAS_MEMBER_FUNCTION_CALLABLE_WITH_FUNCNAME(Don… 287 … boost_intrusive_hmfcw::private_type BOOST_INTRUSIVE_HAS_MEMBER_FUNCTION_CALLABLE_WITH_FUNCNAME\
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
D | crypto_knowledge.py | 65 self.private_type = re.sub(r'_PUBLIC_KEY\Z', r'_KEY_PAIR', self.name) 106 if self.private_type == 'PSA_KEY_TYPE_ECC_KEY_PAIR': 109 return self.KEY_TYPE_SIZES[self.private_type]
|
/third_party/boost/libs/proto/doc/ |
D | implementation.qbk | 82 struct private_type 84 private_type const &operator,(int) const; 93 yes_type is_private_type(private_type const &); 102 typedef private_type const &(*pointer_to_function)(dont_care, dont_care); 155 in `private_type`. The return type of the pointer to function is 156 `private_type`. If overload resolution selects our overload, then the 157 type of `(fun(a, b), 0)` is `private_type`. Otherwise, it is `int`.
|
/third_party/glib/gobject/ |
D | gtype.h | 1314 GType private_type); 1324 GType private_type);
|
D | gtype.c | 4772 GType private_type) in g_type_instance_get_private() argument 4778 node = lookup_type_node_I (private_type); in g_type_instance_get_private() 4891 GType private_type) in g_type_class_get_private() argument 4908 private_node = lookup_type_node_I (private_type); in g_type_class_get_private() 4912 type_descriptive_name_I (private_type)); in g_type_class_get_private()
|
/third_party/boost/boost/unordered/detail/ |
D | implementation.hpp | 544 struct private_type struct 546 private_type const& operator,(int) const; 550 yes_type is_private_type(private_type const&);
|