Searched defs:ExtensionType (Results 1 – 11 of 11) sorted by relevance
63 struct ExtensionType { struct65 int8_t Type;67 StringRef Bytes;
65 struct ExtensionType { struct67 int8_t Type;69 StringRef Bytes;
59 protected enum ExtensionType { enum in Extension
31 std::string ExtensionType() { in ExtensionType() function
75 enum ExtensionType enum
166 ExtensionType interface{} // nil pointer to the extension type member
957 unsigned ExtensionType = cast<ConstantSDNode>( in tryLoadVector() local
1036 unsigned ExtensionType = cast<ConstantSDNode>( in tryLoadVector() local
1037 unsigned ExtensionType = cast<ConstantSDNode>( in tryLoadVector() local
258 FieldType ExtensionSet::ExtensionType(int number) const { in ExtensionType() function in google::protobuf::internal::ExtensionSet
67 class ExtensionType(object): class