Searched defs:StorageType (Results 1 - 18 of 18) 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::__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 Dany_internal_impl.h222 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 DTemplateName.h180 DependentTemplateName *> StorageType; typedef in class:clang::TemplateName
182 StorageType Storage;
/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/ImageMagick/MagickCore/
H A Dpixel.h150 } 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 DClangAttrEmitter.cpp668 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 Drtp_rtcp_defines.h59 enum StorageType { enum in namespace:webrtc
/external/llvm/include/llvm/IR/
H A DMetadata.h52 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 DRDFGraph.h655 // 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 DMetadata.h63 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 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/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2311 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 Dgmock-matchers.h2311 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 Dgmock.h6788 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 Dptp.h934 uint16_t StorageType; member in struct:_PTPStorageInfo

Completed in 1535 milliseconds