Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dupb.h604 #define SET_TYPE(dest, val) UPB_UNUSED(val) macro
606 #define SET_TYPE(dest, val) dest = val macro
618 SET_TYPE(v->ctype, ctype); in _upb_value_setval()
638 SET_TYPE(val->ctype, proto_type); \
661 #undef SET_TYPE
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h811 #define SET_TYPE(dest, val) UPB_UNUSED(val)
813 #define SET_TYPE(dest, val) dest = val
829 SET_TYPE(v->ctype, ctype);
849 SET_TYPE(val->ctype, proto_type); \
872 #undef SET_TYPE