Searched defs:Repeats (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/golang-protobuf/internal/testprotos/textpb3/ |
H A D | test.pb.go | 284 type Repeats struct { struct 285 state protoimpl.MessageState 286 sizeCache protoimpl.SizeCache 287 unknownFields protoimpl.UnknownFields 289 …ool `protobuf:"varint,1,rep,packed,name=rpt_bool,json=rptBool,proto3" json:"rpt_bool,omitempty"` 290 …2 `protobuf:"varint,2,rep,packed,name=rpt_int32,json=rptInt32,proto3" json:"rpt_int32,omitempty"` 291 …4 `protobuf:"varint,3,rep,packed,name=rpt_int64,json=rptInt64,proto3" json:"rpt_int64,omitempty"` 292 … `protobuf:"varint,4,rep,packed,name=rpt_uint32,json=rptUint32,proto3" json:"rpt_uint32,omitempty"` 293 … `protobuf:"varint,5,rep,packed,name=rpt_uint64,json=rptUint64,proto3" json:"rpt_uint64,omitempty"` 294 …32 `protobuf:"fixed32,6,rep,packed,name=rpt_float,json=rptFloat,proto3" json:"rpt_float,omitempty"` [all …]
|
H A D | test.proto | 37 message Repeats { message
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/textpb2/ |
H A D | test.pb.go | 377 type Repeats struct { struct 378 state protoimpl.MessageState 379 sizeCache protoimpl.SizeCache 380 unknownFields protoimpl.UnknownFields 382 RptBool []bool `protobuf:"varint,1,rep,name=rpt_bool,json=rptBool" json:"rpt_bool,omitempty"` 383 …tInt32 []int32 `protobuf:"varint,2,rep,name=rpt_int32,json=rptInt32" json:"rpt_int32,omitempty"` 384 …tInt64 []int64 `protobuf:"varint,3,rep,name=rpt_int64,json=rptInt64" json:"rpt_int64,omitempty"` 385 …nt32 []uint32 `protobuf:"varint,4,rep,name=rpt_uint32,json=rptUint32" json:"rpt_uint32,omitempty"` 386 …nt64 []uint64 `protobuf:"varint,5,rep,name=rpt_uint64,json=rptUint64" json:"rpt_uint64,omitempty"` 387 …Float []float32 `protobuf:"fixed32,6,rep,name=rpt_float,json=rptFloat" json:"rpt_float,omitempty"` [all …]
|
H A D | test.proto | 65 message Repeats { message
|
/aosp_15_r20/external/clang/tools/c-index-test/ |
H A D | c-index-test.c | 1628 unsigned Repeats = 0; in perform_test_load_source() local 2163 unsigned I, Repeats = 1; in perform_code_completion() local 2303 unsigned Repeats = 1; in inspect_cursor_at() local 2587 unsigned Repeats = 1; in find_file_refs_at() local 2695 unsigned Repeats = 1; in find_file_includes_in() local
|