Home
last modified time | relevance | path

Searched refs:enumDef (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyBuilder.java118 …RubyEnumDescriptor enumDef = (RubyEnumDescriptor) cEnumDescriptor.newInstance(context, Block.NULL_… in addEnum() local
119 IRubyObject ctx = cEnumBuilderContext.newInstance(context, enumDef, Block.NULL_BLOCK); in addEnum()
120 enumDef.setName(context, name); in addEnum()
132 this.pendingList.add(enumDef); in addEnum()
/external/skqp/tools/bookmaker/
DincludeWriter.cpp326 const Definition* enumDef = nullptr; in enumHeaderOut() local
351 enumDef = root->find(enumName, RootDefinition::AllowParens::kNo); in enumHeaderOut()
352 if (!enumDef) { in enumHeaderOut()
353 enumDef = root->find(fullName, RootDefinition::AllowParens::kNo); in enumHeaderOut()
355 if (!enumDef) { in enumHeaderOut()
358 enumDef = &mapEntry->second; in enumHeaderOut()
361 if (!enumDef && enumName == root->fName) { in enumHeaderOut()
362 enumDef = root; in enumHeaderOut()
364 SkASSERT(enumDef); in enumHeaderOut()
375 enumDef = root->find(enumName, RootDefinition::AllowParens::kNo); in enumHeaderOut()
[all …]
/external/skia/tools/bookmaker/
DincludeWriter.cpp326 const Definition* enumDef = nullptr; in enumHeaderOut() local
351 enumDef = root->find(enumName, RootDefinition::AllowParens::kNo); in enumHeaderOut()
352 if (!enumDef) { in enumHeaderOut()
353 enumDef = root->find(fullName, RootDefinition::AllowParens::kNo); in enumHeaderOut()
355 if (!enumDef) { in enumHeaderOut()
358 enumDef = &mapEntry->second; in enumHeaderOut()
361 if (!enumDef && enumName == root->fName) { in enumHeaderOut()
362 enumDef = root; in enumHeaderOut()
364 SkASSERT(enumDef); in enumHeaderOut()
375 enumDef = root->find(enumName, RootDefinition::AllowParens::kNo); in enumHeaderOut()
[all …]