Home
last modified time | relevance | path

Searched refs:layout_init (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dprotobuf.h144 void layout_init(MessageLayout* layout, void* storage);
Dmessage.c229 layout_init(desc->layout, message_data(msg)); in message_create()
Dstorage.c457 void layout_init(MessageLayout* layout, void* storage) { in layout_init() function
/external/protobuf/ruby/ext/google/protobuf_c/
Dmessage.c70 layout_init(desc->layout, Message_data(msg)); in Message_alloc()
Dprotobuf.h465 void layout_init(MessageLayout* layout, void* storage);
Dstorage.c648 void layout_init(MessageLayout* layout, in layout_init() function