/external/skia/src/core/ |
H A D | SkCachedData.h | 45 enum StorageType { enum in class:SkCachedData 57 StorageType fStorageType;
|
/external/v8/src/base/ |
H A D | lazy-instance.h | 96 struct V8_ALIGNAS(T, 16) StorageType { 100 STATIC_ASSERT(V8_ALIGNOF(StorageType) >= V8_ALIGNOF(T)); 102 static T* MutableInstance(StorageType* storage) { 107 static void InitStorageUsingTrait(StorageType* storage) { 115 typedef T* StorageType; typedef in struct:v8::base::DynamicallyAllocatedInstanceTrait 117 static T* MutableInstance(StorageType* storage) { 122 static void InitStorageUsingTrait(StorageType* storage) { 170 typedef typename AllocationTrait::StorageType StorageType; typedef in struct:v8::base::LazyInstanceImpl 173 static void InitInstance(StorageType* storag [all...] |
/external/deqp/framework/common/ |
H A D | tcuFloat.hpp | 51 typedef StorageType_ StorageType; typedef in class:tcu::Float 62 explicit Float (StorageType value); 69 static inline Float convert (const Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>& src) { return src; } 88 static inline Float construct (int sign, int exponent, StorageType mantissa); 103 static Float constructBits (int sign, int exponent, StorageType mantissaBits); 105 StorageType bits (void) const { return m_value; } 110 inline StorageType exponentBits (void) const { return (m_value >> MantissaBits) & ((StorageType(1)<<ExponentBits)-1); } 111 inline StorageType mantissaBits (void) const { return m_value & ((StorageType( [all...] |
/external/deqp/modules/gles31/functional/ |
H A D | es31fSynchronizationTests.cpp | 118 enum StorageType enum in class:deqp::gles31::Functional::__anon4882::InterInvocationTestCase 132 InterInvocationTestCase (Context& context, const char* name, const char* desc, StorageType storage, int flags = 0); 147 const StorageType m_storage; 164 InterInvocationTestCase::InterInvocationTestCase (Context& context, const char* name, const char* desc, StorageType storage, int flags) 444 InvocationBasicCase (Context& context, const char* name, const char* desc, StorageType storage, int flags); 450 InvocationBasicCase::InvocationBasicCase (Context& context, const char* name, const char* desc, StorageType storage, int flags) 507 InvocationWriteReadCase (Context& context, const char* name, const char* desc, StorageType storage, int flags); 512 InvocationWriteReadCase::InvocationWriteReadCase (Context& context, const char* name, const char* desc, StorageType storage, int flags) 565 InvocationReadWriteCase (Context& context, const char* name, const char* desc, StorageType storage, int flags); 570 InvocationReadWriteCase::InvocationReadWriteCase (Context& context, const char* name, const char* desc, StorageType storag [all...] |
/external/libbrillo/brillo/ |
H A D | any_internal_impl.h | 222 enum StorageType { kExternal, kContained }; enum in class:brillo::internal_details::final 358 StorageType storage_; // Declare after the union to eliminate member padding.
|
/external/clang/include/clang/AST/ |
H A D | TemplateName.h | 180 DependentTemplateName *> StorageType; typedef in class:clang::TemplateName 182 StorageType Storage;
|
/external/clang/lib/CodeGen/ |
H A D | CGRecordLayoutBuilder.cpp | 170 llvm::Type *StorageType); 225 const FieldDecl *FD, CharUnits StartOffset, llvm::Type *StorageType) { 230 Info.StorageSize = (unsigned)DataLayout.getTypeAllocSizeInBits(StorageType); 288 llvm::Type *StorageType = nullptr; local 321 StorageType = FieldType; 329 if (!StorageType || 330 getAlignment(FieldType) > getAlignment(StorageType) || 331 (getAlignment(FieldType) == getAlignment(StorageType) && 332 getSize(FieldType) > getSize(StorageType))) 333 StorageType 224 setBitFieldInfo( const FieldDecl *FD, CharUnits StartOffset, llvm::Type *StorageType) argument [all...] |
/external/ImageMagick/MagickCore/ |
H A D | pixel.h | 150 } StorageType; typedef in typeref:enum:__anon88 217 const size_t,const char *,const StorageType,void *,ExceptionInfo *), 219 const size_t,const char *,const StorageType,const void *,ExceptionInfo *),
|
/external/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 668 std::string StorageType = getStorageType(getType()); variable 670 if (StorageType != getType()) { 672 OS << " SmallVector<" << StorageType << ", 4> " 682 if (StorageType != getType()) {
|
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
H A D | rtp_rtcp_defines.h | 59 enum StorageType { enum in namespace:webrtc
|
/external/llvm/include/llvm/IR/ |
H A D | Metadata.h | 52 enum StorageType { Uniqued, Distinct, Temporary }; enum in class:llvm::Metadata 68 Metadata(unsigned ID, StorageType Storage) 835 MDNode(LLVMContext &Context, unsigned ID, StorageType Storage, 951 static T *storeImpl(T *N, StorageType Storage, StoreT &Store); 952 template <class T> static T *storeImpl(T *N, StorageType Storage); 1052 MDTuple(LLVMContext &C, StorageType Storage, unsigned Hash, 1063 StorageType Storage, bool ShouldCreate = true);
|
/external/llvm/lib/Target/Hexagon/ |
H A D | RDFGraph.h | 655 // Pos-1 is the index in the StorageType object that corresponds to 673 typedef std::vector<value_type> StorageType; typedef in struct:DataFlowGraph::DefStack 674 bool isDelimiter(const StorageType::value_type &P, NodeId N = 0) const { 679 StorageType Stack;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | Metadata.h | 63 enum StorageType { Uniqued, Distinct, Temporary }; enum in class:llvm::Metadata 79 Metadata(unsigned ID, StorageType Storage) 853 MDNode(LLVMContext &Context, unsigned ID, StorageType Storage, 973 static T *storeImpl(T *N, StorageType Storage, StoreT &Store); 974 template <class T> static T *storeImpl(T *N, StorageType Storage); 1076 MDTuple(LLVMContext &C, StorageType Storage, unsigned Hash, 1088 StorageType Storage, bool ShouldCreate = true);
|
/external/google-breakpad/src/testing/include/gmock/ |
H A D | gmock-matchers.h | 1840 typedef Functor StorageType; typedef in struct:testing::internal::CallableTraits 1851 typedef ResType(*StorageType)(ArgType); typedef in struct:testing::internal::CallableTraits 1881 typedef typename CallableTraits<Callable>::StorageType CallableStorageType;
|
/external/googletest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 2311 typedef Functor StorageType; typedef in struct:testing::internal::CallableTraits 2322 typedef ResType(*StorageType)(ArgType); typedef in struct:testing::internal::CallableTraits 2352 typedef typename CallableTraits<Callable>::StorageType CallableStorageType;
|
/external/v8/testing/gmock/include/gmock/ |
H A D | gmock-matchers.h | 2311 typedef Functor StorageType; typedef in struct:testing::internal::CallableTraits 2322 typedef ResType(*StorageType)(ArgType); typedef in struct:testing::internal::CallableTraits 2352 typedef typename CallableTraits<Callable>::StorageType CallableStorageType;
|
/external/fmtlib/test/gmock/ |
H A D | gmock.h | 6788 typedef Functor StorageType; typedef in struct:testing::internal::CallableTraits 6799 typedef ResType(*StorageType)(ArgType); typedef in struct:testing::internal::CallableTraits 6829 typedef typename CallableTraits<Callable>::StorageType CallableStorageType;
|
/external/libmtp/src/ |
H A D | ptp.h | 934 uint16_t StorageType; member in struct:_PTPStorageInfo
|