Searched refs:PROTO_VAL (Results 1 – 8 of 8) sorted by relevance
/external/cronet/third_party/protobuf/php/ext/google/protobuf/ |
D | protobuf.h | 59 #define PROTO_VAL zval macro 70 #define PROTO_VAL zend_object macro
|
D | message.c | 284 static int Message_has_property(PROTO_VAL *obj, PROTO_STR *member, in Message_has_property() 319 static void Message_unset_property(PROTO_VAL *obj, PROTO_STR *member, in Message_unset_property() 356 static zval *Message_read_property(PROTO_VAL *obj, PROTO_STR *member, in Message_read_property() 388 PROTO_VAL *obj, PROTO_STR *member, zval *val, void **cache_slot) { in Message_write_property() 414 static zval *Message_get_property_ptr_ptr(PROTO_VAL *object, PROTO_STR *member, in Message_get_property_ptr_ptr() 427 static zend_object *Message_clone_obj(PROTO_VAL *object) { in Message_clone_obj() 445 static HashTable *Message_get_properties(PROTO_VAL *object) { in Message_get_properties()
|
D | array.c | 121 static zend_object *RepeatedField_clone_obj(PROTO_VAL *object) { in RepeatedField_clone_obj() 138 static HashTable *RepeatedField_GetProperties(PROTO_VAL *object) { in RepeatedField_GetProperties() 142 static zval *RepeatedField_GetPropertyPtrPtr(PROTO_VAL *object, in RepeatedField_GetPropertyPtrPtr()
|
D | map.c | 136 static zend_object *MapField_clone_obj(PROTO_VAL *object) { in MapField_clone_obj() 154 static zval *Map_GetPropertyPtrPtr(PROTO_VAL *object, PROTO_STR *member, in Map_GetPropertyPtrPtr() 159 static HashTable *Map_GetProperties(PROTO_VAL *object) { in Map_GetProperties()
|
/external/protobuf/php/ext/google/protobuf/ |
D | protobuf.h | 59 #define PROTO_VAL zval macro 70 #define PROTO_VAL zend_object macro
|
D | message.c | 284 static int Message_has_property(PROTO_VAL *obj, PROTO_STR *member, in Message_has_property() 319 static void Message_unset_property(PROTO_VAL *obj, PROTO_STR *member, in Message_unset_property() 356 static zval *Message_read_property(PROTO_VAL *obj, PROTO_STR *member, in Message_read_property() 388 PROTO_VAL *obj, PROTO_STR *member, zval *val, void **cache_slot) { in Message_write_property() 414 static zval *Message_get_property_ptr_ptr(PROTO_VAL *object, PROTO_STR *member, in Message_get_property_ptr_ptr() 427 static zend_object *Message_clone_obj(PROTO_VAL *object) { in Message_clone_obj() 445 static HashTable *Message_get_properties(PROTO_VAL *object) { in Message_get_properties()
|
D | array.c | 121 static zend_object *RepeatedField_clone_obj(PROTO_VAL *object) { in RepeatedField_clone_obj() 138 static HashTable *RepeatedField_GetProperties(PROTO_VAL *object) { in RepeatedField_GetProperties() 142 static zval *RepeatedField_GetPropertyPtrPtr(PROTO_VAL *object, in RepeatedField_GetPropertyPtrPtr()
|
D | map.c | 136 static zend_object *MapField_clone_obj(PROTO_VAL *object) { in MapField_clone_obj() 154 static zval *Map_GetPropertyPtrPtr(PROTO_VAL *object, PROTO_STR *member, in Map_GetPropertyPtrPtr() 159 static HashTable *Map_GetProperties(PROTO_VAL *object) { in Map_GetProperties()
|