Home
last modified time | relevance | path

Searched refs:GetMessageSetWireFormat (Results 1 – 3 of 3) sorted by relevance

/external/golang-protobuf/descriptor/
Ddescriptor_test.go26 if md.GetOptions().GetMessageSetWireFormat() {
/external/golang-protobuf/protoc-gen-go/generator/
Dgenerator.go2055 if opts := mc.message.Options; opts != nil && opts.GetMessageSetWireFormat() {
2422 isMessageSet: opts != nil && opts.GetMessageSetWireFormat(),
2554 …if extDesc.GetOptions().GetMessageSetWireFormat() && typeName[len(typeName)-1] == "message_set_ext…
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1682 func (m *MessageOptions) GetMessageSetWireFormat() bool { func