/external/libprotobuf-mutator/src/ |
D | field_instance.h | 256 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/ |
D | MetadataImpl.h | 23 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/ |
D | MetadataImpl.h | 22 static T *getUniqued(DenseSet<T *, InfoT> &Store, in getUniqued() 42 T *MDNode::storeImpl(T *N, StorageType Storage, StoreT &Store) { in storeImpl()
|
/external/gemmlowp/test/ |
D | test_fixedpoint.cc | 38 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/ |
D | backward_references_inc.h | 144 FN(Store)(privat, ringbuffer, ringbuffer_mask, position); in EXPORT_FN() local 153 FN(Store)(privat, ringbuffer, ringbuffer_mask, position); in EXPORT_FN() local
|
D | hash_to_binary_tree_inc.h | 270 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
|
D | hash_forgetful_chain_inc.h | 131 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
|
D | hash_longest_match_quickly_inc.h | 95 static BROTLI_INLINE void FN(Store)( in FN() argument 114 FN(Store)(self, data, mask, i); in FN() local
|
D | hash_longest_match_inc.h | 108 static BROTLI_INLINE void FN(Store)( in FN() argument 123 FN(Store)(self, data, mask, i); in FN() local
|
/external/flatbuffers/tests/MyGame/Example/ |
D | monster_test_grpc_fb.py | 37 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
|
D | MonsterStorage_grpc.go | 16 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/ |
D | Store.java | 12 public interface Store<T> interface
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
D | Store.java | 10 public interface Store<T> interface
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/ |
D | Store.java | 12 public interface Store<T> interface
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | StoreRef.h | 26 typedef const void *Store; typedef
|
/external/google-breakpad/src/processor/ |
D | address_map-inl.h | 48 bool AddressMap<AddressType, EntryType>::Store(const AddressType &address, in Store() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueLatticeUtils.cpp | 32 if (auto *Store = dyn_cast<StoreInst>(U)) { in canTrackGlobalVariableInterprocedurally() local
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCContract.cpp | 199 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/ |
D | SparcInstrInfo.h | 34 Store = (1<<2), enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.h | 33 Store = (1<<2), enumerator
|
/external/tensorflow/tensorflow/lite/testing/ |
D | message.h | 65 Message* Store(Message* n) { in Store() function
|
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/ |
D | message.h | 68 Message* Store(Message* n) { in Store() function
|
/external/flatbuffers/grpc/tests/ |
D | go_test.go | 20 func (s *server) Store(context context.Context, in *Example.Monster) (*flatbuffers.Builder, error) { func
|
/external/flatbuffers/tests/ |
D | monster_test.grpc.fb.cc | 38 ::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/ |
D | report_block_stats.cc | 34 void ReportBlockStats::Store(uint32_t ssrc, const RtcpStatistics& rtcp_stats) { in Store() function in webrtc::ReportBlockStats
|