/third_party/grpc/examples/cpp/keyvaluestore/ |
D | client.cc | 48 void GetValues(const std::vector<std::string>& keys) { in GetValues() function in KeyValueStoreClient 52 auto stream = stub_->GetValues(&context); in GetValues() 96 client.GetValues(keys); in main()
|
D | server.cc | 62 Status GetValues(ServerContext* context, in GetValues() function in KeyValueStoreServiceImpl
|
D | caching_interceptor.h | 48 stream_ = stub_->GetValues(&context_); in Intercept()
|
/third_party/spirv-tools/test/opt/ |
D | propagator_test.cpp | 57 const std::vector<uint32_t>& GetValues() { in GetValues() function in spvtools::opt::__anon2b591c230111::PropagatorTest 124 EXPECT_THAT(GetValues(), UnorderedElementsAre(4, 3, 1)); in TEST_F() 214 EXPECT_THAT(GetValues(), UnorderedElementsAre(4u, 4u, 4u)); in TEST_F()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | propagator_test.cpp | 57 const std::vector<uint32_t>& GetValues() { in GetValues() function in spvtools::opt::__anon2a375db80111::PropagatorTest 124 EXPECT_THAT(GetValues(), UnorderedElementsAre(4, 3, 1)); in TEST_F() 214 EXPECT_THAT(GetValues(), UnorderedElementsAre(4u, 4u, 4u)); in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | propagator_test.cpp | 57 const std::vector<uint32_t>& GetValues() { in GetValues() function in spvtools::opt::__anon58b367240111::PropagatorTest 124 EXPECT_THAT(GetValues(), UnorderedElementsAre(4, 3, 1)); in TEST_F() 214 EXPECT_THAT(GetValues(), UnorderedElementsAre(4u, 4u, 4u)); in TEST_F()
|
/third_party/grpc/examples/protos/ |
D | keyvaluestore.proto | 22 rpc GetValues (stream Request) returns (stream Response) {} rpc
|
/third_party/cef/libcef/browser/prefs/ |
D | pref_store.h | 30 std::unique_ptr<base::DictionaryValue> GetValues() const override;
|
D | pref_store.cc | 27 std::unique_ptr<base::DictionaryValue> CefPrefStore::GetValues() const { in GetValues() function in CefPrefStore
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 710 const NaClBitcodeRecord::RecordVector &Values = Record.GetValues(); in isValidRecordSize() 720 const NaClBitcodeRecord::RecordVector &Values = Record.GetValues(); in isValidRecordSizeAtLeast() 731 const NaClBitcodeRecord::RecordVector &Values = Record.GetValues(); in isValidRecordSizeAtMost() 777 for (const uint64_t Val : Record.GetValues()) { in ErrorAt() 802 StrBuf << ". Found: " << Record.GetValues().size(); in reportRecordSizeError() 866 const NaClBitcodeRecord::RecordVector &Values = Record.GetValues(); in ProcessRecord() 1145 const NaClBitcodeRecord::RecordVector &Values = Record.GetValues(); in ProcessRecord() 1288 const NaClBitcodeRecord::RecordVector &Values = Record.GetValues(); in convertToString() 1319 const NaClBitcodeRecord::RecordVector &Values = Record.GetValues(); in ProcessRecord() 2168 const NaClBitcodeRecord::RecordVector &Values = Record.GetValues(); in ProcessRecord() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClBitcodeParser.h | 274 const RecordVector &GetValues() const { return Data.Values; } in GetValues() function
|