Home
last modified time | relevance | path

Searched defs:storage1 (Results 1 – 6 of 6) sorted by relevance

/external/sdv/vsomeip/third_party/boost/bind/include/boost/bind/
Dstorage.hpp40 template<class A1> struct storage1 struct
42 explicit storage1( A1 a1 ): a1_( a1 ) {} in storage1() function
44 template<class V> void accept(V & v) const in accept()
49 A1 a1_;
54 template<int I> struct storage1< boost::arg<I> > struct
56 explicit storage1( boost::arg<I> ) {} in storage1() function
58 template<class V> void accept(V &) const { } in accept()
60 static boost::arg<I> a1_() { return boost::arg<I>(); } in a1_()
63 template<int I> struct storage1< boost::arg<I> (*) () > struct
65 explicit storage1( boost::arg<I> (*) () ) {} in storage1() argument
[all …]
/external/pytorch/c10/core/
DStorage.cpp6 bool isSharedStorageAlias(const Storage& storage0, const Storage& storage1) { in isSharedStorageAlias()
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowStorageManagerTest.java68 StorageVolume storage1 = volumeList.get(0); in getStorageVolumesHaveDifferentUUID() local
/external/cronet/stable/third_party/llvm-libc/src/benchmarks/gpu/timing/amdgpu/
Dtiming.h82 volatile T1 storage1 = t1; in latency() local
/external/cronet/tot/third_party/llvm-libc/src/benchmarks/gpu/timing/amdgpu/
Dtiming.h82 volatile T1 storage1 = t1; in latency() local
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/aes/
Daes_nohw.c970 aes_word_t storage1[AES_NOHW_BLOCK_WORDS], storage2[AES_NOHW_BLOCK_WORDS]; in aes_nohw_setup_key_192() local