Home
last modified time | relevance | path

Searched defs:enumName (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/src/main/java/com/google/protobuf/jruby/
DRubyDescriptorPool.java129 String enumName = Utils.unescapeIdentifier(enumDescriptor.getName()); in buildFileDescriptor() local
/frameworks/base/cmds/incident_helper/src/
Dih_util.cpp301 Table::addEnumNameToValue(const char* enumName, const int enumValue) in addEnumNameToValue()