Home
last modified time | relevance | path

Searched defs:Payload (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_utility.h34 struct Payload { struct
37 PayloadUnion typeSpecific; argument
40 typedef std::map<int8_t, Payload*> PayloadTypeMap; argument
/external/libese/tools/ese_replay/
Dpayload.h26 struct Payload { struct
31 bool payload_init(struct Payload *p, uint32_t tx_len, uint32_t exp_len); argument
/external/llvm/include/llvm/Support/
DError.h173 Error(std::unique_ptr<ErrorInfoBase> Payload) { in Error()
276 ErrorInfoBase *Payload; variable
477 inline Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload) { in handleErrorImpl()
482 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, in handleErrorImpl()
502 std::unique_ptr<ErrorInfoBase> Payload = E.takePayload(); in handleErrors() local
DOnDiskHashTable.h432 const unsigned char *Payload; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DError.h189 Error(std::unique_ptr<ErrorInfoBase> Payload) { in Error()
291 ErrorInfoBase *Payload; variable
497 inline Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload) { in handleErrorImpl()
502 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, in handleErrorImpl()
522 std::unique_ptr<ErrorInfoBase> Payload = E.takePayload(); in handleErrors() local
/external/v8/src/snapshot/
Dsnapshot-common.cc221 Vector<const byte> SnapshotData::Payload() const { in Payload() function in v8::internal::SnapshotData
Dcode-serializer.cc451 Vector<const byte> SerializedCodeData::Payload() const { in Payload() function in v8::internal::SerializedCodeData
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSTLExtras.h297 Optional<PayloadType> Payload; variable
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp556 const unsigned char *Buckets, const unsigned char *const Payload, in InstrProfReaderIndex()
/external/llvm/unittests/ADT/
DAPFloatTest.cpp2898 const APInt Payload(64, (UINT64_C(1) << 50) | in TEST() local
3063 const APInt Payload(64, (UINT64_C(1) << 50) | in TEST() local
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs1697 public global::Google.Protobuf.TestProtos.TestAllTypes Payload { property in Google.Protobuf.TestProtos.NestedTestAllTypes