Home
last modified time | relevance | path

Searched defs:GetValues (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/examples/protos/
Dkeyvaluestore.proto22 rpc GetValues (stream Request) returns (stream Response) {} rpc
/third_party/grpc/examples/cpp/keyvaluestore/
Dclient.cc48 void GetValues(const std::vector<std::string>& keys) { in GetValues() function in KeyValueStoreClient
Dserver.cc62 Status GetValues(ServerContext* context, in GetValues() function in KeyValueStoreServiceImpl
/third_party/mingw-w64/mingw-w64-headers/include/
Ddbgeng.h1452 STDMETHOD(GetValues)(THIS_ ULONG Count,PULONG Indices,ULONG Start,PDEBUG_VALUE Values) PURE; in DECLARE_INTERFACE_() local