Searched defs:StorageType (Results 1 - 14 of 14) sorted by relevance

/external/skia/src/core/
H A DSkCachedData.h45 enum StorageType { enum in class:SkCachedData
57 StorageType fStorageType;
/external/v8/src/base/
H A Dlazy-instance.h96 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 DtcuFloat.hpp51 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 Des31fSynchronizationTests.cpp118 enum StorageType enum in class:deqp::gles31::Functional::__anon4539::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 Dany_internal_impl.h221 enum StorageType { kExternal, kContained }; enum in class:brillo::internal_details::final
357 StorageType storage_; // Declare after the union to eliminate member padding.
/external/clang/include/clang/AST/
H A DTemplateName.h179 DependentTemplateName *> StorageType; typedef in class:clang::TemplateName
181 StorageType Storage;
184 Storage = StorageType::getFromOpaqueValue(Ptr);
/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp170 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/webrtc/webrtc/modules/rtp_rtcp/include/
H A Drtp_rtcp_defines.h59 enum StorageType { enum in namespace:webrtc
/external/llvm/include/llvm/IR/
H A DMetadata.h50 enum StorageType { Uniqued, Distinct, Temporary }; enum in class:llvm::Metadata
92 Metadata(unsigned ID, StorageType Storage)
769 MDNode(LLVMContext &Context, unsigned ID, StorageType Storage,
886 static T *storeImpl(T *N, StorageType Storage, StoreT &Store);
887 template <class T> static T *storeImpl(T *N, StorageType Storage);
982 MDTuple(LLVMContext &C, StorageType Storage, unsigned Hash,
993 StorageType Storage, bool ShouldCreate = true);
/external/v8/src/
H A Dtyping-asm.cc535 Type* then_type = StorageType(computed_type_);
543 Type* else_type = StorageType(computed_type_);
673 Type* target_type = StorageType(computed_type_);
712 Type* AsmTyper::StorageType(Type* type) { function in class:v8::internal::AsmTyper
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h1840 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/gmock/include/gmock/
H A Dgmock-matchers.h2132 typedef Functor StorageType; typedef in struct:testing::internal::CallableTraits
2143 typedef ResType(*StorageType)(ArgType); typedef in struct:testing::internal::CallableTraits
2173 typedef typename CallableTraits<Callable>::StorageType CallableStorageType;
/external/libmtp/src/
H A Dlibmtp.h709 uint16_t StorageType; /**< Storage type */ member in struct:LIBMTP_devicestorage_struct
H A Dptp.h708 uint16_t StorageType; member in struct:_PTPStorageInfo

Completed in 1310 milliseconds