Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
8baf3a43
Commit
8baf3a43
authored
Dec 06, 2019
by
Jan-Gerd Tenberge
Committed by
Adam Cozzette
Dec 11, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add generate_descriptor_proto.sh output
parent
e3ebf0c7
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
12 additions
and
12 deletions
+12
-12
any.pb.cc
src/google/protobuf/any.pb.cc
+1
-1
api.pb.cc
src/google/protobuf/api.pb.cc
+1
-1
plugin.pb.cc
src/google/protobuf/compiler/plugin.pb.cc
+1
-1
descriptor.pb.cc
src/google/protobuf/descriptor.pb.cc
+1
-1
duration.pb.cc
src/google/protobuf/duration.pb.cc
+1
-1
empty.pb.cc
src/google/protobuf/empty.pb.cc
+1
-1
field_mask.pb.cc
src/google/protobuf/field_mask.pb.cc
+1
-1
source_context.pb.cc
src/google/protobuf/source_context.pb.cc
+1
-1
struct.pb.cc
src/google/protobuf/struct.pb.cc
+1
-1
timestamp.pb.cc
src/google/protobuf/timestamp.pb.cc
+1
-1
type.pb.cc
src/google/protobuf/type.pb.cc
+1
-1
wrappers.pb.cc
src/google/protobuf/wrappers.pb.cc
+1
-1
No files found.
src/google/protobuf/any.pb.cc
View file @
8baf3a43
...
...
@@ -78,7 +78,7 @@ const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google
};
// Force running AddDescriptors() at dynamic initialization time.
static
bool
dynamic_init_dummy_google_2fprotobuf_2fany_2eproto
=
(
::
PROTOBUF_NAMESPACE_ID
::
internal
::
AddDescriptors
(
&
descriptor_table_google_2fprotobuf_2fany_2eproto
),
true
);
static
bool
dynamic_init_dummy_google_2fprotobuf_2fany_2eproto
=
(
static_cast
<
void
>
(
::
PROTOBUF_NAMESPACE_ID
::
internal
::
AddDescriptors
(
&
descriptor_table_google_2fprotobuf_2fany_2eproto
)
),
true
);
PROTOBUF_NAMESPACE_OPEN
// ===================================================================
...
...
src/google/protobuf/api.pb.cc
View file @
8baf3a43
...
...
@@ -168,7 +168,7 @@ const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google
};
// Force running AddDescriptors() at dynamic initialization time.
static
bool
dynamic_init_dummy_google_2fprotobuf_2fapi_2eproto
=
(
::
PROTOBUF_NAMESPACE_ID
::
internal
::
AddDescriptors
(
&
descriptor_table_google_2fprotobuf_2fapi_2eproto
),
true
);
static
bool
dynamic_init_dummy_google_2fprotobuf_2fapi_2eproto
=
(
static_cast
<
void
>
(
::
PROTOBUF_NAMESPACE_ID
::
internal
::
AddDescriptors
(
&
descriptor_table_google_2fprotobuf_2fapi_2eproto
)
),
true
);
PROTOBUF_NAMESPACE_OPEN
// ===================================================================
...
...
src/google/protobuf/compiler/plugin.pb.cc
View file @
8baf3a43
...
...
@@ -199,7 +199,7 @@ const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google
};
// Force running AddDescriptors() at dynamic initialization time.
static
bool
dynamic_init_dummy_google_2fprotobuf_2fcompiler_2fplugin_2eproto
=
(
::
PROTOBUF_NAMESPACE_ID
::
internal
::
AddDescriptors
(
&
descriptor_table_google_2fprotobuf_2fcompiler_2fplugin_2eproto
),
true
);
static
bool
dynamic_init_dummy_google_2fprotobuf_2fcompiler_2fplugin_2eproto
=
(
static_cast
<
void
>
(
::
PROTOBUF_NAMESPACE_ID
::
internal
::
AddDescriptors
(
&
descriptor_table_google_2fprotobuf_2fcompiler_2fplugin_2eproto
)
),
true
);
PROTOBUF_NAMESPACE_OPEN
namespace
compiler
{
...
...
src/google/protobuf/descriptor.pb.cc
View file @
8baf3a43
...
...
@@ -1205,7 +1205,7 @@ const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google
};
// Force running AddDescriptors() at dynamic initialization time.
static
bool
dynamic_init_dummy_google_2fprotobuf_2fdescriptor_2eproto
=
(
::
PROTOBUF_NAMESPACE_ID
::
internal
::
AddDescriptors
(
&
descriptor_table_google_2fprotobuf_2fdescriptor_2eproto
),
true
);
static
bool
dynamic_init_dummy_google_2fprotobuf_2fdescriptor_2eproto
=
(
static_cast
<
void
>
(
::
PROTOBUF_NAMESPACE_ID
::
internal
::
AddDescriptors
(
&
descriptor_table_google_2fprotobuf_2fdescriptor_2eproto
)
),
true
);
PROTOBUF_NAMESPACE_OPEN
const
::
PROTOBUF_NAMESPACE_ID
::
EnumDescriptor
*
FieldDescriptorProto_Type_descriptor
()
{
::
PROTOBUF_NAMESPACE_ID
::
internal
::
AssignDescriptors
(
&
descriptor_table_google_2fprotobuf_2fdescriptor_2eproto
);
...
...
src/google/protobuf/duration.pb.cc
View file @
8baf3a43
...
...
@@ -78,7 +78,7 @@ const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google
};
// Force running AddDescriptors() at dynamic initialization time.
static
bool
dynamic_init_dummy_google_2fprotobuf_2fduration_2eproto
=
(
::
PROTOBUF_NAMESPACE_ID
::
internal
::
AddDescriptors
(
&
descriptor_table_google_2fprotobuf_2fduration_2eproto
),
true
);
static
bool
dynamic_init_dummy_google_2fprotobuf_2fduration_2eproto
=
(
static_cast
<
void
>
(
::
PROTOBUF_NAMESPACE_ID
::
internal
::
AddDescriptors
(
&
descriptor_table_google_2fprotobuf_2fduration_2eproto
)
),
true
);
PROTOBUF_NAMESPACE_OPEN
// ===================================================================
...
...
src/google/protobuf/empty.pb.cc
View file @
8baf3a43
...
...
@@ -75,7 +75,7 @@ const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google
};
// Force running AddDescriptors() at dynamic initialization time.
static
bool
dynamic_init_dummy_google_2fprotobuf_2fempty_2eproto
=
(
::
PROTOBUF_NAMESPACE_ID
::
internal
::
AddDescriptors
(
&
descriptor_table_google_2fprotobuf_2fempty_2eproto
),
true
);
static
bool
dynamic_init_dummy_google_2fprotobuf_2fempty_2eproto
=
(
static_cast
<
void
>
(
::
PROTOBUF_NAMESPACE_ID
::
internal
::
AddDescriptors
(
&
descriptor_table_google_2fprotobuf_2fempty_2eproto
)
),
true
);
PROTOBUF_NAMESPACE_OPEN
// ===================================================================
...
...
src/google/protobuf/field_mask.pb.cc
View file @
8baf3a43
...
...
@@ -77,7 +77,7 @@ const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google
};
// Force running AddDescriptors() at dynamic initialization time.
static
bool
dynamic_init_dummy_google_2fprotobuf_2ffield_5fmask_2eproto
=
(
::
PROTOBUF_NAMESPACE_ID
::
internal
::
AddDescriptors
(
&
descriptor_table_google_2fprotobuf_2ffield_5fmask_2eproto
),
true
);
static
bool
dynamic_init_dummy_google_2fprotobuf_2ffield_5fmask_2eproto
=
(
static_cast
<
void
>
(
::
PROTOBUF_NAMESPACE_ID
::
internal
::
AddDescriptors
(
&
descriptor_table_google_2fprotobuf_2ffield_5fmask_2eproto
)
),
true
);
PROTOBUF_NAMESPACE_OPEN
// ===================================================================
...
...
src/google/protobuf/source_context.pb.cc
View file @
8baf3a43
...
...
@@ -78,7 +78,7 @@ const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google
};
// Force running AddDescriptors() at dynamic initialization time.
static
bool
dynamic_init_dummy_google_2fprotobuf_2fsource_5fcontext_2eproto
=
(
::
PROTOBUF_NAMESPACE_ID
::
internal
::
AddDescriptors
(
&
descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto
),
true
);
static
bool
dynamic_init_dummy_google_2fprotobuf_2fsource_5fcontext_2eproto
=
(
static_cast
<
void
>
(
::
PROTOBUF_NAMESPACE_ID
::
internal
::
AddDescriptors
(
&
descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto
)
),
true
);
PROTOBUF_NAMESPACE_OPEN
// ===================================================================
...
...
src/google/protobuf/struct.pb.cc
View file @
8baf3a43
...
...
@@ -157,7 +157,7 @@ const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google
};
// Force running AddDescriptors() at dynamic initialization time.
static
bool
dynamic_init_dummy_google_2fprotobuf_2fstruct_2eproto
=
(
::
PROTOBUF_NAMESPACE_ID
::
internal
::
AddDescriptors
(
&
descriptor_table_google_2fprotobuf_2fstruct_2eproto
),
true
);
static
bool
dynamic_init_dummy_google_2fprotobuf_2fstruct_2eproto
=
(
static_cast
<
void
>
(
::
PROTOBUF_NAMESPACE_ID
::
internal
::
AddDescriptors
(
&
descriptor_table_google_2fprotobuf_2fstruct_2eproto
)
),
true
);
PROTOBUF_NAMESPACE_OPEN
const
::
PROTOBUF_NAMESPACE_ID
::
EnumDescriptor
*
NullValue_descriptor
()
{
::
PROTOBUF_NAMESPACE_ID
::
internal
::
AssignDescriptors
(
&
descriptor_table_google_2fprotobuf_2fstruct_2eproto
);
...
...
src/google/protobuf/timestamp.pb.cc
View file @
8baf3a43
...
...
@@ -78,7 +78,7 @@ const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google
};
// Force running AddDescriptors() at dynamic initialization time.
static
bool
dynamic_init_dummy_google_2fprotobuf_2ftimestamp_2eproto
=
(
::
PROTOBUF_NAMESPACE_ID
::
internal
::
AddDescriptors
(
&
descriptor_table_google_2fprotobuf_2ftimestamp_2eproto
),
true
);
static
bool
dynamic_init_dummy_google_2fprotobuf_2ftimestamp_2eproto
=
(
static_cast
<
void
>
(
::
PROTOBUF_NAMESPACE_ID
::
internal
::
AddDescriptors
(
&
descriptor_table_google_2fprotobuf_2ftimestamp_2eproto
)
),
true
);
PROTOBUF_NAMESPACE_OPEN
// ===================================================================
...
...
src/google/protobuf/type.pb.cc
View file @
8baf3a43
...
...
@@ -256,7 +256,7 @@ const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google
};
// Force running AddDescriptors() at dynamic initialization time.
static
bool
dynamic_init_dummy_google_2fprotobuf_2ftype_2eproto
=
(
::
PROTOBUF_NAMESPACE_ID
::
internal
::
AddDescriptors
(
&
descriptor_table_google_2fprotobuf_2ftype_2eproto
),
true
);
static
bool
dynamic_init_dummy_google_2fprotobuf_2ftype_2eproto
=
(
static_cast
<
void
>
(
::
PROTOBUF_NAMESPACE_ID
::
internal
::
AddDescriptors
(
&
descriptor_table_google_2fprotobuf_2ftype_2eproto
)
),
true
);
PROTOBUF_NAMESPACE_OPEN
const
::
PROTOBUF_NAMESPACE_ID
::
EnumDescriptor
*
Field_Kind_descriptor
()
{
::
PROTOBUF_NAMESPACE_ID
::
internal
::
AssignDescriptors
(
&
descriptor_table_google_2fprotobuf_2ftype_2eproto
);
...
...
src/google/protobuf/wrappers.pb.cc
View file @
8baf3a43
...
...
@@ -299,7 +299,7 @@ const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google
};
// Force running AddDescriptors() at dynamic initialization time.
static
bool
dynamic_init_dummy_google_2fprotobuf_2fwrappers_2eproto
=
(
::
PROTOBUF_NAMESPACE_ID
::
internal
::
AddDescriptors
(
&
descriptor_table_google_2fprotobuf_2fwrappers_2eproto
),
true
);
static
bool
dynamic_init_dummy_google_2fprotobuf_2fwrappers_2eproto
=
(
static_cast
<
void
>
(
::
PROTOBUF_NAMESPACE_ID
::
internal
::
AddDescriptors
(
&
descriptor_table_google_2fprotobuf_2fwrappers_2eproto
)
),
true
);
PROTOBUF_NAMESPACE_OPEN
// ===================================================================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment