Home
last modified time | relevance | path

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

1234567

/external/libprotobuf-mutator/src/
Dfield_instance.h256 void Store(int32_t value) const { in Store() function
263 void Store(int64_t value) const { in Store() function
270 void Store(uint32_t value) const { in Store() function
277 void Store(uint64_t value) const { in Store() function
284 void Store(double value) const { in Store() function
291 void Store(float value) const { in Store() function
298 void Store(bool value) const { in Store() function
305 void Store(const Enum& value) const { in Store() function
315 void Store(const std::string& value) const { in Store() function
322 void Store(const std::unique_ptr<protobuf::Message>& value) const { in Store() function
/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/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()
/external/gemmlowp/test/
Dtest_fixedpoint.cc38 void Store(typename FixedPointRawTypeTraits<T>::ScalarRawType* dst, T v) { in Store() function
51 void Store<int32x4_t>(std::int32_t* dst, int32x4_t v) { in Store() function
55 void Store<int16x8_t>(std::int16_t* dst, int16x8_t v) { in Store() function
65 void Store<__m128i>(std::int32_t* dst, __m128i v) { in Store() function
74 void Store<int16x8_m128i>(std::int16_t* dst, int16x8_m128i v) { in Store() function
88 void Store<v4i32>(std::int32_t* dst, v4i32 v) { in Store() function
92 void Store<v8i16>(std::int16_t* dst, v8i16 v) { in Store() function
110 void Store<__m256i>(std::int32_t* dst, __m256i v) { in Store() function
115 void Store<int16x16_m256i>(std::int16_t* dst, int16x16_m256i v) { in Store() function
/external/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_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_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_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
/external/flatbuffers/tests/MyGame/Example/
Dmonster_test_grpc_fb.py37 def Store(self, request, context): member in MonsterStorageServicer
126 def Store(self, request, context): member in MonsterStorageServicer
181 def Store(self, request, context): member in BetaMonsterStorageServicer
197 def Store(self, request, timeout, metadata=None, with_call=False, protocol_options=None): member in BetaMonsterStorageStub
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/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/
DStore.java12 public interface Store<T> interface
/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/google-breakpad/src/processor/
Daddress_map-inl.h48 bool AddressMap<AddressType, EntryType>::Store(const AddressType &address, in Store() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueLatticeUtils.cpp32 if (auto *Store = dyn_cast<StoreInst>(U)) { in canTrackGlobalVariableInterprocedurally() local
/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/llvm/lib/Target/Sparc/
DSparcInstrInfo.h34 Store = (1<<2), enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcInstrInfo.h33 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/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
/external/webrtc/video/
Dreport_block_stats.cc34 void ReportBlockStats::Store(uint32_t ssrc, const RtcpStatistics& rtcp_stats) { in Store() function in webrtc::ReportBlockStats

1234567