OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getEnumType
(Results
1 - 8
of
8
) sorted by null
/external/protobuf/java/src/main/java/com/google/protobuf/
GeneratedMessageLite.java
344
extension.descriptor.
getEnumType
().findValueByNumber(rawValue);
388
value = extension.descriptor.
getEnumType
()
469
public Internal.EnumLiteMap<?>
getEnumType
() {
Descriptors.java
349
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
() {
[
all
...]
AbstractMessage.java
355
final Object value = field.
getEnumType
().findValueByNumber(rawValue);
404
value = field.
getEnumType
().findValueByNumber(rawValue);
FieldSet.java
62
Internal.EnumLiteMap<?>
getEnumType
();
/external/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java
220
enumField.
getEnumType
());
/external/clang/include/clang/AST/
ASTContext.h
709
QualType
getEnumType
(const EnumDecl *Decl) const;
[
all
...]
/external/clang/lib/AST/
ASTContext.cpp
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
[
all
...]
Completed in 1209 milliseconds