Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dwkt.inc86 RETURN_COPY(getThis());
108 RETURN_COPY(getThis());
231 RETURN_COPY(getThis());
253 RETURN_COPY(getThis());
275 RETURN_COPY(getThis());
297 RETURN_COPY(getThis());
319 RETURN_COPY(getThis());
341 RETURN_COPY(getThis());
363 RETURN_COPY(getThis());
425 RETURN_COPY(getThis());
[all …]
Dprotobuf.h67 #define RETURN_COPY(zv) do { ZVAL_COPY(return_value, zv); return; } while (0) macro
Dconvert.c79 RETURN_COPY(val); in PHP_METHOD()
92 RETURN_COPY(val); in PHP_METHOD()
Ddef.c225 RETURN_COPY(getThis()); in PHP_METHOD()
634 RETURN_COPY(getThis()); in PHP_METHOD()
/external/cronet/third_party/protobuf/php/ext/google/protobuf/
Dwkt.inc86 RETURN_COPY(getThis());
108 RETURN_COPY(getThis());
231 RETURN_COPY(getThis());
253 RETURN_COPY(getThis());
275 RETURN_COPY(getThis());
297 RETURN_COPY(getThis());
319 RETURN_COPY(getThis());
341 RETURN_COPY(getThis());
363 RETURN_COPY(getThis());
425 RETURN_COPY(getThis());
[all …]
Dprotobuf.h67 #define RETURN_COPY(zv) do { ZVAL_COPY(return_value, zv); return; } while (0) macro
Dconvert.c79 RETURN_COPY(val); in PHP_METHOD()
92 RETURN_COPY(val); in PHP_METHOD()
Ddef.c225 RETURN_COPY(getThis()); in PHP_METHOD()
589 RETURN_COPY(getThis()); in PHP_METHOD()
1018 RETURN_COPY(get_generated_pool()); in PHP_METHOD()
/external/cronet/third_party/protobuf/php/
DREFCOUNTING.md108 RETURN_COPY(val);
111 When we use `RETURN_COPY`, the refcount is increased; this is perfect for
/external/protobuf/php/
DREFCOUNTING.md108 RETURN_COPY(val);
111 When we use `RETURN_COPY`, the refcount is increased; this is perfect for