Home
last modified time | relevance | path

Searched refs:hasOneofIndex (Results 1 – 4 of 4) 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/php/src/Google/Protobuf/Internal/
DFieldDescriptorProto.php401 public function hasOneofIndex() function in Google\\Protobuf\\Internal\\FieldDescriptorProto
DFieldDescriptor.php231 $oneof_index = $proto->hasOneofIndex() ? $proto->getOneofIndex() : -1;
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java1346 if (proto.hasOneofIndex()) { in FieldDescriptor()
1358 if (proto.hasOneofIndex()) { in FieldDescriptor()