Searched defs:Repeats (Results 1 – 4 of 4) sorted by relevance
/external/golang-protobuf/jsonpb/jsonpb_test_proto/ |
D | test_objects.pb.go | 336 type Repeats struct { struct 337 …l []bool `protobuf:"varint,1,rep,name=r_bool,json=rBool" json:"r_bool,omitempty"` 338 … []int32 `protobuf:"varint,2,rep,name=r_int32,json=rInt32" json:"r_int32,omitempty"` 339 … []int64 `protobuf:"varint,3,rep,name=r_int64,json=rInt64" json:"r_int64,omitempty"` 340 … []uint32 `protobuf:"varint,4,rep,name=r_uint32,json=rUint32" json:"r_uint32,omitempty"` 341 … []uint64 `protobuf:"varint,5,rep,name=r_uint64,json=rUint64" json:"r_uint64,omitempty"` 342 … []int32 `protobuf:"zigzag32,6,rep,name=r_sint32,json=rSint32" json:"r_sint32,omitempty"` 343 … []int64 `protobuf:"zigzag64,7,rep,name=r_sint64,json=rSint64" json:"r_sint64,omitempty"` 344 … []float32 `protobuf:"fixed32,8,rep,name=r_float,json=rFloat" json:"r_float,omitempty"` 345 … []float64 `protobuf:"fixed64,9,rep,name=r_double,json=rDouble" json:"r_double,omitempty"` [all …]
|
D | test_objects.proto | 76 message Repeats { message
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86SelectionDAGInfo.cpp | 214 RepMovsRepeats Repeats(ConstantSize->getZExtValue()); in EmitTargetCodeForMemcpy() local
|
/external/clang/tools/c-index-test/ |
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
|