Home
last modified time | relevance | path

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

/external/golang-protobuf/internal/testprotos/textpb2/
Dtest.pb.go1228 type KnownTypes struct { struct
1229 state protoimpl.MessageState
1230 sizeCache protoimpl.SizeCache
1231 unknownFields protoimpl.UnknownFields
1233 …rapperspb.BoolValue `protobuf:"bytes,1,opt,name=opt_bool,json=optBool" json:"opt_bool,omitempty"`
1234 …perspb.Int32Value `protobuf:"bytes,2,opt,name=opt_int32,json=optInt32" json:"opt_int32,omitempty"`
1235 …perspb.Int64Value `protobuf:"bytes,3,opt,name=opt_int64,json=optInt64" json:"opt_int64,omitempty"`
1236 …spb.UInt32Value `protobuf:"bytes,4,opt,name=opt_uint32,json=optUint32" json:"opt_uint32,omitempty"`
1237 …spb.UInt64Value `protobuf:"bytes,5,opt,name=opt_uint64,json=optUint64" json:"opt_uint64,omitempty"`
1238 …perspb.FloatValue `protobuf:"bytes,6,opt,name=opt_float,json=optFloat" json:"opt_float,omitempty"`
[all …]
Dtest.proto211 message KnownTypes { message
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
DRandomIRBuilder.h27 SmallVector<Type *, 16> KnownTypes; member