HomeSort by relevance Sort by last modified time
    Searched refs:has_options (Results 1 - 5 of 5) sorted by null

  /external/protobuf/src/google/protobuf/
descriptor.pb.h 385 inline bool has_options() const;
652 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() const { 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...]
descriptor.pb.cc     [all...]
descriptor.cc     [all...]
  /external/protobuf/python/google/protobuf/
descriptor.py 60 has_options: True if the descriptor has non-default options. Usually it
76 self.has_options = options is not None
reflection.py 150 if (descriptor.has_options and
251 field.containing_type.has_options and
260 is_packed = (field_descriptor.has_options and
    [all...]

Completed in 289 milliseconds