Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DRepeatedField.php213 public function offsetUnset($offset) function in Google\\Protobuf\\Internal\\RepeatedField
DMapField.php212 public function offsetUnset($key) function in Google\\Protobuf\\Internal\\MapField
/third_party/protobuf/php/ext/google/protobuf/
Darray.c342 PHP_METHOD(RepeatedField, offsetUnset) { in PHP_METHOD() argument
423 PHP_ME(RepeatedField, offsetUnset, arginfo_offsetGet, ZEND_ACC_PUBLIC)
Dmap.c333 PHP_METHOD(MapField, offsetUnset) { in PHP_METHOD() argument
404 PHP_ME(MapField, offsetUnset, arginfo_offsetGet, ZEND_ACC_PUBLIC)