Searched refs:getEnumType (Results 1 - 12 of 12) sorted by relevance

/external/protobuf/java/src/main/java/com/google/protobuf/
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
H A DAbstractMessage.java355 final Object value = field.getEnumType().findValueByNumber(rawValue);
404 value = field.getEnumType().findValueByNumber(rawValue);
H A DFieldSet.java62 Internal.EnumLiteMap<?> getEnumType(); method in interface:FieldSet.FieldDescriptorLite
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DDescriptorsTest.java220 enumField.getEnumType());
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/clang/include/clang/AST/
H A DASTContext.h1083 QualType getEnumType(const EnumDecl *Decl) const;
/external/clang/lib/AST/
H A DASTContext.cpp2960 return getEnumType(Enum);
3001 QualType ASTContext::getEnumType(const EnumDecl *Decl) const { function in class:ASTContext
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1438 QualType Ty = CGM.getContext().getEnumType(ED);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/clang/lib/Serialization/
H A DASTReader.cpp5318 = Context.getEnumType(ReadDeclAs<EnumDecl>(*Loc.F, Record, Idx));

Completed in 3884 milliseconds