Searched refs:OBJ_PROP (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | storage.c | 769 CACHED_VALUE* property_ptr = OBJ_PROP(object, cache_index); in layout_init() 859 OBJ_PROP(&header->std, property_cache_index); in layout_set() 1055 OBJ_PROP(&to->std, property_cache_index); in layout_merge()
|
D | encode_decode.c | 737 OBJ_PROP(&msg->std, oneofdata->property_ofs); in oneofbytes_handler() 752 OBJ_PROP(&msg->std, oneofdata->property_ofs); in oneofstr_end_handler() 793 OBJ_PROP(&msg->std, oneofdata->property_ofs); in oneofsubmsg_handler()
|
D | message.c | 180 OBJ_PROP(Z_OBJ_P(object), property_info->offset) TSRMLS_CC); 477 cached = OBJ_PROP(Z_OBJ_P(msg), property_cache_index); 491 cached = OBJ_PROP(Z_OBJ_P(msg), property_info->offset);
|
D | protobuf.h | 207 #define OBJ_PROP(OBJECT, OFFSET) &((OBJECT)->properties_table[OFFSET]) macro
|