Searched refs:ENUM_VALUE (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/javanano/ |
D | README.md | 278 'FileOuterClass.ENUM_VALUE'; a message-scope enum's members are 279 referenced as 'Message.ENUM_VALUE'. The enum name is unavailable. 285 name and referenced like 'EnumName.ENUM_VALUE' (they are still int
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 266 NULL_SYMBOL, MESSAGE, FIELD, ONEOF, ENUM, ENUM_VALUE, SERVICE, METHOD, enumerator 301 CONSTRUCTOR(EnumValueDescriptor, ENUM_VALUE, enum_value_descriptor ) in CONSTRUCTOR() 314 case ENUM_VALUE : return enum_value_descriptor->type()->file(); in CONSTRUCTOR() 1253 return (result.type == Symbol::ENUM_VALUE) ? in FindEnumValueByName() 1436 file()->tables_->FindNestedSymbolOfType(this, key, Symbol::ENUM_VALUE); in FindEnumValueByName() 1447 file()->tables_->FindNestedSymbolOfType(this, key, Symbol::ENUM_VALUE); in FindValueByName() 1499 tables_->FindNestedSymbolOfType(this, key, Symbol::ENUM_VALUE); in FindEnumValueByName() 4932 if (default_value.type == Symbol::ENUM_VALUE && in CrossLinkField() 6007 if (!symbol.IsNull() && symbol.type == Symbol::ENUM_VALUE) { in SetOptionValue()
|