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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/prefs/
pref_value_map_unittest.cc 50 PrefValueMap reference; local
51 EXPECT_TRUE(reference.SetValue("b", Value::CreateStringValue("test")));
52 EXPECT_TRUE(reference.SetValue("c", Value::CreateStringValue("test")));
53 EXPECT_TRUE(reference.SetValue("e", Value::CreateStringValue("test")));
59 reference.GetDifferingKeys(&check, &differing_paths);
69 reference.GetDifferingKeys(&check, &differing_paths);
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/container.adaptors/priority.queue/
types.pass.cpp 19 // typedef typename container_type::reference reference;
44 typedef int& reference; typedef in struct:C
54 static_assert((std::is_same<std::priority_queue<int>::reference, std::vector<int>::reference>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/container.adaptors/queue/queue.defn/
types.pass.cpp 18 // typedef typename container_type::reference reference;
42 typedef int& reference; typedef in struct:C
52 static_assert((std::is_same<std::queue<int>::reference, std::deque<int>::reference>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/container.adaptors/stack/stack.defn/
types.pass.cpp 18 // typedef typename container_type::reference reference;
43 typedef int& reference; typedef in struct:C
53 static_assert((std::is_same<std::stack<int>::reference, std::deque<int>::reference>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/iterator.primitives/iterator.traits/
iterator.pass.cpp 18 // typedef typename Iter::reference reference;
32 typedef A& reference; typedef in struct:test_iterator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/basic_tree_policy/
null_node_metadata.hpp 59 typedef const_reference reference; typedef in struct:__gnu_pbds::detail::dumconst_node_iterator
basic_tree_policy_base.hpp 82 value_type>::type>::other::reference
83 reference; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
139 value_type>::type>::other::reference
140 reference; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/basic_tree_policy/
null_node_metadata.hpp 59 typedef const_reference reference; typedef in struct:__gnu_pbds::detail::dumconst_node_iterator
  /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/basic_tree_policy/
null_node_metadata.hpp 59 typedef const_reference reference; typedef in struct:__gnu_pbds::detail::dumconst_node_iterator
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
null_node_metadata.hpp 59 typedef const_reference reference; typedef in struct:__gnu_pbds::detail::dumconst_node_iterator
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
null_node_metadata.hpp 59 typedef const_reference reference; typedef in struct:__gnu_pbds::detail::dumconst_node_iterator
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
null_node_metadata.hpp 59 typedef const_reference reference; typedef in struct:__gnu_pbds::detail::dumconst_node_iterator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/basic_tree_policy/
null_node_metadata.hpp 59 typedef const_reference reference; typedef in struct:__gnu_pbds::detail::dumconst_node_iterator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/basic_tree_policy/
null_node_metadata.hpp 59 typedef const_reference reference; typedef in struct:__gnu_pbds::detail::dumconst_node_iterator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/branch_policy/
null_node_metadata.hpp 61 typedef const_reference reference; typedef in struct:__gnu_pbds::detail::dumnode_const_iterator
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
BasicPoolEntry.java 49 * A weak reference to <code>this</code> used to detect GC of entries.
53 private final BasicPoolEntryRef reference; field in class:BasicPoolEntry
60 * @param queue the reference queue for tracking GC of this entry,
70 this.reference = new BasicPoolEntryRef(this, queue);
82 return this.reference;
  /external/clang/test/CodeGenCXX/
cxx0x-initializer-references.cpp 3 namespace reference { namespace
67 // CHECK: call %"struct.reference::B"* @_ZN9reference1BC1Ev
70 // CHECK: call %"struct.reference::B"* @_ZN9reference1BD1Ev
cxx0x-initializer-stdinitializerlist-pr12086.cpp 20 typedef const _E& reference; typedef in class:std::initializer_list
  /external/llvm/include/llvm/ADT/
InMemoryStruct.h 27 typedef value_type &reference; typedef in class:llvm::InMemoryStruct
43 InMemoryStruct(reference Value) : Target(&Contents), Contents(Value) {}
60 reference operator*() {
  /external/stlport/stlport/stl/
_raw_storage_iter.h 51 typedef void reference; typedef in class:raw_storage_iterator
  /frameworks/compile/mclinker/include/mcld/ADT/
TypeTraits.h 27 typedef const DataType& reference; typedef in struct:mcld::ConstTraits
38 typedef DataType& reference; typedef in struct:mcld::NonConstTraits
49 typedef const DataType& reference; typedef in struct:mcld::ConstIteratorTraits
61 typedef DataType& reference; typedef in struct:mcld::NonConstIteratorTraits
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/
input_iterator.h 15 typedef typename std::iterator_traits<It>::reference reference; typedef in class:input_iterator
20 reference operator*() const {return *it_;}
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_raw_storage_iter.h 51 typedef void reference; typedef in class:raw_storage_iterator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_iterator_base_types.h 114 /// This type represents a reference-to-value_type.
115 typedef _Reference reference; typedef in struct:iterator
131 typedef typename _Iterator::reference reference; typedef in struct:iterator_traits
141 typedef _Tp& reference; typedef in struct:iterator_traits
151 typedef const _Tp& reference; typedef in struct:iterator_traits
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 48 typedef node_pointer_reference reference; typedef in struct:iterator

Completed in 721 milliseconds

1 2 3 4 5 6 7 8 91011>>