Home
last modified time | relevance | path

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

/external/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
/external/protobuf/php/ext/google/protobuf/
Darray.c55 PHP_ME(RepeatedField, offsetUnset, arginfo_offsetGet, ZEND_ACC_PUBLIC)
424 PHP_METHOD(RepeatedField, offsetUnset) { argument
Dmap.c144 PHP_ME(MapField, offsetUnset, arginfo_offsetGet, ZEND_ACC_PUBLIC)
463 PHP_METHOD(MapField, offsetUnset) { in PHP_METHOD() argument
Dprotobuf.h1108 PHP_METHOD(MapField, offsetUnset);
1159 PHP_METHOD(RepeatedField, offsetUnset);