/third_party/json/doc/mkdocs/docs/features/ |
D | types.md | 20 ## Storage section in Types 148 ### Storage subsection 178 ### Storage subsection 207 ### Storage subsection 220 ### Storage subsection 265 ### Storage subsection
|
/third_party/boost/boost/algorithm/string/detail/ |
D | replace_storage.hpp | 28 StorageT& Storage, in move_from_storage() 46 StorageT& Storage, in copy_to_storage() 142 StorageT& Storage, in process_segment()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | MetadataImpl.h | 28 template <class T> T *MDNode::storeImpl(T *N, StorageType Storage) { in storeImpl() 42 T *MDNode::storeImpl(T *N, StorageType Storage, StoreT &Store) { in storeImpl()
|
D | DebugInfoMetadata.cpp | 29 DILocation::DILocation(LLVMContext &C, StorageType Storage, unsigned Line, in DILocation() 54 StorageType Storage, bool ShouldCreate) { in getImpl() 265 StorageType Storage, bool ShouldCreate) { in getImpl() 321 StorageType Storage, bool ShouldCreate) { in getImpl() 328 int64_t Lo, StorageType Storage, in getImpl() 337 StorageType Storage, bool ShouldCreate) { in getImpl() 347 DIFlags Flags, StorageType Storage, in getImpl() 375 StorageType Storage, bool ShouldCreate) { in getImpl() 393 StorageType Storage, bool ShouldCreate) { in getImpl() 472 StorageType Storage, in getImpl() [all …]
|
D | User.cpp | 123 uint8_t *Storage = static_cast<uint8_t *>( in allocateFixedOperandUser() local 151 void *Storage = ::operator new(Size + sizeof(Use *)); in operator new() local 184 uint8_t *Storage = reinterpret_cast<uint8_t *>(DI) - DI->SizeInBytes; in operator delete() local 187 Use *Storage = static_cast<Use *>(Usr) - Obj->NumUserOperands; in operator delete() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/cleanup/internal/ |
D | cleanup.h | 50 explicit Storage(Callback callback) { in Storage() function 58 Storage(Storage&& other) { in Storage() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | DJB.cpp | 37 static StringRef toUTF8(UTF32 C, MutableArrayRef<UTF8> Storage) { in toUTF8() 75 std::array<UTF8, UNI_MAX_UTF8_BYTES_PER_CODE_POINT> Storage; in caseFoldingDjbHash() local
|
D | Chrono.cpp | 26 struct tm Storage; in getStructTM() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolSerializer.h | 29 BumpPtrAllocator &Storage; variable 52 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage, in writeOneSymbol()
|
/third_party/flutter/skia/src/shaders/ |
D | SkComposeShader.cpp | 98 struct Storage { in append_two_shaders() struct 99 float fRes0[4 * SkRasterPipeline_kMaxStride]; in append_two_shaders() 190 struct Storage { in onAppendStages() struct 191 float fRed[4 * SkRasterPipeline_kMaxStride]; in onAppendStages()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 125 : MDNode(C, ID, Storage, Ops1, Ops2) { in MDNode() argument 218 GenericDINode(LLVMContext &C, StorageType Storage, unsigned Hash, in GenericDINode() 292 DISubrange(LLVMContext &C, StorageType Storage, Metadata *Node, in DISubrange() 352 DIEnumerator(LLVMContext &C, StorageType Storage, int64_t Value, in DIEnumerator() 401 DIScope(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag, in DIScope() 492 DIFile(LLVMContext &C, StorageType Storage, in DIFile() 591 DIType(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag, in DIType() 695 DIBasicType(LLVMContext &C, StorageType Storage, unsigned Tag, in DIBasicType() 764 DIDerivedType(LLVMContext &C, StorageType Storage, unsigned Tag, in DIDerivedType() 896 DICompositeType(LLVMContext &C, StorageType Storage, unsigned Tag, in DICompositeType() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
D | pool.h | 48 class Storage; variable 248 BoundedPool<T, N, POLICY>::Storage::Storage(Allocator* allocator) in Storage() function 376 UnboundedPool<T, POLICY>::Storage::Storage(Allocator* allocator) in Storage() function
|
/third_party/boost/boost/hana/ |
D | map.hpp | 203 using Storage = hana::basic_tuple<Pairs...>; typedef 309 using Storage = typename RawMap::storage_type; in apply() typedef 407 using Storage = typename RawMap::storage_type; in apply() typedef 434 using Storage = typename RawMap::storage_type; in apply() typedef 475 using Storage = typename RawMap::storage_type; in apply() typedef
|
/third_party/boost/libs/hana/include/boost/hana/ |
D | map.hpp | 203 using Storage = hana::basic_tuple<Pairs...>; typedef 309 using Storage = typename RawMap::storage_type; in apply() typedef 407 using Storage = typename RawMap::storage_type; in apply() typedef 434 using Storage = typename RawMap::storage_type; in apply() typedef 475 using Storage = typename RawMap::storage_type; in apply() typedef
|
/third_party/protobuf/js/experimental/runtime/kernel/ |
D | storage.js | 10 class Storage { class
|
D | binary_storage.js | 3 const Storage = goog.require('protobuf.runtime.Storage'); constant
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
D | LookupResult.cpp | 26 llvm::SmallString<64> Storage; in getSourceFile() local
|
/third_party/skia/src/shaders/ |
D | SkComposeShader.cpp | 109 struct Storage { in append_two_shaders() struct 110 float fRes0[4 * SkRasterPipeline_kMaxStride]; in append_two_shaders()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | yaml2obj.cpp | 57 yaml2ObjectFile(SmallVectorImpl<char> &Storage, StringRef Yaml, in yaml2ObjectFile()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSymbol.cpp | 42 void *Storage = Ctx.allocate(Size, alignof(NameEntryStorageTy)); in operator new() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | AppendingTypeTableBuilder.cpp | 34 AppendingTypeTableBuilder::AppendingTypeTableBuilder(BumpPtrAllocator &Storage) in AppendingTypeTableBuilder()
|
D | GlobalTypeTableBuilder.cpp | 34 GlobalTypeTableBuilder::GlobalTypeTableBuilder(BumpPtrAllocator &Storage) in GlobalTypeTableBuilder()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 659 union Storage { union 665 explicit Storage(DoubleAPFloat F, const fltSemantics &S) in Storage() function 671 Storage(const fltSemantics &Semantics, ArgTypes &&... Args) { in Storage() function 695 Storage(const Storage &RHS) { in Storage() function 707 Storage(Storage &&RHS) { in Storage() function
|
/third_party/flutter/skia/src/sksl/ir/ |
D | SkSLVariable.h | 26 enum Storage { enum
|
/third_party/vk-gl-cts/framework/randomshaders/ |
D | rsgVariable.hpp | 40 enum Storage enum in rsg::Variable
|