Searched defs:getEnumType (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/java/src/main/java/com/google/protobuf/
H A DFieldSet.java62 Internal.EnumLiteMap<?> getEnumType(); method in interface:FieldSet.FieldDescriptorLite
H A DGeneratedMessageLite.java344 extension.descriptor.getEnumType().findValueByNumber(rawValue);
388 value = extension.descriptor.getEnumType()
469 public Internal.EnumLiteMap<?> getEnumType() { method in class:GeneratedMessageLite.ExtensionDescriptor
H A DDescriptors.java349 enumTypes[i] = new EnumDescriptor(proto.getEnumType(i), this, null, i);
397 enumTypes[i].setProto(proto.getEnumType(i));
573 proto.getEnumType(i), file, this, i);
615 enumTypes[i].setProto(proto.getEnumType(i));
776 public EnumDescriptor getEnumType() { method in class:Descriptors.FieldDescriptor
/external/clang/lib/AST/
H A DASTContext.cpp2625 return getEnumType(Enum);
2666 QualType ASTContext::getEnumType(const EnumDecl *Decl) const { function in class:ASTContext

Completed in 378 milliseconds