Searched defs:XdsFooResource (Results 1 – 1 of 1) sorted by relevance
444 struct XdsFooResource : public XdsResourceType::ResourceData { struct in grpc_core::testing::__anon1b480ec00111::XdsClientTest445 std::string name;446 uint32_t value;449 XdsFooResource(std::string name, uint32_t value) in XdsFooResource() argument452 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()