Home
last modified time | relevance | path

Searched defs:DefPool (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/reflection/
Ddef.hpp520 class DefPool { class
522 DefPool() : ptr_(upb_DefPool_New(), upb_DefPool_Free) {} in DefPool() function in upb::DefPool
523 explicit DefPool(upb_DefPool* s) : ptr_(s, upb_DefPool_Free) {} in DefPool() function in upb::DefPool
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/reflection/
H A Ddef.hpp522 class DefPool { class
524 DefPool() : ptr_(upb_DefPool_New(), upb_DefPool_Free) {} in DefPool() function in upb::DefPool
525 explicit DefPool(upb_DefPool* s) : ptr_(s, upb_DefPool_Free) {} in DefPool() function in upb::DefPool