Home
last modified time | relevance | path

Searched defs:upb_def_init (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.h300 typedef struct upb_def_init { struct
301 struct upb_def_init **deps; /* Dependencies of this file. */ argument
305 } upb_def_init; argument
/external/protobuf/php/ext/google/protobuf/
Dupb.h3937 typedef struct upb_def_init { struct
3938 struct upb_def_init **deps; argument
3941 } upb_def_init; argument
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c1213 static bool upb_def_init(upb_def *def, upb_deftype_t type, in upb_def_init() function