Searched refs:offsetGet (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/benchmarks/php/ |
D | PhpBenchmark.php | 33 (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/ |
D | RepeatedField.php | 124 public function offsetGet($offset) function in Google\\Protobuf\\Internal\\RepeatedField
|
D | MapField.php | 137 public function offsetGet($key) function in Google\\Protobuf\\Internal\\MapField
|
/external/protobuf/php/ext/google/protobuf/ |
D | array.c | 53 PHP_ME(RepeatedField, offsetGet, arginfo_offsetGet, ZEND_ACC_PUBLIC) 370 PHP_METHOD(RepeatedField, offsetGet) { argument
|
D | map.c | 142 PHP_ME(MapField, offsetGet, arginfo_offsetGet, ZEND_ACC_PUBLIC) 444 PHP_METHOD(MapField, offsetGet) { in PHP_METHOD() argument
|
D | protobuf.h | 1106 PHP_METHOD(MapField, offsetGet); 1157 PHP_METHOD(RepeatedField, offsetGet);
|