Home
last modified time | relevance | path

Searched refs:hasOneofIndex (Results 1 - 4 of 4) sorted by relevance

/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyFieldDescriptor.java250 hasOneofIndex = true; in setOneofIndex()
263 if (hasOneofIndex) in build()
276 private boolean hasOneofIndex = false; field in RubyFieldDescriptor
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DFieldDescriptorProto.php444 public function hasOneofIndex() function
H A DFieldDescriptor.php231 $oneof_index = $proto->hasOneofIndex() ? $proto->getOneofIndex() : -1;
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptors.java1402 if (proto.hasOneofIndex()) { in FieldDescriptor()
1414 if (proto.hasOneofIndex()) { in FieldDescriptor()

Completed in 7 milliseconds