Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dstorage.c769 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()
Dencode_decode.c737 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()
Dmessage.c180 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);
Dprotobuf.h207 #define OBJ_PROP(OBJECT, OFFSET) &((OBJECT)->properties_table[OFFSET]) macro