package unittest_issues

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message DeprecatedChild

unittest_issues.proto:60

Used in: DeprecatedFieldsMessage

(message has no fields)

enum DeprecatedEnum

unittest_issues.proto:63

Used in: DeprecatedFieldsMessage

message DeprecatedFieldsMessage

unittest_issues.proto:68

message Issue307

unittest_issues.proto:14

Issue 307: when generating doubly-nested types, any references should be of the form A.Types.B.Types.C.

(message has no fields)

message Issue307.NestedOnce

unittest_issues.proto:15

(message has no fields)

message Issue307.NestedOnce.NestedTwice

unittest_issues.proto:16

(message has no fields)

message ItemField

unittest_issues.proto:80

Issue 45: http://code.google.com/p/protobuf-csharp-port/issues/detail?id=45

enum NegativeEnum

unittest_issues.proto:45

Used in: NegativeEnumMessage

message NegativeEnumMessage

unittest_issues.proto:51

message ReservedNames

unittest_issues.proto:84

message ReservedNames.SomeNestedType

unittest_issues.proto:86

Force a nested type called Types

(message has no fields)

message TestJsonFieldOrdering

unittest_issues.proto:93

These fields are deliberately not declared in numeric order, and the oneof fields aren't contiguous either. This allows for reasonably robust tests of JSON output ordering. TestFieldOrderings in unittest_proto3.proto is similar, but doesn't include oneofs. TODO: Consider adding oneofs to TestFieldOrderings, although that will require fixing other tests in multiple platforms. Alternatively, consider just adding this to unittest_proto3.proto if multiple platforms want it.

message TestJsonName

unittest_issues.proto:121