Searched refs:PHP_PROTO_FIELD_ACCESSORS (Results 1 – 1 of 1) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | message.c | 619 #define PHP_PROTO_FIELD_ACCESSORS(UPPER_CLASS, LOWER_CLASS, UPPER_FIELD, \ macro 1388 PHP_PROTO_FIELD_ACCESSORS(Any, any, TypeUrl, "type_url") 1389 PHP_PROTO_FIELD_ACCESSORS(Any, any, Value, "value") 1556 PHP_PROTO_FIELD_ACCESSORS(Duration, duration, Seconds, "seconds") 1557 PHP_PROTO_FIELD_ACCESSORS(Duration, duration, Nanos, "nanos") 1591 PHP_PROTO_FIELD_ACCESSORS(Timestamp, timestamp, Seconds, "seconds") 1592 PHP_PROTO_FIELD_ACCESSORS(Timestamp, timestamp, Nanos, "nanos") 1793 PHP_PROTO_FIELD_ACCESSORS(Api, api, Name, "name") 1794 PHP_PROTO_FIELD_ACCESSORS(Api, api, Methods, "methods") 1795 PHP_PROTO_FIELD_ACCESSORS(Api, api, Options, "options") [all …]
|