HomeSort by relevance Sort by last modified time
    Searched defs:reference (Results 76 - 100 of 1149) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 65 // Iterator's reference type.
66 typedef reference_ reference; typedef in class:const_iterator_
68 // Iterator's const reference type.
const_point_iterator.hpp 65 // Iterator's reference type.
66 typedef reference_ reference; typedef in class:const_point_iterator_
68 // Iterator's const reference type.
point_iterator.hpp 63 // Iterator's reference type.
64 typedef reference_ reference; typedef in class:point_iterator_
66 // Iterator's const reference type.
95 inline reference
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 62 /// Iterator's reference type.
63 typedef reference_ reference; typedef in class:const_iterator_
65 /// Iterator's const reference type.
point_const_iterator.hpp 63 /// Iterator's reference type.
64 typedef reference_ reference; typedef in class:point_const_iterator_
66 /// Iterator's const reference type.
point_iterator.hpp 61 /// Iterator's reference type.
62 typedef reference_ reference; typedef in class:point_iterator_
64 /// Iterator's const reference type.
88 reference
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_raw_storage_iter.h 51 typedef void reference; typedef in class:raw_storage_iterator
  /external/guava/guava/src/com/google/common/base/
FinalizableReferenceQueue.java 21 import java.lang.ref.Reference;
30 * A reference queue with an associated background thread that dequeues references and invokes
33 * <p>Keep a strong reference to this object until all of the associated referents have been
42 * The Finalizer thread keeps a phantom reference to this object. When the client (for example, a
43 * map built by MapMaker) no longer has a strong reference to this object, the garbage collector
44 * will reclaim it and enqueue the phantom reference. The enqueued reference will trigger the
51 * have a strong reference back to the class loader. Otherwise, you could have a graph like this:
57 * thread keeps an indirect strong reference to the queue in ReferenceMap, which keeps the
68 * Now, Finalizer no longer keeps an indirect strong reference to the stati
133 Reference<?> reference; local
    [all...]
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/account/
ExternalAccountTypeTest.java 133 final AccountType reference = FallbackAccountType.createWithPackageNameForTest( local
136 assertsDataKindEquals(reference.getSortedDataKinds(), type.getSortedDataKinds());
  /external/clang/include/clang/AST/
DeclLookups.h 30 typedef lookup_result reference; typedef in class:clang::DeclContext::all_lookups_iterator
40 reference operator*() const { return It->second.getLookupResult(); }
  /external/jsilver/src/com/google/clearsilver/jsilver/values/
VariableValue.java 25 * A value linked to a variable reference. When this value is evaluated in an expression a Data
40 private Data reference; field in class:VariableValue
58 reference = dataContext.findVariable(name, false);
61 return reference;
  /external/llvm/include/llvm/ADT/
SetVector.h 41 typedef T& reference; typedef in class:llvm::SetVector
  /external/llvm/include/llvm/Support/
PathV2.h 62 typedef value_type &reference; typedef in class:llvm::sys::path::const_iterator
66 reference operator*() const { return Component; }
  /external/stlport/stlport/stl/
_ostreambuf_iterator.h 54 typedef void reference; typedef in class:ostreambuf_iterator
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/
stack_allocator.h 16 typedef value_type& reference; typedef in class:stack_allocator
  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star/
op_star.pass.cpp 14 // reference operator*() const;
42 typedef It& reference; typedef in class:weird_iterator
48 reference operator*() {return it_;}
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ostreambuf_iterator.h 54 typedef void reference; typedef in class:ostreambuf_iterator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
allocator.h 93 typedef _Tp& reference; typedef in class:allocator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
debug_allocator.h 68 typedef typename _Alloc::reference reference; typedef in class:debug_allocator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 89 // Iterator's reference type.
90 typedef typename base_type::reference reference; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
92 // Iterator's const reference type.
const_point_iterator.hpp 79 // Iterator's reference type.
81 typename Allocator::template rebind<value_type>::other::reference
82 reference; typedef in class:__gnu_pbds::detail::binary_heap_const_point_iterator_
84 // Iterator's const reference type.
  /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_/
const_point_iterator.hpp 90 // Iterator's reference type.
93 value_type>::other::reference
94 reference; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_node_const_point_iterator_
96 // Iterator's const reference type.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 65 // Iterator's reference type.
66 typedef reference_ reference; typedef in class:iterator_
68 // Iterator's const reference type.
106 inline reference
111 return (const_cast<reference>(*base_type::m_p_value));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_iterator_base_types.h 129 /// This type represents a reference-to-value_type.
130 typedef _Reference reference; typedef in struct:iterator
156 typedef typename _Iterator::reference reference; typedef in struct:__iterator_traits
170 typedef typename _Iterator::reference reference; typedef in struct:iterator_traits
182 typedef _Tp& reference; typedef in struct:iterator_traits
193 typedef const _Tp& reference; typedef in struct:iterator_traits
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
debug_allocator.h 70 typedef typename _Alloc::reference reference; typedef in class:debug_allocator

Completed in 239 milliseconds

1 2 34 5 6 7 8 91011>>