OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MessageLayout
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/php/ext/google/protobuf/
protobuf.h
16
struct
MessageLayout
;
27
typedef struct
MessageLayout
MessageLayout
;
73
MessageLayout
* layout;
138
struct
MessageLayout
{
144
void layout_init(
MessageLayout
* layout, void* storage);
145
zval* layout_get(
MessageLayout
* layout, const void* storage,
147
MessageLayout
* create_layout(const upb_msgdef* msgdef);
148
void free_layout(
MessageLayout
* layout);
/external/protobuf/ruby/ext/google/protobuf_c/
protobuf.h
45
struct
MessageLayout
;
57
typedef struct
MessageLayout
MessageLayout
;
87
|-->
MessageLayout
| | | /
111
MessageLayout
* layout;
450
struct
MessageLayout
{
456
MessageLayout
* create_layout(const upb_msgdef* msgdef);
457
void free_layout(
MessageLayout
* layout);
458
VALUE layout_get(
MessageLayout
* layout,
461
void layout_set(
MessageLayout
* layout
[
all
...]
Completed in 41 milliseconds