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.cc31 …: channel_(channel) , rpcmethod_Store_(MonsterStorage_method_names[0], ::grpc::RpcMethod::NORMAL_… in Stub()
36 return ::grpc::BlockingUnaryCall(channel_.get(), rpcmethod_Store_, context, request, response); in Store()
40 …ncResponseReader< flatbuffers::BufferRef<Stat>>(channel_.get(), cq, rpcmethod_Store_, context, req… in AsyncStoreRaw()
Dmonster_test.grpc.fb.h68 const ::grpc::RpcMethod rpcmethod_Store_; variable