Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/core/xds/
H A Dxds_client_test.cc444 struct XdsFooResource : public XdsResourceType::ResourceData { struct in grpc_core::testing::__anon1b480ec00111::XdsClientTest
445 std::string name;
446 uint32_t value;
449 XdsFooResource(std::string name, uint32_t value) in XdsFooResource() argument
452 bool operator==(const XdsFooResource& other) const { in operator ==()
456 std::string AsJsonString() const { in AsJsonString()
460 static const JsonLoaderInterface* JsonLoader(const JsonArgs&) { in JsonLoader()
468 static absl::string_view TypeUrl() { return "test.v3.foo"; } in TypeUrl()