implement the OpaqueValueInterface
| 265 | |
| 266 | // implement the OpaqueValueInterface |
| 267 | std::string DebugString() const final { |
| 268 | return absl::StrCat("net.ParseAddressMatcher('", "TODO(uncreated-issue/86)", "')"); |
| 269 | } |
| 270 | |
| 271 | absl::string_view GetTypeName() const final { return "net.AddressMatcher"; } |
| 272 |
no outgoing calls