OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:layout_init
(Results
1 - 6
of
6
) sorted by null
/external/protobuf/php/ext/google/protobuf/
message.c
226
// a collection happens during object creation in
layout_init
().
229
layout_init
(desc->layout, message_data(msg));
protobuf.h
144
void
layout_init
(MessageLayout* layout, void* storage);
storage.c
457
void
layout_init
(MessageLayout* layout, void* storage) {
function
/external/protobuf/ruby/ext/google/protobuf_c/
message.c
65
// a collection happens during object creation in
layout_init
().
70
layout_init
(desc->layout, Message_data(msg));
protobuf.h
465
void
layout_init
(MessageLayout* layout, void* storage);
storage.c
648
void
layout_init
(MessageLayout* layout,
function
Completed in 551 milliseconds