Searched defs:GetValues (Results 1 – 4 of 4) sorted by relevance
22 rpc GetValues (stream Request) returns (stream Response) {} rpc
48 void GetValues(const std::vector<std::string>& keys) { in GetValues() function in KeyValueStoreClient
62 Status GetValues(ServerContext* context, in GetValues() function in KeyValueStoreServiceImpl
1452 STDMETHOD(GetValues)(THIS_ ULONG Count,PULONG Indices,ULONG Start,PDEBUG_VALUE Values) PURE; in DECLARE_INTERFACE_() local