webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Represents a single test case's input. The testee should: More...
Public Types | |
enum | PayloadOneofCase { PayloadOneofCase.None = 0, PayloadOneofCase.ProtobufPayload = 1, PayloadOneofCase.JsonPayload = 2 } |
Enum of possible cases for the "payload" oneof. More... | |
Public Member Functions | |
ConformanceRequest () | |
ConformanceRequest (ConformanceRequest other) | |
ConformanceRequest | Clone () |
void | ClearPayload () |
override bool | Equals (object other) |
bool | Equals (ConformanceRequest other) |
override int | GetHashCode () |
override string | ToString () |
void | WriteTo (pb::CodedOutputStream output) |
int | CalculateSize () |
void | MergeFrom (ConformanceRequest other) |
void | MergeFrom (pb::CodedInputStream input) |
Public Attributes | |
const int | ProtobufPayloadFieldNumber = 1 |
Field number for the "protobuf_payload" field. More... | |
const int | JsonPayloadFieldNumber = 2 |
Field number for the "json_payload" field. More... | |
const int | RequestedOutputFormatFieldNumber = 3 |
Field number for the "requested_output_format" field. More... | |
Properties | |
static pb::MessageParser< ConformanceRequest > | Parser [get] |
static pbr::MessageDescriptor | Descriptor [get] |
pb::ByteString | ProtobufPayload [get, set] |
string | JsonPayload [get, set] |
global::Conformance.WireFormat | RequestedOutputFormat [get, set] |
Which format should the testee serialize its message to? More... | |
PayloadOneofCase | PayloadCase [get] |
Represents a single test case's input. The testee should:
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
const int Conformance.ConformanceRequest.JsonPayloadFieldNumber = 2 |
Field number for the "json_payload" field.
const int Conformance.ConformanceRequest.ProtobufPayloadFieldNumber = 1 |
Field number for the "protobuf_payload" field.
const int Conformance.ConformanceRequest.RequestedOutputFormatFieldNumber = 3 |
Field number for the "requested_output_format" field.
|
staticget |
|
getset |
|
staticget |
|
get |
|
getset |
|
getset |
Which format should the testee serialize its message to?