Home
last modified time | relevance | path

Searched refs:base_type (Results 1 – 7 of 7) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
Dbind.hpp221 typedef storage1< A1 > base_type; typedef in boost::_bi::list1
225 explicit list1( A1 a1 ): base_type( a1 ) {} in list1()
227 A1 operator[] (boost::arg<1>) const { return base_type::a1_; } in operator []()
229 A1 operator[] (boost::arg<1> (*) ()) const { return base_type::a1_; } in operator []()
243 return unwrapper<F>::unwrap(f, 0)(a[base_type::a1_]); in operator ()()
248 return unwrapper<F const>::unwrap(f, 0)(a[base_type::a1_]); in operator ()()
253 unwrapper<F>::unwrap(f, 0)(a[base_type::a1_]); in operator ()()
258 unwrapper<F const>::unwrap(f, 0)(a[base_type::a1_]); in operator ()()
263 base_type::accept(v); in accept()
268 return ref_compare(base_type::a1_, rhs.a1_, 0); in operator ==()
[all …]
/ndk/sources/cxx-stl/gabi++/src/
Dvmi_class_type_info.cc39 bool __vmi_class_type_info::walk_to(const __class_type_info* base_type, in walk_to() argument
42 if (self_class_type_match(base_type, adjustedPtr, info)) { in walk_to()
74 if (!cur_base_type->walk_to(base_type, cur_base_ptr, cur_base_info)) { in walk_to()
92 if (info.base_type == NULL && cur_base_info.base_type != NULL) { in walk_to()
111 assert (info.base_type != NULL && cur_base_info.base_type != NULL); in walk_to()
114 if (*cur_base_info.base_type != *info.base_type) { in walk_to()
126 if (*info.base_type == *cur_base_info.base_type) { in walk_to()
138 assert (*info.base_type == *cur_base_info.base_type); in walk_to()
Dclass_type_info.cc61 bool __class_type_info::walk_to(const __class_type_info* base_type, in walk_to() argument
64 return self_class_type_match(base_type, adjustedPtr, info); in walk_to()
67 bool __class_type_info::self_class_type_match(const __class_type_info* base_type, in self_class_type_match() argument
70 if (*this == *base_type) { in self_class_type_match()
72 info.base_type = base_type; in self_class_type_match()
83 : status(unknown), base_type(0), adjustedPtr(0), in __UpcastInfo()
Dsi_class_type_info.cc38 bool __si_class_type_info::walk_to(const __class_type_info* base_type, in walk_to() argument
41 if (self_class_type_match(base_type, adjustedPtr, info)) { in walk_to()
45 return __base_type->walk_to(base_type, adjustedPtr, info); in walk_to()
Dcxxabi_defines.h130 const __class_type_info* base_type; member
155 virtual bool walk_to(const __class_type_info* base_type,
160 bool self_class_type_match(const __class_type_info* base_type,
176 virtual bool walk_to(const __class_type_info* base_type,
200 virtual bool walk_to(const __class_type_info* base_type,
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
Dfind_format_store.hpp36 typedef iterator_range<ForwardIteratorT> base_type; typedef in boost::algorithm::detail::find_format_store
43 const base_type& FindResult, in find_format_store()
46 base_type(FindResult), in find_format_store()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
Diterator_adaptor.hpp280 typedef Base base_type; typedef in boost::iterator_adaptor