Home | History | Annotate | Download | only in protobuf

Lines Matching defs:type_

690   Type type_;
976 const EnumDescriptor* type_;
1843 return static_cast<int>(this - type_->values_);
1855 return kTypeToName[type_];
1859 return kTypeToCppTypeMap[type_];
1863 return kCppTypeToName[kTypeToCppTypeMap[type_]];