Searched refs:google_protobuf_Value_msginit (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/protobuf/ |
D | struct.upb.c | 30 &google_protobuf_Value_msginit, 58 const upb_msglayout google_protobuf_Value_msginit = { variable 65 &google_protobuf_Value_msginit,
|
D | struct.upb.h | 33 extern const upb_msglayout google_protobuf_Value_msginit; 92 return (google_protobuf_Value *)_upb_msg_new(&google_protobuf_Value_msginit, arena); in google_protobuf_Value_new() 97 return (ret && upb_decode(buf, size, ret, &google_protobuf_Value_msginit, arena)) ? ret : NULL; in google_protobuf_Value_parse() 102 return (ret && _upb_decode(buf, size, ret, &google_protobuf_Value_msginit, arena, options)) in google_protobuf_Value_parse_ex() 106 return upb_encode(msg, &google_protobuf_Value_msginit, arena, len); in google_protobuf_Value_serialize() 200 …buf_Value* sub = (struct google_protobuf_Value*)_upb_msg_new(&google_protobuf_Value_msginit, arena… in google_protobuf_ListValue_add_values()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upbdefs-generated/google/protobuf/ |
D | struct.upbdefs.c | 14 extern const upb_msglayout google_protobuf_Value_msginit; 20 &google_protobuf_Value_msginit,
|