Searched refs:offsetExists (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | RepeatedField.php | 234 public function offsetExists($offset) function in Google\\Protobuf\\Internal\\RepeatedField
|
D | MapField.php | 227 public function offsetExists($key) function in Google\\Protobuf\\Internal\\MapField
|
/external/protobuf/php/ext/google/protobuf/ |
D | array.c | 52 PHP_ME(RepeatedField, offsetExists, arginfo_offsetGet, ZEND_ACC_PUBLIC) 348 PHP_METHOD(RepeatedField, offsetExists) { argument
|
D | map.c | 141 PHP_ME(MapField, offsetExists, arginfo_offsetGet, ZEND_ACC_PUBLIC) 421 PHP_METHOD(MapField, offsetExists) { in PHP_METHOD() argument
|
D | protobuf.h | 1105 PHP_METHOD(MapField, offsetExists); 1156 PHP_METHOD(RepeatedField, offsetExists);
|