Home
last modified time | relevance | path

Searched refs:google_protobuf_UInt32Value_value (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/protobuf/
Dwrappers.upb.h202 UPB_INLINE uint32_t google_protobuf_UInt32Value_value(const google_protobuf_UInt32Value *msg) { ret… in google_protobuf_UInt32Value_value() function
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.cc1281 total_weight = google_protobuf_UInt32Value_value(weight); in RouteActionParse()
1307 cluster.weight = google_protobuf_UInt32Value_value(weight); in RouteActionParse()
1833 google_protobuf_UInt32Value_value(max_requests); in CdsResponseParse()
1885 lb_weight != nullptr ? google_protobuf_UInt32Value_value(lb_weight) : 0; in LocalityParse()