Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upbc/
Dmessage_layout.h19 void MaxFrom(const Size& other) { in MaxFrom() function
37 void MaxFrom(const SizeAndAlign& other) { in MaxFrom() function
38 size.MaxFrom(other.size); in MaxFrom()
39 align.MaxFrom(other.align); in MaxFrom()
Dmessage_layout.cc22 maxalign_.MaxFrom(size_and_align.size); in Place()
179 oneof_maxsize.MaxFrom(SizeOf(oneof->field(i))); in PlaceOneofFields()