Searched refs:setOneofIndex (Results 1 – 6 of 6) sorted by relevance
/third_party/protobuf/php/src/Google/Protobuf/Internal/ | ||
D | FieldDescriptor.php | 57 public function setOneofIndex($index) function in Google\\Protobuf\\Internal\\FieldDescriptor |
D | FieldDescriptorProto.php | 462 public function setOneofIndex($var) function in Google\\Protobuf\\Internal\\FieldDescriptorProto |
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ | ||
D | RubyFieldDescriptor.java | 249 protected void setOneofIndex(int index) { in setOneofIndex() method in RubyFieldDescriptor |
D | RubyOneofDescriptor.java | 107 field.setOneofIndex(index); in build() |
/third_party/protobuf/php/src/Google/Protobuf/ | ||
D | Field.php | 268 public function setOneofIndex($var) function in Google\\Protobuf\\Field |
/third_party/protobuf/php/tests/ | ||
D | WellKnownTest.php | 227 $m->setOneofIndex(1); |