Searched refs:offsetUnset (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | RepeatedField.php | 213 public function offsetUnset($offset) function in Google\\Protobuf\\Internal\\RepeatedField
|
D | MapField.php | 212 public function offsetUnset($key) function in Google\\Protobuf\\Internal\\MapField
|
/external/protobuf/php/ext/google/protobuf/ |
D | array.c | 55 PHP_ME(RepeatedField, offsetUnset, arginfo_offsetGet, ZEND_ACC_PUBLIC) 424 PHP_METHOD(RepeatedField, offsetUnset) { argument
|
D | map.c | 144 PHP_ME(MapField, offsetUnset, arginfo_offsetGet, ZEND_ACC_PUBLIC) 463 PHP_METHOD(MapField, offsetUnset) { in PHP_METHOD() argument
|
D | protobuf.h | 1108 PHP_METHOD(MapField, offsetUnset); 1159 PHP_METHOD(RepeatedField, offsetUnset);
|