Home
last modified time | relevance | path

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

/third_party/protobuf/benchmarks/php/
H A 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/
H A DRepeatedField.php124 public function offsetGet($offset) function
H A DMapField.php137 public function offsetGet($key) function
/third_party/protobuf/php/ext/google/protobuf/
H A Darray.c255 * RepeatedField::offsetGet()
266 PHP_METHOD(RepeatedField, offsetGet) { in PHP_METHOD()
421 PHP_ME(RepeatedField, offsetGet, arginfo_offsetGet, ZEND_ACC_PUBLIC)
H A Dmap.c263 * MapField::offsetGet()
274 PHP_METHOD(MapField, offsetGet) { in PHP_METHOD()
402 PHP_ME(MapField, offsetGet, arginfo_offsetGet, ZEND_ACC_PUBLIC)

Completed in 3 milliseconds