Home
last modified time | relevance | path

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

/third_party/protobuf/php/ext/google/protobuf/
Dprotobuf.h89 bool ObjCache_Get(const void *key, zval *val);
Ddef.c133 if (!ObjCache_Get(key, val)) { in EnumDescriptor_FromClassEntry()
251 if (!ObjCache_Get(o, val)) { in OneofDescriptor_FromOneofDef()
343 if (!ObjCache_Get(f, val)) { in FieldDescriptor_FromFieldDef()
515 if (!ObjCache_Get(ce, val)) { in Descriptor_FromClassEntry()
Dprotobuf.c241 bool ObjCache_Get(const void *upb_obj, zval *val) { in ObjCache_Get() function
Darray.c118 if (!ObjCache_Get(arr, val)) { in RepeatedField_GetPhpWrapper()
Dmap.c113 if (!ObjCache_Get(map, val)) { in MapField_GetPhpWrapper()
Dmessage.c316 if (!ObjCache_Get(msg, val)) { in Message_GetPhpWrapper()