Searched refs:upbtypeconst (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | encode_decode.c | 1107 #define T(upbtypeconst, upbtype, ctype, default_value) \ in put_optional_value() argument 1108 case upbtypeconst: { \ in put_optional_value() 1457 #define T(upbtypeconst, upbtype, ctype, default_value) \ in putrawmsg() argument 1458 case upbtypeconst: { \ in putrawmsg() 1586 #define T(upbtypeconst, upbtype, ctype) \ in putarray() argument 1587 case upbtypeconst: \ in putarray()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | encode_decode.c | 1030 #define T(upbtypeconst, upbtype, ctype) \ in putary() argument 1031 case upbtypeconst: \ in putary() 1363 #define T(upbtypeconst, upbtype, ctype, default_value) \ in putmsg() argument 1364 case upbtypeconst: { \ in putmsg()
|