Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dpython_message.py164 if (descriptor.has_options and
267 field.containing_type.has_options and
275 field.message_type.has_options and
291 is_packed = (field_descriptor.has_options and
294 has_packed_false = (field_descriptor.has_options and
1156 if (field.message_type.has_options and
Ddescriptor_test.py179 self.assertTrue(file_descriptor.has_options)
180 self.assertFalse(message_descriptor.has_options)
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.pb.cc1282 if (has_options()) { in Clear()
1593 if (has_options()) { in SerializeWithCachedSizes()
1697 if (has_options()) { in InternalSerializeWithCachedSizesToArray()
1763 if (has_options()) { in ByteSize()
1894 if (from.has_options()) { in MergeFrom()
1930 if (has_options()) { in IsInitialized()
2313 bool FileDescriptorProto::has_options() const { in has_options() function in google::protobuf::FileDescriptorProto
3146 if (has_options()) { in Clear()
3402 if (has_options()) { in SerializeWithCachedSizes()
3486 if (has_options()) { in InternalSerializeWithCachedSizesToArray()
[all …]
Ddescriptor.pb.h461 bool has_options() const;
889 bool has_options() const;
1197 bool has_options() const;
1331 bool has_options() const;
1453 bool has_options() const;
1571 bool has_options() const;
1696 bool has_options() const;
1831 bool has_options() const;
4231 inline bool FileDescriptorProto::has_options() const { in has_options() function
4715 inline bool DescriptorProto::has_options() const { in has_options() function
[all …]
Ddescriptor.cc4007 if (!proto.has_options()) { in BuildFileImpl()
4096 if (!proto.has_options()) { in BuildMessage()
4466 if (!proto.has_options()) { in BuildFieldOrExtension()
4533 if (!proto.has_options()) { in BuildOneof()
4572 if (!proto.has_options()) { in BuildEnum()
4599 if (!proto.has_options()) { in BuildEnumValue()
4666 if (!proto.has_options()) { in BuildService()
4694 if (!proto.has_options()) { in BuildMethod()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Ddescriptor.py104 self.has_options = options is not None
116 self.has_options = options is not None
Djson_format.py108 field.message_type.has_options and
Dtext_format.py169 field.message_type.has_options and