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

  /bionic/tools/relocation_packer/src/
main.cc 60 bool has_options = true; local
61 while (has_options) {
80 has_options = false;
  /external/nanopb-c/generator/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/protobuf/src/google/protobuf/
descriptor.pb.cc     [all...]
descriptor.pb.h 405 inline bool has_options() const;
686 inline bool has_options() const;
3307 inline bool FileDescriptorProto::has_options() const { function in class:google::protobuf::FileDescriptorProto
3701 inline bool DescriptorProto::has_options() const { function in class:google::protobuf::DescriptorProto
4148 inline bool FieldDescriptorProto::has_options() const { function in class:google::protobuf::FieldDescriptorProto
4379 inline bool EnumDescriptorProto::has_options() const { function in class:google::protobuf::EnumDescriptorProto
4524 inline bool EnumValueDescriptorProto::has_options() const { function in class:google::protobuf::EnumValueDescriptorProto
4675 inline bool ServiceDescriptorProto::has_options() const { function in class:google::protobuf::ServiceDescriptorProto
4948 inline bool MethodDescriptorProto::has_options() const { function in class:google::protobuf::MethodDescriptorProto
    [all...]
descriptor.cc     [all...]
  /external/nanopb-c/generator/google/protobuf/compiler/
plugin_pb2.py 164 DESCRIPTOR.has_options = True
  /external/protobuf/python/google/protobuf/
descriptor.py 71 has_options: True if the descriptor has non-default options. Usually it
87 self.has_options = options is not None
99 self.has_options = options is not None
  /external/nanopb-c/generator/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...]
  /external/protobuf/python/google/protobuf/internal/
python_message.py 95 if (descriptor.has_options and
194 field.containing_type.has_options and
203 is_packed = (field_descriptor.has_options and
    [all...]
cpp_message.py 501 field.containing_type.has_options and

Completed in 399 milliseconds