Home
last modified time | relevance | path

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

/external/golang-protobuf/protoc-gen-go/plugin/
Dplugin.pb.go99ProtoFile []*google_protobuf.FileDescriptorProto `protobuf:"bytes,15,rep,name=proto_file,json=prot… member
126 return m.ProtoFile
Dplugin.pb.golden18ProtoFile []*google_protobuf.FileDescriptorProto `protobuf:"bytes,15,rep,name=proto_file" j…
/external/protobuf/python/google/protobuf/internal/
Ddescriptor_pool_test.py354 class ProtoFile(object): class
671 TEST1_FILE = ProtoFile(
717 TEST2_FILE = ProtoFile(
/external/golang-protobuf/protoc-gen-go/generator/
Dgenerator.go808 g.allFiles = make([]*FileDescriptor, 0, len(g.Request.ProtoFile))
810 for _, f := range g.Request.ProtoFile {