HomeSort by relevance Sort by last modified time
    Searched full:__ref (Results 1 - 19 of 19) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/
auto_ptr.h 260 auto_ptr(auto_ptr_ref<element_type> __ref) throw()
261 : _M_ptr(__ref._M_ptr) { }
264 operator=(auto_ptr_ref<element_type> __ref) throw()
266 if (__ref._M_ptr != this->get())
269 _M_ptr = __ref._M_ptr;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/
auto_ptr.h 260 auto_ptr(auto_ptr_ref<element_type> __ref) throw()
261 : _M_ptr(__ref._M_ptr) { }
264 operator=(auto_ptr_ref<element_type> __ref) throw()
266 if (__ref._M_ptr != this->get())
269 _M_ptr = __ref._M_ptr;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
functional 616 operator()(reference_wrapper<_Tp> __ref, _Args&&... __args) const
617 { return operator()(__ref.get(), std::forward<_Args>(__args)...); }
695 operator()(reference_wrapper<_Tp> __ref, _Args&&... __args) const
696 { return operator()(__ref.get(), std::forward<_Args>(__args)...); }
775 operator()(reference_wrapper<_Tp> __ref, _Args&&... __args) const
776 { return operator()(__ref.get(), std::forward<_Args>(__args)...); }
855 operator()(reference_wrapper<_Tp> __ref, _Args&&... __args) const
856 { return operator()(__ref.get(), std::forward<_Args>(__args)...); }
943 operator()(reference_wrapper<_Tp> __ref) const
944 noexcept(noexcept(std::declval<_Mem_fn&>()(__ref.get()))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
functional 616 operator()(reference_wrapper<_Tp> __ref, _Args&&... __args) const
617 { return operator()(__ref.get(), std::forward<_Args>(__args)...); }
695 operator()(reference_wrapper<_Tp> __ref, _Args&&... __args) const
696 { return operator()(__ref.get(), std::forward<_Args>(__args)...); }
775 operator()(reference_wrapper<_Tp> __ref, _Args&&... __args) const
776 { return operator()(__ref.get(), std::forward<_Args>(__args)...); }
855 operator()(reference_wrapper<_Tp> __ref, _Args&&... __args) const
856 { return operator()(__ref.get(), std::forward<_Args>(__args)...); }
943 operator()(reference_wrapper<_Tp> __ref) const
944 noexcept(noexcept(std::declval<_Mem_fn&>()(__ref.get()))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_weakref.py 1147 __ref = {"key1":Object(1), "key2":Object(2), "key3":Object(3)} variable in class:WeakValueDictionaryTestCase
1154 __ref = {Object("key1"):1, Object("key2"):2, Object("key3"):3} variable in class:WeakKeyDictionaryTestCase
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_weakref.py 1286 __ref = {"key1":Object(1), "key2":Object(2), "key3":Object(3)} variable in class:WeakValueDictionaryTestCase
1293 __ref = {Object("key1"):1, Object("key2"):2, Object("key3"):3} variable in class:WeakKeyDictionaryTestCase
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_weakref.py 1286 __ref = {"key1":Object(1), "key2":Object(2), "key3":Object(3)} variable in class:WeakValueDictionaryTestCase
1293 __ref = {Object("key1"):1, Object("key2"):2, Object("key3"):3} variable in class:WeakKeyDictionaryTestCase
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_weakref.py 1286 __ref = {"key1":Object(1), "key2":Object(2), "key3":Object(3)} variable in class:WeakValueDictionaryTestCase
1293 __ref = {Object("key1"):1, Object("key2"):2, Object("key3"):3} variable in class:WeakKeyDictionaryTestCase
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_weakref.py 1286 __ref = {"key1":Object(1), "key2":Object(2), "key3":Object(3)} variable in class:WeakValueDictionaryTestCase
1293 __ref = {Object("key1"):1, Object("key2"):2, Object("key3"):3} variable in class:WeakKeyDictionaryTestCase
    [all...]
  /external/elfutils/libelf/
libelf.h 201 extern Elf *elf_begin (int __fildes, Elf_Cmd __cmd, Elf *__ref);
libelfP.h 511 extern Elf *__elf_begin_internal (int __fildes, Elf_Cmd __cmd, Elf *__ref)
  /external/python/cpython2/Lib/test/
test_weakref.py 1401 __ref = {"key1":Object(1), "key2":Object(2), "key3":Object(3)} variable in class:WeakValueDictionaryTestCase
1408 __ref = {Object("key1"):1, Object("key2"):2, Object("key3"):3} variable in class:WeakKeyDictionaryTestCase
    [all...]
  /external/python/cpython3/Lib/test/
test_weakref.py 1696 __ref = {"key1":Object(1), "key2":Object(2), "key3":Object(3)} variable in class:WeakValueDictionaryTestCase
1703 __ref = {Object("key1"):1, Object("key2"):2, Object("key3"):3} variable in class:WeakKeyDictionaryTestCase
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.19 
  /tools/repohooks/tools/
checkpatch.pl 271 __ref|
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libstdc++.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/
libstdc++.a     [all...]

Completed in 1804 milliseconds