Searched refs:Payload (Results 1 – 4 of 4) sorted by relevance
116 Payload result; in TEST()117 Payload expected; in TEST()136 Payload result; in TEST()137 Payload expected; in TEST()170 Payload result; in TEST()171 Payload expected; in TEST()218 Payload result; in TEST()219 Payload expected; in TEST()280 Payload result; in TEST()281 Payload expected; in TEST()[all …]
493 Payload buffer; in main()495 [](void* ptr) { static_cast<Payload*>(ptr)->Rewind(); }, in main()496 [](void* ptr) { static_cast<Payload*>(ptr)->Clear(); }, in main()
203 class Payload : public MessageWriter,212 Payload() = default;213 explicit Payload(size_type count, uint8_t value = 0) { Append(count, value); }214 Payload(const Payload& other) : buffer_(other.buffer_) {}215 Payload(const std::initializer_list<uint8_t>& initializer) {220 Payload& operator=(const Payload& other) {225 Payload& operator=(const std::initializer_list<uint8_t>& initializer) {233 bool operator==(const Payload& other) const {236 bool operator!=(const Payload& other) const {
1756 Payload = other.payload_ != null ? other.Payload.Clone() : null; in NestedTestAllTypes()1780 public global::Google.Protobuf.TestProtos.TestAllTypes Payload { property in Google.Protobuf.TestProtos.NestedTestAllTypes1811 if (!object.Equals(Payload, other.Payload)) return false; in Equals()1820 if (payload_ != null) hash ^= Payload.GetHashCode(); in GetHashCode()1838 output.WriteMessage(Payload); in WriteTo()1850 size += 1 + pb::CodedOutputStream.ComputeMessageSize(Payload); in CalculateSize()1871 Payload.MergeFrom(other.Payload); in MergeFrom()