Home
last modified time | relevance | path

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

/external/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));
/external/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
/external/protobuf/php/ext/google/protobuf/
Darray.c53 PHP_ME(RepeatedField, offsetGet, arginfo_offsetGet, ZEND_ACC_PUBLIC)
370 PHP_METHOD(RepeatedField, offsetGet) { argument
Dmap.c142 PHP_ME(MapField, offsetGet, arginfo_offsetGet, ZEND_ACC_PUBLIC)
444 PHP_METHOD(MapField, offsetGet) { in PHP_METHOD() argument
Dprotobuf.h1106 PHP_METHOD(MapField, offsetGet);
1157 PHP_METHOD(RepeatedField, offsetGet);