Searched refs:google_protobuf_Timestamp_msginit (Results 1 – 9 of 9) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/protobuf/ |
D | timestamp.upb.h | 25 extern const upb_msglayout google_protobuf_Timestamp_msginit; 31 return (google_protobuf_Timestamp *)_upb_msg_new(&google_protobuf_Timestamp_msginit, arena); in google_protobuf_Timestamp_new() 36 …return (ret && upb_decode(buf, size, ret, &google_protobuf_Timestamp_msginit, arena)) ? ret : NULL; in google_protobuf_Timestamp_parse() 41 return (ret && _upb_decode(buf, size, ret, &google_protobuf_Timestamp_msginit, arena, options)) in google_protobuf_Timestamp_parse_ex() 45 return upb_encode(msg, &google_protobuf_Timestamp_msginit, arena, len); in google_protobuf_Timestamp_serialize()
|
D | timestamp.upb.c | 20 const upb_msglayout google_protobuf_Timestamp_msginit = { variable
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upbdefs-generated/google/protobuf/ |
D | timestamp.upbdefs.c | 12 extern const upb_msglayout google_protobuf_Timestamp_msginit; 15 &google_protobuf_Timestamp_msginit,
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/src/proto/grpc/lb/v1/ |
D | load_balancer.upb.c | 55 &google_protobuf_Timestamp_msginit,
|
D | load_balancer.upb.h | 53 extern const upb_msglayout google_protobuf_Timestamp_msginit; 205 … sub = (struct google_protobuf_Timestamp*)_upb_msg_new(&google_protobuf_Timestamp_msginit, arena); in grpc_lb_v1_ClientStats_mutable_timestamp()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/api/expr/v1alpha1/ |
D | syntax.upb.c | 171 &google_protobuf_Timestamp_msginit,
|
D | syntax.upb.h | 65 extern const upb_msglayout google_protobuf_Timestamp_msginit; 725 … sub = (struct google_protobuf_Timestamp*)_upb_msg_new(&google_protobuf_Timestamp_msginit, arena); in google_api_expr_v1alpha1_Constant_mutable_timestamp_value()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/validate/ |
D | validate.upb.c | 426 &google_protobuf_Timestamp_msginit,
|
D | validate.upb.h | 95 extern const upb_msglayout google_protobuf_Timestamp_msginit; 2127 … sub = (struct google_protobuf_Timestamp*)_upb_msg_new(&google_protobuf_Timestamp_msginit, arena); in validate_TimestampRules_mutable_const() 2140 … sub = (struct google_protobuf_Timestamp*)_upb_msg_new(&google_protobuf_Timestamp_msginit, arena); in validate_TimestampRules_mutable_lt() 2153 … sub = (struct google_protobuf_Timestamp*)_upb_msg_new(&google_protobuf_Timestamp_msginit, arena); in validate_TimestampRules_mutable_lte() 2166 … sub = (struct google_protobuf_Timestamp*)_upb_msg_new(&google_protobuf_Timestamp_msginit, arena); in validate_TimestampRules_mutable_gt() 2179 … sub = (struct google_protobuf_Timestamp*)_upb_msg_new(&google_protobuf_Timestamp_msginit, arena); in validate_TimestampRules_mutable_gte()
|