Home
last modified time | relevance | path

Searched defs:Store (Results 1 – 25 of 96) sorted by relevance

1234

/third_party/vk-gl-cts/external/vulkancts/vkscserver/
DvksStore.hpp32 struct Store struct
34 bool Get (const string& path, vector<u8>& content, bool removeAfter) in Get()
55 bool Set (const string& uniqueFilename, const vector<u8>& content) in Set()
63 std::map<string, vector<u8>> FileMap;
64 std::mutex FileMapMutex;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMetadataImpl.h22 static T *getUniqued(DenseSet<T *, InfoT> &Store, in getUniqued()
42 T *MDNode::storeImpl(T *N, StorageType Storage, StoreT &Store) { in storeImpl()
DMetadata.cpp116 auto &Store = Context.pImpl->MetadataAsValues; in getIfExists() local
123 auto &Store = Context.pImpl->MetadataAsValues; in handleChangedMetadata() local
375 auto &Store = V->getType()->getContext().pImpl->ValuesAsMetadata; in handleDeletion() local
398 auto &Store = Context.pImpl->ValuesAsMetadata; in handleRAUW() local
454 auto &Store = Context.pImpl->MDStringCache; in get() local
763 static T *uniquifyImpl(T *N, DenseSet<T *, InfoT> &Store) { in uniquifyImpl()
1409 auto &Store = getContext().pImpl->GlobalObjectMetadata[this]; in eraseMetadata() local
/third_party/node/deps/brotli/c/enc/
Dbackward_references_inc.h144 FN(Store)(privat, ringbuffer, ringbuffer_mask, position); in EXPORT_FN() local
153 FN(Store)(privat, ringbuffer, ringbuffer_mask, position); in EXPORT_FN() local
Dhash_forgetful_chain_inc.h131 static BROTLI_INLINE void FN(Store)(HashForgetfulChain* BROTLI_RESTRICT self, in FN() argument
155 FN(Store)(self, data, mask, i); in FN() local
280 FN(Store)(self, data, ring_buffer_mask, cur_ix); in FN() local
Dhash_to_binary_tree_inc.h270 static BROTLI_INLINE void FN(Store)(HashToBinaryTree* BROTLI_RESTRICT self, in FN() argument
289 FN(Store)(self, data, mask, j); in FN() local
293 FN(Store)(self, data, mask, i); in FN() local
Dhash_longest_match_quickly_inc.h95 static BROTLI_INLINE void FN(Store)( in FN() argument
114 FN(Store)(self, data, mask, i); in FN() local
Dhash_longest_match_inc.h108 static BROTLI_INLINE void FN(Store)( in FN() argument
123 FN(Store)(self, data, mask, i); in FN() local
Dhash_longest_match64_inc.h109 static BROTLI_INLINE void FN(Store)( in FN() argument
127 FN(Store)(self, data, mask, i); in FN() local
Dhash_composite_inc.h79 static BROTLI_INLINE void FN(Store)(HashComposite* BROTLI_RESTRICT self, in FN() argument
/third_party/skia/third_party/externals/brotli/c/enc/
Dbackward_references_inc.h144 FN(Store)(privat, ringbuffer, ringbuffer_mask, position); in EXPORT_FN() local
153 FN(Store)(privat, ringbuffer, ringbuffer_mask, position); in EXPORT_FN() local
Dhash_forgetful_chain_inc.h131 static BROTLI_INLINE void FN(Store)(HashForgetfulChain* BROTLI_RESTRICT self, in FN() argument
155 FN(Store)(self, data, mask, i); in FN() local
280 FN(Store)(self, data, ring_buffer_mask, cur_ix); in FN() local
Dhash_to_binary_tree_inc.h270 static BROTLI_INLINE void FN(Store)(HashToBinaryTree* BROTLI_RESTRICT self, in FN() argument
289 FN(Store)(self, data, mask, j); in FN() local
293 FN(Store)(self, data, mask, i); in FN() local
Dhash_longest_match_quickly_inc.h95 static BROTLI_INLINE void FN(Store)( in FN() argument
114 FN(Store)(self, data, mask, i); in FN() local
Dhash_longest_match_inc.h108 static BROTLI_INLINE void FN(Store)( in FN() argument
123 FN(Store)(self, data, mask, i); in FN() local
Dhash_longest_match64_inc.h109 static BROTLI_INLINE void FN(Store)( in FN() argument
127 FN(Store)(self, data, mask, i); in FN() local
Dhash_composite_inc.h79 static BROTLI_INLINE void FN(Store)(HashComposite* BROTLI_RESTRICT self, in FN() argument
/third_party/flutter/engine/flutter/fml/synchronization/
Datomic_object.h24 void Store(const T& object) { in Store() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueLatticeUtils.cpp32 if (auto *Store = dyn_cast<StoreInst>(U)) { in canTrackGlobalVariableInterprocedurally() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcInstrInfo.h33 Store = (1<<2), enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp212 StoreInst *Store = nullptr; in findSafeStoreForStoreStrongContraction() local
295 findRetainForStoreStrongContraction(Value *New, StoreInst *Store, in findRetainForStoreStrongContraction()
387 StoreInst *Store = in tryToContractReleaseIntoStoreStrong() local
/third_party/node/deps/npm/node_modules/tough-cookie/lib/
Dstore.js34 function Store() { class
Dmemstore.js32 var Store = require('./store').Store; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Datomic_hook.h107 void Store(FnPtr fn) { in Store() function
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DShaderCore.hpp422 inline void SIMD::Pointer::Store(T val, OutOfBoundsBehavior robustness, Int mask, bool atomic /* = … in Store() function in sw::SIMD::Pointer
497 inline void SIMD::Pointer::Store(RValue<T> val, OutOfBoundsBehavior robustness, Int mask, bool atom… in Store() function in sw::SIMD::Pointer

1234