Home
last modified time | relevance | path

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

/external/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)