/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_construct.h | 90 __destroy(_ForwardIterator __first, _ForwardIterator __last) function in struct:_Destroy_aux 102 __destroy(_ForwardIterator, _ForwardIterator) { } function in struct:_Destroy_aux 117 __destroy(__first, __last);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_construct.h | 101 __destroy(_ForwardIterator __first, _ForwardIterator __last) function in struct:_Destroy_aux 113 __destroy(_ForwardIterator, _ForwardIterator) { } function in struct:_Destroy_aux 128 __destroy(__first, __last);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_construct.h | 101 __destroy(_ForwardIterator __first, _ForwardIterator __last) function in struct:_Destroy_aux 113 __destroy(_ForwardIterator, _ForwardIterator) { } function in struct:_Destroy_aux 128 __destroy(__first, __last);
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_construct.h | 90 __destroy(_ForwardIterator __first, _ForwardIterator __last) function in struct:_Destroy_aux 102 __destroy(_ForwardIterator, _ForwardIterator) { } function in struct:_Destroy_aux 117 __destroy(__first, __last);
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_construct.h | 90 __destroy(_ForwardIterator __first, _ForwardIterator __last) function in struct:_Destroy_aux 102 __destroy(_ForwardIterator, _ForwardIterator) { } function in struct:_Destroy_aux 117 __destroy(__first, __last);
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_construct.h | 90 __destroy(_ForwardIterator __first, _ForwardIterator __last) function in struct:_Destroy_aux 102 __destroy(_ForwardIterator, _ForwardIterator) { } function in struct:_Destroy_aux 117 __destroy(__first, __last);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_construct.h | 90 __destroy(_ForwardIterator __first, _ForwardIterator __last) function in struct:_Destroy_aux 102 __destroy(_ForwardIterator, _ForwardIterator) { } function in struct:_Destroy_aux 117 __destroy(__first, __last);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_construct.h | 101 __destroy(_ForwardIterator __first, _ForwardIterator __last) function in struct:_Destroy_aux 113 __destroy(_ForwardIterator, _ForwardIterator) { } function in struct:_Destroy_aux 128 __destroy(__first, __last);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_construct.h | 101 __destroy(_ForwardIterator __first, _ForwardIterator __last) function in struct:_Destroy_aux 113 __destroy(_ForwardIterator, _ForwardIterator) { } function in struct:_Destroy_aux 128 __destroy(__first, __last);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_construct.h | 102 __destroy(_ForwardIterator __first, _ForwardIterator __last) function in struct:_Destroy_aux 114 __destroy(_ForwardIterator, _ForwardIterator) { } function in struct:_Destroy_aux 129 __destroy(__first, __last);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_construct.h | 102 __destroy(_ForwardIterator __first, _ForwardIterator __last) function in struct:_Destroy_aux 114 __destroy(_ForwardIterator, _ForwardIterator) { } function in struct:_Destroy_aux 129 __destroy(__first, __last);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_construct.h | 100 __destroy(_ForwardIterator __first, _ForwardIterator __last) function in struct:_Destroy_aux 112 __destroy(_ForwardIterator, _ForwardIterator) { } function in struct:_Destroy_aux 127 __destroy(__first, __last);
|
/external/blktrace/btt/ |
proc.c | 46 static void __destroy(struct rb_node *n, int free_name, int free_pip) function 51 __destroy(n->rb_left, free_name, free_pip); 52 __destroy(n->rb_right, free_name, free_pip); 261 __destroy(root_pid.rb_node, 0, 0); 262 __destroy(root_name.rb_node, 1, 1);
|
devs.c | 34 static void __destroy(struct rb_node *n) function 39 __destroy(n->rb_left); 40 __destroy(n->rb_right); 50 __destroy(roots[i].rb_node);
|
seek.c | 89 static void __destroy(struct rb_node *n) function 94 __destroy(n->rb_left); 95 __destroy(n->rb_right); 247 __destroy(sip->root.rb_node);
|
/external/stlport/test/eh/ |
Prefix.h | 235 # define stl_destroy __RWSTD::__destroy
|