Lines Matching refs:Handlers

3553 ** upb::Handlers (upb_handlers)
3591 * of Handlers::Freeze that allows specifying this as a parameter. */
3595 * Only needed for the advanced functions in upb::Handlers. */
3621 /* A selector refers to a specific field handler in the Handlers object
3625 /* Static selectors for upb::Handlers. */
3790 typedef upb_handlers Handlers;
3863 /* A upb::Handlers object represents the set of handlers associated with a
5399 /* A upb::Sink is an object that binds a upb::Handlers object to some runtime
5419 * Also to ponder: selectors right now are independent of a specific Handlers
5426 * Having another selector-like thing that is specific to a Handlers instance
5428 * ahead-of-time that can be bound to any Handlers instance at runtime. For
5430 * Handlers it will be bound to, so when it calls sink->StartString() what
5432 * independent of any particular upb::Handlers.
5434 * Is there a way then to allow Handlers table compaction? */
5453 * TODO: once the Handlers know the expected closure type, verify that T
5468 * TODO: once the Handlers know the expected closure type, verify that T
5662 * TODO(haberman): once the Handlers know the expected closure type, verify
5775 * Handlers. */
5786 const Handlers *dest_handlers() const {
6452 /* Creates a new encoder in the given environment. The Handlers must have
6454 static EncoderPtr Create(Arena* arena, const Handlers* handlers,
6480 ** Handlers for writing to protobuf text format.
6687 ** Handlers that emit JSON according to a specific protobuf schema.
6733 static PrinterPtr Create(Arena *arena, const upb::Handlers *handlers,