webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Enumerations
UnitTest.Issues.TestProtos Namespace Reference

Classes

class  DeprecatedChild
 
class  DeprecatedFieldsMessage
 
class  Issue307
 Issue 307: when generating doubly-nested types, any references should be of the form A.Types.B.Types.C. More...
 
class  ItemField
 Issue 45: http://code.google.com/p/protobuf-csharp-port/issues/detail?id=45 More...
 
class  NegativeEnumMessage
 
class  ReservedNames
 
class  TestJsonFieldOrdering
 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. More...
 
class  TestJsonName
 
class  UnittestIssuesReflection
 Holder for reflection information generated from unittest_issues.proto
 

Enumerations

enum  NegativeEnum { NegativeEnum.Zero = 0, NegativeEnum.FiveBelow = -5, NegativeEnum.MinusOne = -1 }
 
enum  DeprecatedEnum { DeprecatedEnum.DeprecatedZero = 0, DeprecatedEnum.One = 1 }
 

Enumeration Type Documentation

◆ DeprecatedEnum

Enumerator
DeprecatedZero 
One 

◆ NegativeEnum

Enumerator
Zero 
FiveBelow 
MinusOne