Lines Matching refs:UpbBind
4102 * with the UpbBind() and UpbMakeHandler() macros; see below. */
4207 * handers->SetInt32Handler(f, UpbBind(OnValue, new MyHandlerData(...)));
4227 * h->SetValueHandler<T>(f, UpbBind(MyHandler<T>, MyData)); */
4282 * h->SetStartSequenceHandler(f, UpbBind(startseq, new MyHandlerData(...)));
4298 * h->SetStartSubMessageHandler(f, UpbBind(startsubmsg,
4421 * handlers->SetInt32Handler(f1, UpbBind(OnValue1, new MyHandlerData(...)));
4435 #define UpbBind(f, d) upb::MatchFunc(f).template GetFunc<f>((d))
4444 #define UpbBind(f, d) upb::MatchFunc(f).GetFunc<f>((d))
4458 UpbBind macros above. */