Home
last modified time | relevance | path

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

/third_party/protobuf/php/ext/google/protobuf/
Ddef.h66 Descriptor* Descriptor_GetFromMessageDef(const upb_msgdef *m);
Ddef.c545 Descriptor* Descriptor_GetFromMessageDef(const upb_msgdef *m) { in Descriptor_GetFromMessageDef() function
580 return Descriptor_GetFromMessageDef(upb_fielddef_msgsubdef(f)); in Descriptor_GetFromFieldDef()
866 ZVAL_OBJ(&ret, &Descriptor_GetFromMessageDef(m)->std); in PHP_METHOD()