HomeSort by relevance Sort by last modified time
    Searched refs:pointer (Results 276 - 300 of 3822) sorted by null

<<11121314151617181920>>

  /external/chromium-trace/trace-viewer/src/ui/
tool_button.css 11 cursor: pointer;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref/
op_arrow.pass.cpp 14 // pointer operator->() const;
43 typedef It* pointer; typedef in class:weird_iterator
51 pointer operator->() {return &it_;}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/
input_iterator.h 14 typedef It pointer; typedef in class:input_iterator
21 pointer operator->() const {return it_;}
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
iterator.hpp 26 class Pointer = T*, class Reference = T&>
31 typedef Pointer pointer; typedef in struct:boost::iterator
40 template <class Category, class T, class Distance, class Pointer, class Reference>
42 struct iterator_base : std::iterator<Category, T, Distance, Pointer, Reference> {};
47 typedef Pointer pointer;
54 class Pointer = T*, class Reference = T&>
55 struct iterator : boost::detail::iterator_base<Category, T, Distance, Pointer, Reference> {};
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
iterators_fn_imps.hpp 55 pointer p_value;
72 pointer p_value;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 67 this_type>::other::pointer
105 this_type>::other::pointer
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/cc_hash_table_map_/
iterators_fn_imps.hpp 55 pointer p_value;
72 pointer p_value;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 67 this_type>::other::pointer
105 this_type>::other::pointer
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/cc_hash_table_map_/
iterators_fn_imps.hpp 55 pointer p_value;
72 pointer p_value;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 67 this_type>::other::pointer
105 this_type>::other::pointer
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
iterators_fn_imps.hpp 55 pointer p_value;
72 pointer p_value;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 67 this_type>::other::pointer
105 this_type>::other::pointer
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
iterators_fn_imps.hpp 55 pointer p_value;
72 pointer p_value;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 67 this_type>::other::pointer
105 this_type>::other::pointer
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
iterators_fn_imps.hpp 55 pointer p_value;
72 pointer p_value;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 67 this_type>::other::pointer
105 this_type>::other::pointer
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/cc_hash_table_map_/
iterators_fn_imps.hpp 55 pointer p_value;
72 pointer p_value;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 67 this_type>::other::pointer
105 this_type>::other::pointer
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/cc_hash_table_map_/
iterators_fn_imps.hpp 55 pointer p_value;
72 pointer p_value;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 67 this_type>::other::pointer
105 this_type>::other::pointer
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/cc_hash_table_map_/
iterators_fn_imps.hpp 55 pointer p_value;
72 pointer p_value;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 60 typedef typename _Alloc::template rebind<this_type>::other::pointer node_pointer;
79 typedef typename _Alloc::template rebind<this_type>::other::pointer node_pointer;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pool_allocator.h 133 typedef _Tp* pointer; typedef in class:__pool_alloc
152 pointer
177 construct(pointer __p, const _Tp& __val)
181 destroy(pointer __p) { __p->~_Tp(); }
184 pointer
188 deallocate(pointer __p, size_type __n);
209 pointer __ret = 0;
251 __pool_alloc<_Tp>::deallocate(pointer __p, size_type __n)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/cc_hash_table_map_/
iterators_fn_imps.hpp 55 pointer p_value;
72 pointer p_value;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 67 this_type>::other::pointer
105 this_type>::other::pointer

Completed in 404 milliseconds

<<11121314151617181920>>