Searched refs:MessageLayout (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | protobuf.h | 16 struct MessageLayout; 27 typedef struct MessageLayout MessageLayout; typedef 73 MessageLayout* layout; 138 struct MessageLayout { struct 144 void layout_init(MessageLayout* layout, void* storage); argument 145 zval* layout_get(MessageLayout* layout, const void* storage, 147 MessageLayout* create_layout(const upb_msgdef* msgdef); 148 void free_layout(MessageLayout* layout);
|
D | storage.c | 293 MessageLayout* create_layout(const upb_msgdef* msgdef) { in create_layout() 294 MessageLayout* layout = ALLOC(MessageLayout); in create_layout() 386 void free_layout(MessageLayout* layout) { in free_layout() 405 static void* slot_memory(MessageLayout* layout, const void* storage, in slot_memory() 410 static uint32_t* slot_oneof_case(MessageLayout* layout, const void* storage, in slot_oneof_case() 416 void layout_set(MessageLayout* layout, void* storage, const upb_fielddef* field, in layout_set() 457 void layout_init(MessageLayout* layout, void* storage) { in layout_init() 515 zval* layout_get(MessageLayout* layout, const void* storage, in layout_get()
|
D | message.c | 244 MessageLayout* layout = create_layout(desc->msgdef); in build_class_from_descriptor()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | protobuf.h | 45 struct MessageLayout; 57 typedef struct MessageLayout MessageLayout; typedef 111 MessageLayout* layout; 451 struct MessageLayout { struct 457 MessageLayout* create_layout(const upb_msgdef* msgdef); argument 458 void free_layout(MessageLayout* layout); 459 VALUE layout_get(MessageLayout* layout, 462 void layout_set(MessageLayout* layout, 466 void layout_init(MessageLayout* layout, void* storage); 467 void layout_mark(MessageLayout* layout, void* storage); [all …]
|
D | storage.c | 430 MessageLayout* create_layout(const upb_msgdef* msgdef) { in create_layout() 431 MessageLayout* layout = ALLOC(MessageLayout); in create_layout() 527 void free_layout(MessageLayout* layout) { in free_layout() 547 static void* slot_memory(MessageLayout* layout, in slot_memory() 554 static uint32_t* slot_oneof_case(MessageLayout* layout, in slot_oneof_case() 562 VALUE layout_get(MessageLayout* layout, in layout_get() 636 void layout_set(MessageLayout* layout, in layout_set() 678 void layout_init(MessageLayout* layout, in layout_init() 737 void layout_mark(MessageLayout* layout, void* storage) { in layout_mark() 758 void layout_dup(MessageLayout* layout, void* to, void* from) { in layout_dup() [all …]
|