Home
last modified time | relevance | path

Searched defs:GetValues (Results 1 – 8 of 8) 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/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dpropagator_test.cpp57 const std::vector<uint32_t>& GetValues() { in GetValues() function in spvtools::opt::__anonfa113fc50111::PropagatorTest
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dpropagator_test.cpp57 const std::vector<uint32_t>& GetValues() { in GetValues() function in spvtools::opt::__anon8cca03590111::PropagatorTest
/third_party/spirv-tools/test/opt/
Dpropagator_test.cpp57 const std::vector<uint32_t>& GetValues() { in GetValues() function in spvtools::opt::__anon0a08aa640111::PropagatorTest
/third_party/cef/libcef/browser/prefs/
Dpref_store.cc27 std::unique_ptr<base::DictionaryValue> CefPrefStore::GetValues() const { in GetValues() function in CefPrefStore
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeParser.h274 const RecordVector &GetValues() const { return Data.Values; } in GetValues() function