Home
last modified time | relevance | path

Searched defs:zv (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/php/ext/grpc/
Dphp7_wrapper.h42 #define PHP_GRPC_DELREF(zv) Z_DELREF_P(zv) argument
132 #define PHP_GRPC_BVAL_IS_TRUE(zv) Z_LVAL_P(zv) argument
133 #define PHP_GRPC_VAR_SERIALIZE(buf, zv, hash) \ argument
153 #define PHP_GRPC_GET_WRAPPED_OBJECT(class_object, zv) \ argument
179 #define PHP_GRPC_DELREF(zv) argument
257 #define PHP_GRPC_BVAL_IS_TRUE(zv) Z_TYPE_P(zv) == IS_TRUE argument
258 #define PHP_GRPC_VAR_SERIALIZE(buf, zv, hash) \ argument
283 #define PHP_GRPC_GET_WRAPPED_OBJECT(class_object, zv) \ argument
/external/webrtc/api/
Darray_view_unittest.cc141 ArrayView<const char> zv = x; // Copy non-const -> const. in TEST() local
172 ArrayView<const char> zv = std::move(x); // Copy non-const -> const. in TEST() local
247 ArrayView<const char> zv; in TEST() local
283 ArrayView<const char> zv; in TEST() local
/external/llvm-project/flang/test/Semantics/
Ddata05.f9053 …complex(kind=16) :: zv(-1:1) ! CHECK: zv (InDataStmt) size=96 offset=0: ObjectEntity type: COMPLEX… local