Home
last modified time | relevance | path

Searched refs:E_ZERO (Results 1 – 4 of 4) sorted by relevance

/external/golang-protobuf/protoc-gen-go/testdata/
Dimport_public_test.go49 E: mainpb.E_ZERO.Enum(),
52 E: mainpb.E_ZERO.Enum(),
57 E: subpb.E_ZERO.Enum(),
60 E: subpb.E_ZERO.Enum(),
/external/golang-protobuf/protoc-gen-go/testdata/import_public/
Da.pb.go45 const E_ZERO = E(sub.E_ZERO) const
110 return sub.E_ZERO
Db.pb.go68 return sub.E_ZERO
/external/golang-protobuf/protoc-gen-go/testdata/import_public/sub/
Da.pb.go26 E_ZERO E = 0 const