Home
last modified time | relevance | path

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

/external/v8/src/debug/
Dmirrors.js75 SET_TYPE : 'set', property
1239 %_Call(ObjectMirror, this, value, MirrorType.SET_TYPE);
/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