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

  /external/chromium_org/tools/relocation_packer/src/
main.cc 110 bool has_options = true; local
111 while (has_options) {
130 has_options = false;
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor.py 64 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/
descriptor.pb.cc     [all...]
descriptor.pb.h 408 inline bool has_options() const;
683 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() const { 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...]
descriptor.cc     [all...]
  /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...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
python_message.py 86 if (descriptor.has_options and
184 field.containing_type.has_options and
193 is_packed = (field_descriptor.has_options and
    [all...]
cpp_message.py 501 field.containing_type.has_options and

Completed in 272 milliseconds