Home
last modified time | relevance | path

Searched refs:ResultCount (Results 1 – 6 of 6) sorted by relevance

/external/golang-protobuf/proto/
Dany_test.go80 ResultCount: 47,
85 ResultCount: 47,
90 ResultCount: 47,
Dproto3_test.go69 ResultCount: 47, // (0 | 7<<3): 0x38 0x2f
Dsize_test.go134 {"proto3 int64", &proto3pb.Message{ResultCount: 1}},
Dtext_test.go489 ResultCount: 47,
/external/golang-protobuf/proto/proto3_proto/
Dproto3.pb.go61ResultCount int64 `protobuf:"varint,7,opt,name=result_count,… member
136 return m.ResultCount
/external/clang/lib/Sema/
DSemaTemplate.cpp187 unsigned ResultCount = R.end() - R.begin(); in isTemplateName() local
188 if (ResultCount > 1) { in isTemplateName()