Home
last modified time | relevance | path

Searched refs:offsetSet (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DRepeatedField.php141 public function offsetSet($offset, $value) function in Google\\Protobuf\\Internal\\RepeatedField
DMapField.php154 public function offsetSet($key, $value) function in Google\\Protobuf\\Internal\\MapField
/third_party/protobuf/php/ext/google/protobuf/
Darray.c300 PHP_METHOD(RepeatedField, offsetSet) { in PHP_METHOD() argument
422 PHP_ME(RepeatedField, offsetSet, arginfo_offsetSet, ZEND_ACC_PUBLIC)
Dmap.c307 PHP_METHOD(MapField, offsetSet) { in PHP_METHOD() argument
403 PHP_ME(MapField, offsetSet, arginfo_offsetSet, ZEND_ACC_PUBLIC)