Home | History | Annotate | Download | only in protobuf

Lines Matching refs:FieldDescriptorProto_Type

59 enum FieldDescriptorProto_Type {
80 const FieldDescriptorProto_Type FieldDescriptorProto_Type_Type_MIN = FieldDescriptorProto_Type_TYPE_DOUBLE;
81 const FieldDescriptorProto_Type FieldDescriptorProto_Type_Type_MAX = FieldDescriptorProto_Type_TYPE_SINT64;
85 inline const ::std::string& FieldDescriptorProto_Type_Name(FieldDescriptorProto_Type value) {
90 const ::std::string& name, FieldDescriptorProto_Type* value) {
91 return ::google::protobuf::internal::ParseNamedEnum<FieldDescriptorProto_Type>(
772 typedef FieldDescriptorProto_Type Type;
869 inline ::google::protobuf::FieldDescriptorProto_Type type() const;
870 inline void set_type(::google::protobuf::FieldDescriptorProto_Type value);
3625 inline ::google::protobuf::FieldDescriptorProto_Type FieldDescriptorProto::type() const {
3626 return static_cast< ::google::protobuf::FieldDescriptorProto_Type >(type_);
3628 inline void FieldDescriptorProto::set_type(::google::protobuf::FieldDescriptorProto_Type value) {
5970 inline const EnumDescriptor* GetEnumDescriptor< ::google::protobuf::FieldDescriptorProto_Type>() {