Home | History | Annotate | Download | only in callbacks

Lines Matching full:decode

21     /* Print the string, in format comparable with protoc --decode.
73 testmessage.submsg.stringvalue.funcs.decode = &print_string;
75 testmessage.submsg.int32value.funcs.decode = &print_int32;
77 testmessage.submsg.fixed32value.funcs.decode = &print_fixed32;
79 testmessage.submsg.fixed64value.funcs.decode = &print_fixed64;
82 testmessage.stringvalue.funcs.decode = &print_string;
84 testmessage.int32value.funcs.decode = &print_int32;
86 testmessage.fixed32value.funcs.decode = &print_fixed32;
88 testmessage.fixed64value.funcs.decode = &print_fixed64;
90 testmessage.repeatedstring.funcs.decode = &print_string;