HomeSort by relevance Sort by last modified time
    Searched full:addressof (Results 26 - 50 of 88) sorted by null

12 3 4

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
alloc_traits.h 143 _Base_type::construct(__a, std::addressof(*__p),
151 { _Base_type::destroy(__a, std::addressof(*__p)); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
move.h 42 * @brief Same as C++11 std::addressof
135 addressof(_Tp& __r) noexcept
ptr_traits.h 170 * @return @c addressof(__r)
174 { return std::addressof(__r); }
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_prototypes.py 29 # the ctypes addressof() inherits that via PyLong_FromVoidPtr().
77 self.assertEqual(positive_address(addressof(ci)),
test_cast.py 26 address = addressof(array)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_prototypes.py 29 # the ctypes addressof() inherits that via PyLong_FromVoidPtr().
77 self.assertEqual(positive_address(addressof(ci)),
test_cast.py 26 address = addressof(array)
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
vb.php 60 'AddressOf', 'Alias', 'And', 'Append', 'As', 'BF', 'Binary',
vbnet.php 85 'ADDRESSOF', 'AND', 'BITAND', 'BITNOT', 'BITOR', 'BITXOR',
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
move.h 96 addressof(_Tp& __r) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
move.h 96 addressof(_Tp& __r) function
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
move.h 96 addressof(_Tp& __r) function
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
move.h 96 addressof(_Tp& __r) function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
min_allocator.h 115 static min_pointer pointer_to(T& t) {return min_pointer(std::addressof(t));}
186 static min_pointer pointer_to(const T& t) {return min_pointer(std::addressof(t));}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/
min_allocator.h 115 static min_pointer pointer_to(T& t) {return min_pointer(std::addressof(t));}
186 static min_pointer pointer_to(const T& t) {return min_pointer(std::addressof(t));}
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
alloc_traits.h 156 _Base_type::construct(__a, std::addressof(*__p),
164 { _Base_type::destroy(__a, std::addressof(*__p)); }
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
sharedctypes.py 72 ctypes.memset(ctypes.addressof(obj), 0, ctypes.sizeof(obj))
84 ctypes.memset(ctypes.addressof(obj), 0, ctypes.sizeof(obj))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
sharedctypes.py 72 ctypes.memset(ctypes.addressof(obj), 0, ctypes.sizeof(obj))
84 ctypes.memset(ctypes.addressof(obj), 0, ctypes.sizeof(obj))
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
map 484 __alloc_traits::destroy(__na_, _VSTD::addressof(__p->__value_.__cc.second));
486 __alloc_traits::destroy(__na_, _VSTD::addressof(__p->__value_.__cc.first));
    [all...]
unordered_map 488 __alloc_traits::destroy(__na_, _VSTD::addressof(__p->__value_.__cc.second));
490 __alloc_traits::destroy(__na_, _VSTD::addressof(__p->__value_.__cc.first));
    [all...]
  /external/v8/test/cctest/
test-serialize.cc 85 static Address AddressOf(T id) {
92 return encoder.Encode(AddressOf(id));
144 CHECK_EQ(AddressOf(Builtins::kArrayCode),
146 CHECK_EQ(AddressOf(Runtime::kAbort),
149 CHECK_EQ(AddressOf(IC_Utility(IC::kLoadCallbackProperty)),
  /external/chromium_org/v8/test/cctest/
test-serialize.cc 86 static Address AddressOf(T id) {
93 return encoder.Encode(AddressOf(id));
145 CHECK_EQ(AddressOf(Builtins::kArrayCode),
147 CHECK_EQ(AddressOf(Runtime::kAbort),
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_facade.hpp 18 #include <boost/utility/addressof.hpp>
305 Reference* operator->() { return boost::addressof(m_ref); }
308 operator Reference*() { return boost::addressof(m_ref); }
324 return boost::addressof(x);
  /art/runtime/native/
dalvik_system_VMRuntime.cc 200 NATIVE_METHOD(VMRuntime, addressOf, "(Ljava/lang/Object;)J"),
  /external/clang/lib/Analysis/
PseudoConstantAnalysis.cpp 148 // addressOf.

Completed in 2123 milliseconds

12 3 4