| Index: mojo/dart/packages/mojo/lib/mojo/bindings/types/service_describer.mojom.dart
|
| diff --git a/mojo/dart/packages/mojo/lib/mojo/bindings/types/service_describer.mojom.dart b/mojo/dart/packages/mojo/lib/mojo/bindings/types/service_describer.mojom.dart
|
| index 966c7e88088765f13b211ece481126b1d897eb1c..3d1ed2fffe33b39a843325f35702668b9d1e4ff6 100644
|
| --- a/mojo/dart/packages/mojo/lib/mojo/bindings/types/service_describer.mojom.dart
|
| +++ b/mojo/dart/packages/mojo/lib/mojo/bindings/types/service_describer.mojom.dart
|
| @@ -95,8 +95,6 @@ class _ServiceDescriberDescribeServiceParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class _ServiceDescriptionGetTopLevelInterfaceParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(8, 0)
|
| @@ -155,8 +153,6 @@ class _ServiceDescriptionGetTopLevelInterfaceParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class ServiceDescriptionGetTopLevelInterfaceResponseParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(16, 0)
|
| @@ -230,8 +226,6 @@ class ServiceDescriptionGetTopLevelInterfaceResponseParams extends bindings.Stru
|
| }
|
|
|
|
|
| -
|
| -
|
| class _ServiceDescriptionGetTypeDefinitionParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(16, 0)
|
| @@ -304,8 +298,6 @@ class _ServiceDescriptionGetTypeDefinitionParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class ServiceDescriptionGetTypeDefinitionResponseParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(24, 0)
|
| @@ -378,8 +370,6 @@ class ServiceDescriptionGetTypeDefinitionResponseParams extends bindings.Struct
|
| }
|
|
|
|
|
| -
|
| -
|
| class _ServiceDescriptionGetAllTypeDefinitionsParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(8, 0)
|
| @@ -438,8 +428,6 @@ class _ServiceDescriptionGetAllTypeDefinitionsParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class ServiceDescriptionGetAllTypeDefinitionsResponseParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(16, 0)
|
| @@ -568,13 +556,8 @@ class ServiceDescriptionGetAllTypeDefinitionsResponseParams extends bindings.Str
|
| }
|
| }
|
|
|
| -
|
| -
|
| -
|
| const int _ServiceDescriber_describeServiceName = 0;
|
|
|
| -
|
| -
|
| class _ServiceDescriberServiceDescription implements ServiceDescription {
|
| dynamic getTopLevelInterface([Function responseFactory]) =>
|
| responseFactory(null);
|
| @@ -768,8 +751,6 @@ const int _ServiceDescription_getTopLevelInterfaceName = 0;
|
| const int _ServiceDescription_getTypeDefinitionName = 1;
|
| const int _ServiceDescription_getAllTypeDefinitionsName = 2;
|
|
|
| -
|
| -
|
| class _ServiceDescriptionServiceDescription implements ServiceDescription {
|
| dynamic getTopLevelInterface([Function responseFactory]) =>
|
| responseFactory(null);
|
|
|