Home
last modified time | relevance | path

Searched refs:google_protobuf_ListValue_msginit (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/upbdefs-generated/google/protobuf/
Dstruct.upbdefs.c15 extern const upb_msglayout google_protobuf_ListValue_msginit;
21 &google_protobuf_ListValue_msginit,
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/protobuf/
Dstruct.upb.h34 extern const upb_msglayout google_protobuf_ListValue_msginit;
163 … sub = (struct google_protobuf_ListValue*)_upb_msg_new(&google_protobuf_ListValue_msginit, arena); in google_protobuf_Value_mutable_list_value()
173 return (google_protobuf_ListValue *)_upb_msg_new(&google_protobuf_ListValue_msginit, arena); in google_protobuf_ListValue_new()
178 …return (ret && upb_decode(buf, size, ret, &google_protobuf_ListValue_msginit, arena)) ? ret : NULL; in google_protobuf_ListValue_parse()
183 return (ret && _upb_decode(buf, size, ret, &google_protobuf_ListValue_msginit, arena, options)) in google_protobuf_ListValue_parse_ex()
187 return upb_encode(msg, &google_protobuf_ListValue_msginit, arena, len); in google_protobuf_ListValue_serialize()
Dstruct.upb.c45 &google_protobuf_ListValue_msginit,
72 const upb_msglayout google_protobuf_ListValue_msginit = { variable