Home
last modified time | relevance | path

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

/third_party/protobuf/ruby/ext/google/protobuf_c/
Dstorage.c41 #define CHARPTR_AT(msg, ofs) ((char*)msg + ofs) macro
42 #define DEREF_OFFSET(msg, ofs, type) *(type*)CHARPTR_AT(msg, ofs)
1003 VALUE* value = (VALUE*)CHARPTR_AT(storage, layout->value_offset); in layout_init()
1016 VALUE* values = (VALUE*)CHARPTR_AT(storage, layout->value_offset); in layout_mark()
1026 uint32_t* case_ptr = (uint32_t*)CHARPTR_AT(storage, oneof->case_offset); in layout_mark()