Searched refs:DEFINE_SELF (Results 1 – 1 of 1) sorted by relevance
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | defs.c | 90 #define DEFINE_SELF(type, var, rb_var) \ macro 161 DEFINE_SELF(DescriptorPool, self, _self); in DescriptorPool_add() 200 DEFINE_SELF(DescriptorPool, self, _self); in DescriptorPool_lookup() 316 DEFINE_SELF(Descriptor, self, _self); in Descriptor_name() 328 DEFINE_SELF(Descriptor, self, _self); in Descriptor_name_set() 344 DEFINE_SELF(Descriptor, self, _self); in Descriptor_each() 365 DEFINE_SELF(Descriptor, self, _self); in Descriptor_lookup() 384 DEFINE_SELF(Descriptor, self, _self); in Descriptor_add_field() 407 DEFINE_SELF(Descriptor, self, _self); in Descriptor_add_oneof() 426 DEFINE_SELF(Descriptor, self, _self); in Descriptor_each_oneof() [all …]
|