OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:descriptor_pb2
(Results
1 - 6
of
6
) sorted by null
/external/protobuf/python/google/protobuf/internal/
descriptor_test.py
40
from google.protobuf import
descriptor_pb2
namespace
116
descriptor_pb2
.EnumOptions())
118
descriptor_pb2
.EnumValueOptions())
120
descriptor_pb2
.MessageOptions())
122
descriptor_pb2
.FieldOptions())
124
descriptor_pb2
.MethodOptions())
126
descriptor_pb2
.ServiceOptions())
159
descriptor_pb2
.DescriptorProto,
175
descriptor_pb2
.DescriptorProto,
192
descriptor_pb2
.DescriptorProto
[
all
...]
reflection_test.py
49
from google.protobuf import
descriptor_pb2
namespace
717
options=
descriptor_pb2
.FieldOptions())
722
options=
descriptor_pb2
.MessageOptions())
[
all
...]
/external/protobuf/python/google/protobuf/
descriptor.py
86
from google.protobuf import
descriptor_pb2
namespace
88
options_class = getattr(
descriptor_pb2
, self._options_class_name)
142
"""Copies this to the matching proto in
descriptor_pb2
.
145
proto: An empty proto instance from
descriptor_pb2
.
204
options: (
descriptor_pb2
.MessageOptions) Protocol message options or None
257
"""Copies this to a
descriptor_pb2
.DescriptorProto.
260
proto: An empty
descriptor_pb2
.DescriptorProto.
320
options: (
descriptor_pb2
.FieldOptions) Protocol message field options or
422
options: (
descriptor_pb2
.EnumOptions) Enum options message or
449
"""Copies this to a
descriptor_pb2
.EnumDescriptorProto
[
all
...]
/external/protobuf/
.gitignore
33
python/google/protobuf/
descriptor_pb2
.py
/external/protobuf/python/
setup.py
114
'google.protobuf.
descriptor_pb2
',
/external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc
133
// Avoid circular imports if this module is
descriptor_pb2
.
136
"from google.protobuf import
descriptor_pb2
\n");
831
string full_class_name = "
descriptor_pb2
." + class_name;
[
all
...]
Completed in 67 milliseconds