HomeSort by relevance Sort by last modified time
    Searched refs:SET_TYPE (Results 1 - 3 of 3) sorted by null

  /external/protobuf/php/ext/google/protobuf/
upb.h 604 #define SET_TYPE(dest, val) UPB_UNUSED(val)
606 #define SET_TYPE(dest, val) dest = val
618 SET_TYPE(v->ctype, ctype);
638 SET_TYPE(val->ctype, proto_type); \
661 #undef SET_TYPE
2567 inline void FieldDef::set_type(upb_fieldtype_t type) { function in class:upb::FieldDef
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 811 #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
3183 inline void FieldDef::set_type(upb_fieldtype_t type) { function in class:upb::FieldDef
    [all...]
  /external/v8/src/debug/
mirrors.js 77 SET_TYPE : 'set',
    [all...]

Completed in 1521 milliseconds