Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1246)

Unified Diff: mojo/dart/packages/mojo/lib/mojo/bindings/types/service_describer.mojom.dart

Issue 1753013002: Mojom runtime type info: New implementation for Dart. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: No changes to sha1s Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698