Searched refs:has_options (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/tools/relocation_packer/src/
H A Dmain.cc110 bool has_options = true; local
111 while (has_options) {
130 has_options = false;
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Ddescriptor.py64 has_options: True if the descriptor has non-default options. Usually it
80 self.has_options = options is not None
92 self.has_options = options is not None
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc1026 if (has_options()) {
1304 if (has_options()) {
1393 if (has_options()) {
1446 if (has_options()) {
1560 if (from.has_options()) {
1596 if (has_options()) {
1953 if (has_options()) {
2135 if (has_options()) {
2194 if (has_options()) {
2219 if (has_options()) {
[all...]
H A Ddescriptor.pb.h408 inline bool has_options() const;
683 inline bool has_options() const;
909 inline bool has_options() const;
1038 inline bool has_options() const;
1145 inline bool has_options() const;
1259 inline bool has_options() const;
1383 inline bool has_options() const;
3142 inline bool FileDescriptorProto::has_options() const { function in class:google::protobuf::FileDescriptorProto
3465 inline bool DescriptorProto::has_options() const { function in class:google::protobuf::DescriptorProto
3855 inline bool FieldDescriptorProto::has_options() cons function in class:google::protobuf::FieldDescriptorProto
3992 inline bool EnumDescriptorProto::has_options() const { function in class:google::protobuf::EnumDescriptorProto
4126 inline bool EnumValueDescriptorProto::has_options() const { function in class:google::protobuf::EnumValueDescriptorProto
4263 inline bool ServiceDescriptorProto::has_options() const { function in class:google::protobuf::ServiceDescriptorProto
4515 inline bool MethodDescriptorProto::has_options() const { function in class:google::protobuf::MethodDescriptorProto
[all...]
H A Ddescriptor.cc3211 if (!proto.has_options()) {
3274 if (!proto.has_options()) {
3538 if (!proto.has_options()) {
3601 if (!proto.has_options()) {
3628 if (!proto.has_options()) {
3695 if (!proto.has_options()) {
3723 if (!proto.has_options()) {
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h385 inline bool has_options() const;
652 inline bool has_options() const;
874 inline bool has_options() const;
996 inline bool has_options() const;
1105 inline bool has_options() const;
1219 inline bool has_options() const;
1341 inline bool has_options() const;
2727 inline bool FileDescriptorProto::has_options() const { function in class:google::protobuf::FileDescriptorProto
2951 inline bool DescriptorProto::has_options() const { function in class:google::protobuf::DescriptorProto
3190 inline bool FieldDescriptorProto::has_options() cons function in class:google::protobuf::FieldDescriptorProto
3278 inline bool EnumDescriptorProto::has_options() const { function in class:google::protobuf::EnumDescriptorProto
3357 inline bool EnumValueDescriptorProto::has_options() const { function in class:google::protobuf::EnumValueDescriptorProto
3445 inline bool ServiceDescriptorProto::has_options() const { function in class:google::protobuf::ServiceDescriptorProto
3592 inline bool MethodDescriptorProto::has_options() const { function in class:google::protobuf::MethodDescriptorProto
[all...]
H A Ddescriptor.pb.cc1257 if (has_options()) {
1373 if (has_options()) {
1992 if (has_options()) {
2106 if (has_options()) {
2685 if (has_options()) {
2760 if (has_options()) {
3012 if (has_options()) {
3081 if (has_options()) {
3334 if (has_options()) {
3394 if (has_options()) {
[all...]
H A Ddescriptor.cc2823 if (!proto.has_options()) {
2886 if (!proto.has_options()) {
3142 if (!proto.has_options()) {
3207 if (!proto.has_options()) {
3234 if (!proto.has_options()) {
3301 if (!proto.has_options()) {
3329 if (!proto.has_options()) {
/external/protobuf/python/google/protobuf/
H A Ddescriptor.py60 has_options: True if the descriptor has non-default options. Usually it
76 self.has_options = options is not None
H A Dreflection.py150 if (descriptor.has_options and
251 field.containing_type.has_options and
260 is_packed = (field_descriptor.has_options and
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dpython_message.py86 if (descriptor.has_options and
184 field.containing_type.has_options and
193 is_packed = (field_descriptor.has_options and
H A Dcpp_message.py501 field.containing_type.has_options and

Completed in 2405 milliseconds