HomeSort by relevance Sort by last modified time
    Searched refs:upb_cleanup_func (Results 1 - 4 of 4) sorted by null

  /external/protobuf/php/ext/google/protobuf/
upb.h 5133 typedef void upb_cleanup_func(void *ud); typedef in class:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler
    [all...]
upb.c     [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 554 typedef void upb_cleanup_func(void *ud); typedef
564 bool upb_arena_addcleanup(upb_arena *a, upb_cleanup_func *func, void *ud);
609 bool AddCleanup(upb_cleanup_func* func, void* ud) {
688 bool upb_env_addcleanup(upb_env *e, upb_cleanup_func *func, void *ud);
    [all...]
upb.c     [all...]

Completed in 75 milliseconds