Searched defs:_self (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | defs.c | 99 void DescriptorPool_mark(void* _self) { in DescriptorPool_mark() 102 void DescriptorPool_free(void* _self) { in DescriptorPool_free() 160 VALUE DescriptorPool_add(VALUE _self, VALUE def) { in DescriptorPool_add() 184 VALUE DescriptorPool_build(VALUE _self) { in DescriptorPool_build() 199 VALUE DescriptorPool_lookup(VALUE _self, VALUE name) { in DescriptorPool_lookup() 218 VALUE DescriptorPool_generated_pool(VALUE _self) { in DescriptorPool_generated_pool() 228 void Descriptor_mark(void* _self) { in Descriptor_mark() 234 void Descriptor_free(void* _self) { in Descriptor_free() 315 VALUE Descriptor_name(VALUE _self) { in Descriptor_name() 327 VALUE Descriptor_name_set(VALUE _self, VALUE str) { in Descriptor_name_set() [all …]
|
D | map.c | 139 Map* ruby_to_Map(VALUE _self) { in ruby_to_Map() 145 void Map_mark(void* _self) { in Map_mark() 164 void Map_free(void* _self) { in Map_free() 217 VALUE Map_init(int argc, VALUE* argv, VALUE _self) { in Map_init() 274 VALUE Map_each(VALUE _self) { in Map_each() 303 VALUE Map_keys(VALUE _self) { in Map_keys() 327 VALUE Map_values(VALUE _self) { in Map_values() 355 VALUE Map_index(VALUE _self, VALUE key) { in Map_index() 380 VALUE Map_index_set(VALUE _self, VALUE key, VALUE value) { in Map_index_set() 410 VALUE Map_has_key(VALUE _self, VALUE key) { in Map_has_key() [all …]
|
D | repeated_field.c | 44 RepeatedField* ruby_to_RepeatedField(VALUE _self) { in ruby_to_RepeatedField() 62 VALUE RepeatedField_subarray(VALUE _self, long beg, long len) { in RepeatedField_subarray() 86 VALUE RepeatedField_each(VALUE _self) { in RepeatedField_each() 108 VALUE RepeatedField_index(int argc, VALUE* argv, VALUE _self) { in RepeatedField_index() 158 VALUE RepeatedField_index_set(VALUE _self, VALUE _index, VALUE val) { in RepeatedField_index_set() 212 VALUE RepeatedField_push(VALUE _self, VALUE val) { in RepeatedField_push() 228 void RepeatedField_push_native(VALUE _self, void* data) { in RepeatedField_push_native() 240 void* RepeatedField_index_native(VALUE _self, int index) { in RepeatedField_index_native() 247 int RepeatedField_size(VALUE _self) { in RepeatedField_size() 255 VALUE RepeatedField_pop_one(VALUE _self) { in RepeatedField_pop_one() [all …]
|
D | message.c | 41 void Message_mark(void* _self) { in Message_mark() 126 VALUE Message_method_missing(int argc, VALUE* argv, VALUE _self) { in Message_method_missing() 181 int Message_initialize_kwarg(VALUE key, VALUE val, VALUE _self) { in Message_initialize_kwarg() 239 VALUE Message_initialize(int argc, VALUE* argv, VALUE _self) { in Message_initialize() 263 VALUE Message_dup(VALUE _self) { in Message_dup() 280 VALUE Message_deep_copy(VALUE _self) { in Message_deep_copy() 305 VALUE Message_eq(VALUE _self, VALUE _other) { in Message_eq() 326 VALUE Message_hash(VALUE _self) { in Message_hash() 341 VALUE Message_inspect(VALUE _self) { in Message_inspect() 356 VALUE Message_to_h(VALUE _self) { in Message_to_h() [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
D | map_container.cc | 314 Py_ssize_t MapReflectionFriend::Length(PyObject* _self) { in Length() 321 PyObject* Clear(PyObject* _self) { in Clear() 331 PyObject* MapReflectionFriend::Contains(PyObject* _self, PyObject* key) { in Contains() 436 PyObject* MapReflectionFriend::ScalarMapGetItem(PyObject* _self, in ScalarMapGetItem() 457 int MapReflectionFriend::ScalarMapSetItem(PyObject* _self, PyObject* key, in ScalarMapSetItem() 517 static void ScalarMapDealloc(PyObject* _self) { in ScalarMapDealloc() 689 int MapReflectionFriend::MessageMapSetItem(PyObject* _self, PyObject* key, in MessageMapSetItem() 721 PyObject* MapReflectionFriend::MessageMapGetItem(PyObject* _self, in MessageMapGetItem() 766 static void MessageMapDealloc(PyObject* _self) { in MessageMapDealloc() 865 PyObject* MapReflectionFriend::GetIterator(PyObject *_self) { in GetIterator() [all …]
|