Home
last modified time | relevance | path

Searched defs:lobDataById (Results 1 – 25 of 53) sorted by relevance

123

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic-stack-arguments/src/
H A Dmodule.thrift31 oneway void lobDataById(1: i64 id, 2: string data); function
38 oneway void lobDataById(1: i64 id, 2: string data) (thread = 'eb'); function
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic-annotations/gen-swift/test/fixtures/basicannotations/
H A DMyService.java104 ListenableFuture<Void> lobDataById( in lobDataById() method
108 default ListenableFuture<Void> lobDataById( in lobDataById() method
216 void lobDataById( in lobDataById() method
220 default void lobDataById( in lobDataById() method
306 reactor.core.publisher.Mono<Void> lobDataById(final long id, final String data); in lobDataById() method
308 …default reactor.core.publisher.Mono<Void> lobDataById(final long id, final String data, RpcOptions… in lobDataById() method
H A DMyServiceReactiveAsyncWrapper.java124 …public com.google.common.util.concurrent.ListenableFuture<Void> lobDataById(final long id, final S… in lobDataById() method in MyServiceReactiveAsyncWrapper
129 public com.google.common.util.concurrent.ListenableFuture<Void> lobDataById( in lobDataById() method in MyServiceReactiveAsyncWrapper
H A DMyServiceReactiveBlockingWrapper.java119 public void lobDataById( final long id, final String data) throws org.apache.thrift.TException { in lobDataById() method in MyServiceReactiveBlockingWrapper
124 public void lobDataById( in lobDataById() method in MyServiceReactiveBlockingWrapper
H A DMyServiceAsyncReactiveWrapper.java53 public reactor.core.publisher.Mono<Void> lobDataById(final long id, final String data) { in lobDataById() method in MyServiceAsyncReactiveWrapper
H A DMyServiceAsyncClientImpl.java225 public ListenableFuture<Void> lobDataById( in lobDataById() method in MyServiceAsyncClientImpl
232 public ListenableFuture<Void> lobDataById( in lobDataById() method in MyServiceAsyncClientImpl
H A DMyServiceClientImpl.java239 public void lobDataById( in lobDataById() method in MyServiceClientImpl
246 public void lobDataById( in lobDataById() method in MyServiceClientImpl
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic/gen-swift/test/fixtures/basic/
H A DMyServiceAsyncReactiveWrapper.java63 public reactor.core.publisher.Mono<Void> lobDataById(final long id, final String data) { in lobDataById() method in MyServiceAsyncReactiveWrapper
H A DMyService.java136 ListenableFuture<Void> lobDataById( in lobDataById() method
140 default ListenableFuture<Void> lobDataById( in lobDataById() method
267 void lobDataById( in lobDataById() method
271 default void lobDataById( in lobDataById() method
366 reactor.core.publisher.Mono<Void> lobDataById(final long id, final String data); in lobDataById() method
368 …default reactor.core.publisher.Mono<Void> lobDataById(final long id, final String data, RpcOptions… in lobDataById() method
H A DMyServiceReactiveAsyncWrapper.java162 …public com.google.common.util.concurrent.ListenableFuture<Void> lobDataById(final long id, final S… in lobDataById() method in MyServiceReactiveAsyncWrapper
167 public com.google.common.util.concurrent.ListenableFuture<Void> lobDataById( in lobDataById() method in MyServiceReactiveAsyncWrapper
H A DMyServiceReactiveBlockingWrapper.java155 public void lobDataById( final long id, final String data) throws org.apache.thrift.TException { in lobDataById() method in MyServiceReactiveBlockingWrapper
160 public void lobDataById( in lobDataById() method in MyServiceReactiveBlockingWrapper
H A DMyServiceAsyncClientImpl.java278 public ListenableFuture<Void> lobDataById( in lobDataById() method in MyServiceAsyncClientImpl
285 public ListenableFuture<Void> lobDataById( in lobDataById() method in MyServiceAsyncClientImpl
H A DMyServiceClientImpl.java298 public void lobDataById( in lobDataById() method in MyServiceClientImpl
305 public void lobDataById( in lobDataById() method in MyServiceClientImpl
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic/gen-py3lite/module/
H A Dlite_clients.py126 async def lobDataById( member in MyService.Async
245 def lobDataById( member in MyService.Sync
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic-stack-arguments/gen-py3/module/
H A Dclients_wrapper.cpp67 MyServiceClientWrapper::lobDataById( in lobDataById() function in cpp2::MyServiceClientWrapper
139 MyServiceFastClientWrapper::lobDataById( in lobDataById() function in cpp2::MyServiceFastClientWrapper
H A Dclients.pyx288 def lobDataById( member in MyService
427 def lobDataById( member in MyServiceFast
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/rust-skip-none-serialization/src/
H A Dmodule.thrift33 oneway void lobDataById(1: i64 id, 2: string data); function
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/no_metadata/src/
H A Dmodule.thrift44 oneway void lobDataById(1: i64 id, 2: string data); function
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/rust-noserver/src/
H A Dmodule.thrift48 oneway void lobDataById(1: i64 id, 2: string data); function
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/
H A DMyService.cpp200 void MyServiceSvIf::lobDataById(::std::int64_t /*id*/, const ::std::string& /*data*/) { in lobDataById() function in cpp2::MyServiceSvIf
268 void MyServiceSvNull::lobDataById(::std::int64_t /*id*/, const ::std::string& /*data*/) { in lobDataById() function in cpp2::MyServiceSvNull
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/no_metadata/gen-cpp2/
H A DMyService.cpp320 void MyServiceSvIf::lobDataById(::std::int64_t /*id*/, std::unique_ptr<::std::string> /*data*/) { in lobDataById() function in cpp2::MyServiceSvIf
394 void MyServiceSvNull::lobDataById(::std::int64_t /*id*/, std::unique_ptr<::std::string> /*data*/) { in lobDataById() function in cpp2::MyServiceSvNull
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic-annotations/src/
H A Dmodule.thrift55 oneway void lobDataById(1: i64 id, 2: string data); function
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic-annotations/gen-hack/
H A DMyService.php56 public function lobDataById(int $id, string $data): Awaitable<void>; function
113 public function lobDataById(int $id, string $data): void; function
177 public function lobDataById(int $id, string $data): Awaitable<void>; function
234 public function lobDataById(\RpcOptions $rpc_options, int $id, string $data): Awaitable<void>; function
1023 public async function lobDataById(int $id, string $data): Awaitable<void> { function in MyServiceAsyncClient
1213 public async function lobDataById(int $id, string $data): Awaitable<void> { function in MyServiceClient
1443 …public async function lobDataById(\RpcOptions $rpc_options, int $id, string $data): Awaitable<void… function in MyServiceAsyncRpcOptionsClient
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/
H A DMyService.cpp320 void MyServiceSvIf::lobDataById(::std::int64_t /*id*/, std::unique_ptr<::std::string> /*data*/) { in lobDataById() function in cpp2::MyServiceSvIf
453 void MyServiceSvNull::lobDataById(::std::int64_t /*id*/, std::unique_ptr<::std::string> /*data*/) { in lobDataById() function in cpp2::MyServiceSvNull
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/rust-skip-none-serialization/gen-rust/
H A Dlib.rs896 fn lobDataById( in lobDataById() method
1243 fn lobDataById( in lobDataById() function
1334 fn lobDataById( in lobDataById() function
1516 pub lobDataById: r#impl::my_service::lobDataById<'mock>, field
1574 fn lobDataById( in lobDataById() function
1808 pub struct lobDataById<'mock> { struct
1809 pub(crate) closure: ::std::sync::Mutex<::std::boxed::Box<
1817 impl<'mock> lobDataById<'mock> { implementation

123