/third_party/flatbuffers/tests/MyGame/Example/ |
D | monster_test_grpc_fb.py | 18 self.Retrieve = channel.unary_stream( 42 def Retrieve(self, request, context): member in MonsterStorageServicer 66 servicer.Retrieve, 107 self.Retrieve = channel.unary_stream( 131 def Retrieve(self, request, context): member in MonsterStorageServicer 155 servicer.Retrieve, 183 def Retrieve(self, request, context): member in BetaMonsterStorageServicer 200 def Retrieve(self, request, timeout, metadata=None, with_call=False, protocol_options=None): member in BetaMonsterStorageStub 219 …MyGame.Example.MonsterStorage', 'Retrieve'): face_utilities.unary_stream_inline(servicer.Retrieve),
|
D | MonsterStorage_grpc.go | 19 Retrieve(ctx context.Context, in *flatbuffers.Builder, methodSpec 45 func (c *monsterStorageClient) Retrieve(ctx context.Context, in *flatbuffers.Builder, func 148 Retrieve(*Stat, MonsterStorage_RetrieveServer) error methodSpec 161 func (UnimplementedMonsterStorageServer) Retrieve(*Stat, MonsterStorage_RetrieveServer) error { func 207 return srv.(MonsterStorageServer).Retrieve(m, &monsterStorageRetrieveServer{stream})
|
/third_party/flatbuffers/tests/ |
D | monster_test_grpc.d.ts | 10 Retrieve: IMonsterStorageService_IRetrieve; property 59 Retrieve: grpc.handleServerStreamingCall<MyGame_Example_Stat, MyGame_Example_Monster>; property 68 …Retrieve(request: MyGame_Example_Stat, metadata: grpc.Metadata): grpc.ClientReadableStream<MyGame_… method 69 …Retrieve(request: MyGame_Example_Stat, options: Partial<grpc.CallOptions>): grpc.ClientReadableStr… method 83 …public Retrieve(request: MyGame_Example_Stat, metadata: grpc.Metadata): grpc.ClientReadableStream<… 84 …public Retrieve(request: MyGame_Example_Stat, options: Partial<grpc.CallOptions>): grpc.ClientRead…
|
D | monster_test_grpc.js | 46 Retrieve: {
|
D | monster_test.grpc.fb.h | 45 …std::unique_ptr< ::grpc::ClientReaderInterface< flatbuffers::grpc::Message<Monster>>> Retrieve(::g… in Retrieve() function 95 …std::unique_ptr< ::grpc::ClientReader< flatbuffers::grpc::Message<Monster>>> Retrieve(::grpc::Clie… in Retrieve() function 148 …virtual ::grpc::Status Retrieve(::grpc::ServerContext* context, const flatbuffers::grpc::Message<S… 184 …::grpc::Status Retrieve(::grpc::ServerContext* context, const flatbuffers::grpc::Message<Stat>* re… in Retrieve() function 262 …::grpc::Status Retrieve(::grpc::ServerContext* context, const flatbuffers::grpc::Message<Stat>* re… in Retrieve() function 335 …::grpc::Status Retrieve(::grpc::ServerContext* context, const flatbuffers::grpc::Message<Stat>* re… in Retrieve() function
|
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
D | monster_test.grpc.swift | 38 func Retrieve( 71 public func Retrieve( 142 …func Retrieve(request: Message<MyGame_Example_Stat>, context: StreamingResponseCallContext<Message… in Store() function 167 userFunction: self.Retrieve(request:context:)) in Store()
|
/third_party/libsnd/docs/ |
D | command.md | 29 | [SFC_GET_LIB_VERSION](#sfc_get_lib_version) | Retrieve the version of the l… 30 | [SFC_GET_LOG_INFO](#sfc_get_log_info) | Retrieve the internal per-fil… 31 | [SFC_GET_CURRENT_SF_INFO](#sfc_get_current_sf_info) | Retrieve `SF_INFO` struct of … 36 | [SFC_GET_SIGNAL_MAX](#sfc_get_signal_max) | Retrieve the peak value for t… 37 | [SFC_GET_MAX_ALL_CHANNELS](#sfc_get_max_all_channels) | Retrieve the peak value for e… 89 Retrieve the version of the library as a string. 123 Retrieve the internal per-file operation log. 160 Retrieve `SF_INFO` struct of opened file. 192 Retrieve the measured maximum signal value. This involves reading through the 222 Retrieve the measured normalised maximum signal value. This involves reading [all …]
|
/third_party/curl/docs/cmdline-opts/ |
D | range.d | 3 Help: Retrieve only the bytes within RANGE 8 Retrieve a byte range (i.e. a partial document) from an HTTP/1.1, FTP or SFTP
|
/third_party/flatbuffers/grpc/tests/ |
D | go_test.go | 33 func (s *server) Retrieve(context context.Context, in *Example.Stat) (*flatbuffers.Builder, error) { func 64 out, err := c.Retrieve(context.Background(), b)
|
D | grpctest.cpp | 48 virtual ::grpc::Status Retrieve( in Retrieve() function in ServiceImpl 131 auto stream = stub->Retrieve(&context, request); in RetrieveRPC()
|
D | grpctest.py | 88 def Retrieve(self, request, context): member in MonsterStorage 165 monster_reponses = stub.Retrieve(stat_response)
|
/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-fund.md | 4 description: Retrieve funding information 9 ## Retrieve funding information
|
/third_party/boost/libs/python/doc/reference/ |
D | exec.qbk | 49 // Retrieve the main module. 52 // Retrieve the main module's namespace
|
/third_party/flutter/flutter/packages/flutter/lib/src/services/ |
D | asset_bundle.dart | 52 /// Retrieve a binary resource from the asset bundle as a data stream. 57 /// Retrieve a string from the asset bundle. 82 /// Retrieve a string from the asset bundle, parse it with the given function, 127 /// Retrieve a string from the asset bundle, parse it with the given function, 166 /// Retrieve a string from the asset bundle, parse it with the given function,
|
/third_party/gettext/gettext-runtime/doc/ |
D | rt-ngettext.texi | 29 Retrieve translated messages from @var{textdomain}. Usually a @var{textdomain} 58 Retrieve translated message from @var{textdomain}.
|
D | rt-gettext.texi | 30 Retrieve translated messages from @var{textdomain}. Usually a @var{textdomain} 64 Retrieve translated message corresponding to @var{msgid} from @var{textdomain}.
|
/third_party/curl/tests/data/ |
D | test1463 | 42 -r, --range <range> Retrieve only the bytes within RANGE
|
D | test1464 | 42 -r, --range <range> Retrieve only the bytes within RANGE
|
/third_party/libuv/docs/src/ |
D | metrics.rst | 15 Retrieve the amount of time the event loop has been idle in the kernel's
|
/third_party/skia/third_party/externals/markupsafe/ |
D | README.chromium | 24 Retrieve or update by executing markupsafe/get_markupsafe.sh from third_party.
|
/third_party/node/tools/inspector_protocol/markupsafe/ |
D | README.chromium | 24 Retrieve or update by executing markupsafe/get_markupsafe.sh from third_party.
|
/third_party/cef/libcef/common/mojom/ |
D | cef.mojom | 119 // Retrieve info for a new RenderThread. 123 // Retrieve info for a new CefBrowser.
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | README.chromium | 26 Retrieve or update by executing jinja2/get_jinja2.sh from third_party.
|
/third_party/python/Doc/c-api/ |
D | slice.rst | 32 Retrieve the start, stop and step indices from the slice object *slice*, 49 Usable replacement for :c:func:`PySlice_GetIndices`. Retrieve the start,
|
/third_party/cef/tests/shared/browser/ |
D | resource_util_mac.mm | 32 // Retrieve the executable directory.
|