Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dmessage.c266 zval* array_wrapper = NULL; \
268 "|a!", &array_wrapper) == FAILURE) { \
271 Message_construct(getThis(), array_wrapper); \
348 void Message_construct(zval* msg, zval* array_wrapper) { argument
357 if (array_wrapper == NULL) {
361 HashTable* array = Z_ARRVAL_P(array_wrapper);