Home
last modified time | relevance | path

Searched defs:proto3 (Results 1 – 9 of 9) sorted by relevance

/external/golang-protobuf/protoc-gen-go/testdata/proto3/
Dproto3.proto34 package proto3; package
Dproto3.pb.go4 package proto3 package
/external/nanopb-c/generator/proto/
Dnanopb.proto76 optional bool proto3 = 12 [default = false]; field
/external/nanopb-c/generator/nanopb/
Doptions.proto84 optional bool proto3 = 12 [default = false]; field
/external/protobuf/src/google/protobuf/util/
Djson_format_proto3.proto33 package proto3; package
/external/tensorflow/tensorflow/core/framework/
Dtensor_slice_test.cc271 TensorSliceProto proto3; in TEST() local
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dproperties.go142 proto3 bool // whether this is known to be a proto3 field member
/external/golang-protobuf/proto/
Dproperties.go142 proto3 bool // whether this is known to be a proto3 field member
/external/golang-protobuf/protoc-gen-go/generator/
Dgenerator.go127 func (c *common) proto3() bool { return fileIsProto3(c.file.FileDescriptorProto) } func
278 proto3 bool // whether to generate proto3 code for this file member
369 proto3 bool // Whether this came from a proto3 file. member