Home
last modified time | relevance | path

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

/external/cronet/third_party/protobuf/php/ext/google/protobuf/
Dprotobuf.h62 #define PROTO_STRVAL_P(obj) Z_STRVAL_P(obj) macro
73 #define PROTO_STRVAL_P(obj) ZSTR_VAL(obj) macro
Dmessage.c116 upb_MessageDef_FindFieldByNameWithSize(m, PROTO_STRVAL_P(member), PROTO_STRLEN_P(member)); in get_field()
/external/protobuf/php/ext/google/protobuf/
Dprotobuf.h62 #define PROTO_STRVAL_P(obj) Z_STRVAL_P(obj) macro
73 #define PROTO_STRVAL_P(obj) ZSTR_VAL(obj) macro
Dmessage.c116 upb_MessageDef_FindFieldByNameWithSize(m, PROTO_STRVAL_P(member), PROTO_STRLEN_P(member)); in get_field()