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() 315 DEFINE_SELF(Descriptor, self, _self); in Descriptor_initialize() 334 DEFINE_SELF(Descriptor, self, _self); in Descriptor_file_descriptor() 346 DEFINE_SELF(Descriptor, self, _self); in Descriptor_name() 358 DEFINE_SELF(Descriptor, self, _self); in Descriptor_name_set() 374 DEFINE_SELF(Descriptor, self, _self); in Descriptor_each() 395 DEFINE_SELF(Descriptor, self, _self); in Descriptor_lookup() 414 DEFINE_SELF(Descriptor, self, _self); in Descriptor_add_field() [all …]
|