Home
last modified time | relevance | path

Searched refs:hasOneofIndex (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyFieldDescriptor.java250 hasOneofIndex = true; in setOneofIndex()
263 if (hasOneofIndex) in build()
276 private boolean hasOneofIndex = false; field in RubyFieldDescriptor
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java1280 if (proto.hasOneofIndex()) { in FieldDescriptor()
1292 if (proto.hasOneofIndex()) { in FieldDescriptor()