| /third_party/flatbuffers/tests/ |
| D | monster_test_grpc.d.ts | 9 Store: IMonsterStorageService_IStore; property 58 Store: grpc.handleUnaryCall<MyGame_Example_Monster, MyGame_Example_Stat>; property 65 …Store(request: MyGame_Example_Monster, callback: (error: grpc.ServiceError | null, response: MyGam… method 66 …Store(request: MyGame_Example_Monster, metadata: grpc.Metadata, callback: (error: grpc.ServiceErro… method 67 …Store(request: MyGame_Example_Monster, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>… method
|
| 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
|
| /third_party/skia/third_party/externals/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()
|
| /third_party/node/deps/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
|
| D | hash_longest_match64_inc.h | 109 static BROTLI_INLINE void FN(Store)( in FN() argument 127 FN(Store)(self, data, mask, i); in FN() local
|
| /third_party/skia/third_party/externals/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
|
| D | hash_longest_match64_inc.h | 109 static BROTLI_INLINE void FN(Store)( in FN() argument 127 FN(Store)(self, data, mask, i); in FN() local
|
| /third_party/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 | 17 Store(ctx context.Context, in *flatbuffers.Builder, methodSpec 35 func (c *monsterStorageClient) Store(ctx context.Context, in *flatbuffers.Builder, func 147 Store(context.Context, *Monster) (*flatbuffers.Builder, error) methodSpec 157 func (UnimplementedMonsterStorageServer) Store(context.Context, *Monster) (*flatbuffers.Builder, er… func
|
| /third_party/flutter/engine/flutter/fml/synchronization/ |
| D | atomic_object.h | 24 void Store(const T& object) { in Store() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | ValueLatticeUtils.cpp | 32 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/ |
| D | SparcInstrInfo.h | 33 Store = (1<<2), enumerator
|
| /third_party/flatbuffers/grpc/tests/ |
| D | go_test.go | 22 func (s *server) Store(context context.Context, in *Example.Monster) (*flatbuffers.Builder, error) { func
|
| D | grpctest.py | 42 def Store(self, request, context): member in MonsterStorage
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
| D | ObjCARCContract.cpp | 212 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/ |
| D | store.js | 34 function Store() { class
|
| /third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
| D | monster_test.grpc.swift | 141 …func Store(request: Message<MyGame_Example_Monster>, context: StatusOnlyCallContext) -> EventLoopF… in Store() function
|