Home
last modified time | relevance | path

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

/third_party/protobuf/benchmarks/php/
DPhpBenchmark.php33 (new $args[1]())->mergeFromString($payloads->offsetGet($i));
108 $new_message->mergeFromString($payloads->offsetGet($i));
110 $total_bytes += strlen($payloads->offsetGet($i));
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DRepeatedField.php124 public function offsetGet($offset) function in Google\\Protobuf\\Internal\\RepeatedField
DMapField.php137 public function offsetGet($key) function in Google\\Protobuf\\Internal\\MapField
/third_party/protobuf/php/ext/google/protobuf/
Darray.c266 PHP_METHOD(RepeatedField, offsetGet) { in PHP_METHOD() argument
421 PHP_ME(RepeatedField, offsetGet, arginfo_offsetGet, ZEND_ACC_PUBLIC)
Dmap.c274 PHP_METHOD(MapField, offsetGet) { in PHP_METHOD() argument
402 PHP_ME(MapField, offsetGet, arginfo_offsetGet, ZEND_ACC_PUBLIC)