Home
last modified time | relevance | path

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

12345678

/external/v8/src/compiler/
Dallocation-builder.h40 void Store(const FieldAccess& access, Node* value) { in Store() function
46 void Store(ElementAccess const& access, Node* index, Node* value) { in Store() function
75 void Store(const FieldAccess& access, Handle<Object> value) { in Store() function
79 void Store(const FieldAccess& access, const ObjectRef& value) { in Store() function
/external/libprotobuf-mutator/src/
Dfield_instance.h237 void Store(int32_t value) const { in Store() function
244 void Store(int64_t value) const { in Store() function
251 void Store(uint32_t value) const { in Store() function
258 void Store(uint64_t value) const { in Store() function
265 void Store(double value) const { in Store() function
272 void Store(float value) const { in Store() function
279 void Store(bool value) const { in Store() function
286 void Store(const Enum& value) const { in Store() function
296 void Store(const std::string& value) const { in Store() function
303 void Store(const std::unique_ptr<protobuf::Message>& value) const { in Store() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DMetadataImpl.h23 static T *getUniqued(DenseSet<T *, InfoT> &Store, in getUniqued()
43 T *MDNode::storeImpl(T *N, StorageType Storage, StoreT &Store) { in storeImpl()
/external/llvm/lib/IR/
DMetadataImpl.h23 static T *getUniqued(DenseSet<T *, InfoT> &Store, in getUniqued()
43 T *MDNode::storeImpl(T *N, StorageType Storage, StoreT &Store) { in storeImpl()
/external/brotli/c/enc/
Dbackward_references_inc.h134 FN(Store)(hasher, ringbuffer, ringbuffer_mask, position); in EXPORT_FN() local
143 FN(Store)(hasher, ringbuffer, ringbuffer_mask, position); in EXPORT_FN() local
Dhash_forgetful_chain_inc.h102 static BROTLI_INLINE void FN(Store)(HasherHandle BROTLI_RESTRICT handle, in FN() argument
122 FN(Store)(handle, data, mask, i); in FN() local
241 FN(Store)(handle, data, ring_buffer_mask, cur_ix); in FN() local
Dhash_to_binary_tree_inc.h269 static BROTLI_INLINE void FN(Store)(HasherHandle handle, const uint8_t* data, in FN() argument
288 FN(Store)(handle, data, mask, j); in FN() local
292 FN(Store)(handle, data, mask, i); in FN() local
Dhash_longest_match_quickly_inc.h83 static BROTLI_INLINE void FN(Store)(HasherHandle handle, in FN() argument
96 FN(Store)(handle, data, mask, i); in FN() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DStore.java10 public interface Store<T> interface
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/
DStore.java12 public interface Store<T> interface
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DStoreRef.h26 typedef const void *Store; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Vectorize/
DVPlanHCFGTest.cpp74 VPInstruction *Store = dyn_cast<VPInstruction>(&*Iter++); in TEST_F() local
149 auto *Store = dyn_cast<VPWidenMemoryInstructionRecipe>(&*Iter++); in TEST_F() local
/external/google-breakpad/src/processor/
Daddress_map-inl.h48 bool AddressMap<AddressType, EntryType>::Store(const AddressType &address, in Store() function
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcInstrInfo.h32 Store = (1<<2), enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueLatticeUtils.cpp33 if (auto *Store = dyn_cast<StoreInst>(U)) { in canTrackGlobalVariableInterprocedurally() local
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.h34 Store = (1<<2), enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcInstrInfo.h34 Store = (1<<2), enumerator
/external/tensorflow/tensorflow/lite/testing/
Dmessage.h65 Message* Store(Message* n) { in Store() function
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
Dmessage.h68 Message* Store(Message* n) { in Store() function
/external/flatbuffers/grpc/tests/
Dgo_test.go20 func (s *server) Store(context context.Context, in *Example.Monster) (*flatbuffers.Builder, error) { func
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp199 StoreInst *Store = nullptr; in findSafeStoreForStoreStrongContraction() local
282 findRetainForStoreStrongContraction(Value *New, StoreInst *Store, in findRetainForStoreStrongContraction()
347 StoreInst *Store = in tryToContractReleaseIntoStoreStrong() local
/external/flatbuffers/tests/MyGame/Example/
DMonsterStorage_grpc.go16 Store(ctx context.Context, in *flatbuffers.Builder, methodSpec
34 func (c *monsterStorageClient) Store(ctx context.Context, in *flatbuffers.Builder, func
126 Store(context.Context, *Monster) (*flatbuffers.Builder, error) methodSpec
/external/autotest/client/cros/cellular/pseudomodem/
Dsms.py128 def Store(self, storage): member in SMS
/external/syzkaller/vendor/golang.org/x/text/unicode/norm/
Dtriegen.go68 func (c *normCompacter) Store(v []uint64) uint32 { func
/external/flatbuffers/tests/
Dmonster_test.grpc.fb.cc38 ::grpc::Status MonsterStorage::Stub::Store(::grpc::ClientContext* context, const flatbuffers::grpc:… in Store() function in MyGame::Example::MonsterStorage::Stub
112 ::grpc::Status MonsterStorage::Service::Store(::grpc::ServerContext* context, const flatbuffers::gr… in Store() function in MyGame::Example::MonsterStorage::Service

12345678