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

<<11121314151617181920>>

  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
allocator.h 93 typedef _Tp& reference; typedef in class:allocator
stl_bvector.h 187 typedef _Bit_reference reference; typedef in struct:_Bit_iterator
196 reference
198 { return reference(_M_p, 1UL << _M_offset); }
258 reference
269 typedef bool reference; typedef in struct:_Bit_const_iterator
461 * a container. This is because the reference and pointer types are not
482 typedef _Bit_reference reference; typedef in class:vector
678 reference
701 reference
712 reference
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 122 typedef typename entry_allocator::reference entry_reference;
131 typedef typename traits_base::reference reference_;
170 typedef typename traits_base::reference reference; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
tree_policy.hpp 111 // Const reference to the container's value-type.
118 // Const metadata reference.
121 // Metadata reference.
122 typedef typename metadata_rebind::reference metadata_reference;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 104 typedef _Tp& reference; typedef in class:pthread_allocator
124 pointer address(reference __x) const { return &__x; }
285 typedef _Tp& reference; typedef in class:per_thread_allocator
307 pointer address(reference __x) const { return &__x; }
_bitset.h 35 // returns a reference to a bit, again without doing any range checking.
359 struct reference;
360 friend struct reference;
362 // bit reference:
363 struct reference { struct in class:bitset
371 reference() {} function in struct:bitset::reference
373 reference( _Bitset& __b, size_t __pos ) { function in struct:bitset::reference
379 ~reference() {}
382 reference& operator=(bool __x) {
392 reference& operator=(const reference& __j)
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
allocator.h 93 typedef _Tp& reference; typedef in class:allocator
stl_bvector.h 187 typedef _Bit_reference reference; typedef in struct:_Bit_iterator
196 reference
198 { return reference(_M_p, 1UL << _M_offset); }
258 reference
269 typedef bool reference; typedef in struct:_Bit_const_iterator
461 * a container. This is because the reference and pointer types are not
482 typedef _Bit_reference reference; typedef in class:vector
678 reference
701 reference
712 reference
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 122 typedef typename entry_allocator::reference entry_reference;
131 typedef typename traits_base::reference reference_;
170 typedef typename traits_base::reference reference; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
tree_policy.hpp 111 // Const reference to the container's value-type.
118 // Const metadata reference.
121 // Metadata reference.
122 typedef typename metadata_rebind::reference metadata_reference;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 104 typedef _Tp& reference; typedef in class:pthread_allocator
124 pointer address(reference __x) const { return &__x; }
285 typedef _Tp& reference; typedef in class:per_thread_allocator
307 pointer address(reference __x) const { return &__x; }
_bitset.h 35 // returns a reference to a bit, again without doing any range checking.
359 struct reference;
360 friend struct reference;
362 // bit reference:
363 struct reference { struct in class:bitset
371 reference() {} function in struct:bitset::reference
373 reference( _Bitset& __b, size_t __pos ) { function in struct:bitset::reference
379 ~reference() {}
382 reference& operator=(bool __x) {
392 reference& operator=(const reference& __j)
    [all...]
  /external/clang/include/clang/AST/
ExternalASTSource.h 325 typedef value_type& reference; typedef in class:clang::LazyVector::iterator
335 reference operator*() const {
348 reference operator[](difference_type D) {
  /external/stlport/stlport/stl/
_bitset.h 35 // returns a reference to a bit, again without doing any range checking.
359 struct reference;
360 friend struct reference;
362 // bit reference:
363 struct reference { struct in class:bitset
371 reference() {} function in struct:bitset::reference
373 reference( _Bitset& __b, size_t __pos ) { function in struct:bitset::reference
379 ~reference() {}
382 reference& operator=(bool __x) {
392 reference& operator=(const reference& __j)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 35 // returns a reference to a bit, again without doing any range checking.
359 struct reference;
360 friend struct reference;
362 // bit reference:
363 struct reference { struct in class:bitset
371 reference() {} function in struct:bitset::reference
373 reference( _Bitset& __b, size_t __pos ) { function in struct:bitset::reference
379 ~reference() {}
382 reference& operator=(bool __x) {
392 reference& operator=(const reference& __j)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_bvector.h 187 typedef _Bit_reference reference; typedef in struct:_Bit_iterator
196 reference
198 { return reference(_M_p, 1UL << _M_offset); }
258 reference
269 typedef bool reference; typedef in struct:_Bit_const_iterator
461 * a container. This is because the reference and pointer types are not
482 typedef _Bit_reference reference; typedef in class:vector
678 reference
701 reference
712 reference
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 156 // __Iterator's reference type.
157 typedef value_type reference; typedef in class:__gnu_pbds::detail::pat_trie_const_node_it_
159 // __Iterator's __const reference type.
171 // Const metadata reference type.
289 // __Iterator's reference type.
290 typedef value_type reference; typedef in class:__gnu_pbds::detail::pat_trie_node_it_
292 // __Iterator's __const reference type.
306 inline reference
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 156 // __Iterator's reference type.
157 typedef value_type reference; typedef in class:__gnu_pbds::detail::pat_trie_const_node_it_
159 // __Iterator's __const reference type.
171 // Const metadata reference type.
289 // __Iterator's reference type.
290 typedef value_type reference; typedef in class:__gnu_pbds::detail::pat_trie_node_it_
292 // __Iterator's __const reference type.
306 inline reference
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 156 // __Iterator's reference type.
157 typedef value_type reference; typedef in class:__gnu_pbds::detail::pat_trie_const_node_it_
159 // __Iterator's __const reference type.
171 // Const metadata reference type.
289 // __Iterator's reference type.
290 typedef value_type reference; typedef in class:__gnu_pbds::detail::pat_trie_node_it_
292 // __Iterator's __const reference type.
306 inline reference
  /cts/tools/signature-tools/src/signature/compare/
ApiComparator.java     [all...]
  /external/stlport/stlport/stl/pointers/
_deque.h 114 typedef value_type& reference; typedef in class:deque
139 reference operator[](size_type __n)
144 reference at(size_type __n)
149 reference front() { return cast_traits::to_value_type_ref(_M_impl.front()); }
150 reference back() { return cast_traits::to_value_type_ref(_M_impl.back()); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 114 typedef value_type& reference; typedef in class:deque
139 reference operator[](size_type __n)
144 reference at(size_type __n)
149 reference front() { return cast_traits::to_value_type_ref(_M_impl.front()); }
150 reference back() { return cast_traits::to_value_type_ref(_M_impl.back()); }
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 114 typedef value_type& reference; typedef in class:deque
139 reference operator[](size_type __n)
144 reference at(size_type __n)
149 reference front() { return cast_traits::to_value_type_ref(_M_impl.front()); }
150 reference back() { return cast_traits::to_value_type_ref(_M_impl.back()); }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 114 typedef value_type& reference; typedef in class:deque
139 reference operator[](size_type __n)
144 reference at(size_type __n)
149 reference front() { return cast_traits::to_value_type_ref(_M_impl.front()); }
150 reference back() { return cast_traits::to_value_type_ref(_M_impl.back()); }
  /external/llvm/include/llvm/ADT/
ilist.h 155 typedef typename super::reference reference; typedef in class:llvm::ilist_iterator
176 ilist_iterator(reference NR) : NodePtr(&NR) {}
198 reference operator*() const {
340 typedef NodeTy &reference; typedef in class:llvm::iplist
387 reference front() {
395 reference back() {

Completed in 1782 milliseconds

<<11121314151617181920>>