OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_Destroy_Range
(Results
1 - 7
of
7
) sorted by null
/external/stlport/stlport/stl/
_construct.h
219
inline void
_Destroy_Range
(_ForwardIterator __first, _ForwardIterator __last) {
223
inline void
_Destroy_Range
(char*, char*) {}
225
inline void
_Destroy_Range
(wchar_t*, wchar_t*) {}
226
inline void
_Destroy_Range
(const wchar_t*, const wchar_t*) {}
243
{
_Destroy_Range
(__first, __last); }
280
inline void destroy(_ForwardIterator __first, _ForwardIterator __last) { _STLP_STD::
_Destroy_Range
(__first, __last); }
/ndk/sources/cxx-stl/stlport/stlport/stl/
_construct.h
219
inline void
_Destroy_Range
(_ForwardIterator __first, _ForwardIterator __last) {
223
inline void
_Destroy_Range
(char*, char*) {}
225
inline void
_Destroy_Range
(wchar_t*, wchar_t*) {}
226
inline void
_Destroy_Range
(const wchar_t*, const wchar_t*) {}
243
{
_Destroy_Range
(__first, __last); }
280
inline void destroy(_ForwardIterator __first, _ForwardIterator __last) { _STLP_STD::
_Destroy_Range
(__first, __last); }
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_construct.h
219
inline void
_Destroy_Range
(_ForwardIterator __first, _ForwardIterator __last) {
223
inline void
_Destroy_Range
(char*, char*) {}
225
inline void
_Destroy_Range
(wchar_t*, wchar_t*) {}
226
inline void
_Destroy_Range
(const wchar_t*, const wchar_t*) {}
243
{
_Destroy_Range
(__first, __last); }
280
inline void destroy(_ForwardIterator __first, _ForwardIterator __last) { _STLP_STD::
_Destroy_Range
(__first, __last); }
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_construct.h
219
inline void
_Destroy_Range
(_ForwardIterator __first, _ForwardIterator __last) {
223
inline void
_Destroy_Range
(char*, char*) {}
225
inline void
_Destroy_Range
(wchar_t*, wchar_t*) {}
226
inline void
_Destroy_Range
(const wchar_t*, const wchar_t*) {}
243
{
_Destroy_Range
(__first, __last); }
280
inline void destroy(_ForwardIterator __first, _ForwardIterator __last) { _STLP_STD::
_Destroy_Range
(__first, __last); }
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_construct.h
219
inline void
_Destroy_Range
(_ForwardIterator __first, _ForwardIterator __last) {
223
inline void
_Destroy_Range
(char*, char*) {}
225
inline void
_Destroy_Range
(wchar_t*, wchar_t*) {}
226
inline void
_Destroy_Range
(const wchar_t*, const wchar_t*) {}
243
{
_Destroy_Range
(__first, __last); }
280
inline void destroy(_ForwardIterator __first, _ForwardIterator __last) { _STLP_STD::
_Destroy_Range
(__first, __last); }
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_construct.h
219
inline void
_Destroy_Range
(_ForwardIterator __first, _ForwardIterator __last) {
223
inline void
_Destroy_Range
(char*, char*) {}
225
inline void
_Destroy_Range
(wchar_t*, wchar_t*) {}
226
inline void
_Destroy_Range
(const wchar_t*, const wchar_t*) {}
243
{
_Destroy_Range
(__first, __last); }
280
inline void destroy(_ForwardIterator __first, _ForwardIterator __last) { _STLP_STD::
_Destroy_Range
(__first, __last); }
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_construct.h
219
inline void
_Destroy_Range
(_ForwardIterator __first, _ForwardIterator __last) {
223
inline void
_Destroy_Range
(char*, char*) {}
225
inline void
_Destroy_Range
(wchar_t*, wchar_t*) {}
226
inline void
_Destroy_Range
(const wchar_t*, const wchar_t*) {}
243
{
_Destroy_Range
(__first, __last); }
280
inline void destroy(_ForwardIterator __first, _ForwardIterator __last) { _STLP_STD::
_Destroy_Range
(__first, __last); }
Completed in 196 milliseconds