Home
last modified time | relevance | path

Searched refs:rpcmethod_Store_ (Results 1 – 2 of 2) sorted by relevance

/external/flatbuffers/tests/
Dmonster_test.grpc.fb.cc32 …: channel_(channel) , rpcmethod_Store_(MonsterStorage_method_names[0], ::grpc::internal::RpcMetho… in Stub()
39 …return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_Store_, context, request, res… in Store()
43 …tory< flatbuffers::grpc::Message<Stat>>::Create(channel_.get(), cq, rpcmethod_Store_, context, req… in AsyncStoreRaw()
47 …tory< flatbuffers::grpc::Message<Stat>>::Create(channel_.get(), cq, rpcmethod_Store_, context, req… in PrepareAsyncStoreRaw()
Dmonster_test.grpc.fb.h136 const ::grpc::internal::RpcMethod rpcmethod_Store_; variable