Home
last modified time | relevance | path

Searched refs:has_options (Results 1 – 15 of 15) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
Dpython_message.py169 if (descriptor.has_options and
272 field.containing_type.has_options and
280 field.message_type.has_options and
296 is_packed = (field_descriptor.has_options and
299 has_packed_false = (field_descriptor.has_options and
1154 if (field.message_type.has_options and
Ddescriptor_test.py178 self.assertTrue(file_descriptor.has_options)
179 self.assertFalse(message_descriptor.has_options)
/external/grpc-grpc/examples/python/interceptors/default_value/
Dhelloworld_pb2.py108 DESCRIPTOR.has_options = True
/external/grpc-grpc/examples/python/helloworld/
Dhelloworld_pb2.py108 DESCRIPTOR.has_options = True
/external/grpc-grpc/examples/python/multiplex/
Dhelloworld_pb2.py108 DESCRIPTOR.has_options = True
Droute_guide_pb2.py278 DESCRIPTOR.has_options = True
/external/grpc-grpc/examples/python/interceptors/headers/
Dhelloworld_pb2.py108 DESCRIPTOR.has_options = True
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc1256 if (has_options()) { in Clear()
1567 if (has_options()) { in SerializeWithCachedSizes()
1671 if (has_options()) { in SerializeWithCachedSizesToArray()
1737 if (has_options()) { in ByteSize()
1864 if (from.has_options()) { in MergeFrom()
1900 if (has_options()) { in IsInitialized()
2283 bool FileDescriptorProto::has_options() const { in has_options() function in google::protobuf::FileDescriptorProto
3108 if (has_options()) { in Clear()
3364 if (has_options()) { in SerializeWithCachedSizes()
3448 if (has_options()) { in SerializeWithCachedSizesToArray()
[all …]
Ddescriptor.pb.h452 bool has_options() const;
868 bool has_options() const;
1172 bool has_options() const;
1408 bool has_options() const;
1522 bool has_options() const;
1643 bool has_options() const;
1774 bool has_options() const;
4023 inline bool FileDescriptorProto::has_options() const { in has_options() function
4507 inline bool DescriptorProto::has_options() const { in has_options() function
5008 inline bool FieldDescriptorProto::has_options() const { in has_options() function
[all …]
Ddescriptor.cc4001 if (!proto.has_options()) { in BuildFileImpl()
4090 if (!proto.has_options()) { in BuildMessage()
4460 if (!proto.has_options()) { in BuildFieldOrExtension()
4559 if (!proto.has_options()) { in BuildEnum()
4586 if (!proto.has_options()) { in BuildEnumValue()
4653 if (!proto.has_options()) { in BuildService()
4681 if (!proto.has_options()) { in BuildMethod()
/external/tensorflow/tensorflow/python/util/protobuf/
Dcompare.py173 desc.message_type.has_options and
/external/protobuf/python/google/protobuf/
Ddescriptor.py104 self.has_options = options is not None
116 self.has_options = options is not None
Djson_format.py113 field.message_type.has_options and
Dtext_format.py140 field.message_type.has_options and
/external/grpc-grpc/examples/python/route_guide/
Droute_guide_pb2.py278 DESCRIPTOR.has_options = True