Home
last modified time | relevance | path

Searched defs:SizeInput (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/golang-protobuf/runtime/protoiface/
H A Dmethods.go56 type SizeInput = struct { struct
57 pragma.NoUnkeyedLiterals
59 Message protoreflect.Message
60 Flags MarshalInputFlags
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dcompiled_autograd.h20 struct SizeInput { struct
23 SizeInput(DynType dt, int64_t v) : dyn_type(dt), value(v) {} in SizeInput() argument
24 DynType dyn_type;
25 int64_t value;
/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dencode.go33 func (mi *MessageInfo) size(in piface.SizeInput) piface.SizeOutput {