Home
last modified time | relevance | path

Searched refs:setOneofIndex (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php57 public function setOneofIndex($index) function in Google\\Protobuf\\Internal\\FieldDescriptor
261 $field->setOneofIndex($oneof_index);
DFieldDescriptorProto.php392 public function setOneofIndex($var) function in Google\\Protobuf\\Internal\\FieldDescriptorProto
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyFieldDescriptor.java249 protected void setOneofIndex(int index) { in setOneofIndex() method in RubyFieldDescriptor
264 builder.setOneofIndex(oneofIndex); in build()
DRubyOneofDescriptor.java107 field.setOneofIndex(index); in build()
/external/protobuf/php/src/Google/Protobuf/
DField.php268 public function setOneofIndex($var) function in Google\\Protobuf\\Field
/external/protobuf/php/tests/
Dwell_known_test.php226 $m->setOneofIndex(1);
/external/protobuf/php/ext/google/protobuf/
Dprotobuf.h1303 PHP_METHOD(Field, setOneofIndex);
Dmessage.c2016 PHP_ME(Field, setOneofIndex, NULL, ZEND_ACC_PUBLIC)