Searched defs:Payload (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_utility.h34 struct Payload { struct in namespace:webrtc::RtpUtility
40 typedef std::map<int8_t, Payload*> PayloadTypeMap;
/external/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h120 /// \brief Payload interface to be specialized by each matcher type.
123 class Payload : public RefCountedBaseVPTR { class in class:clang::ast_matchers::dynamic::VariantMatcher
125 ~Payload() override;
212 explicit VariantMatcher(Payload *Value) : Value(Value) {}
220 IntrusiveRefCntPtr<const Payload> Value;
/external/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp78 VariantMatcher::Payload::~Payload() {}
80 class VariantMatcher::SinglePayload : public VariantMatcher::Payload {
111 class VariantMatcher::PolymorphicPayload : public VariantMatcher::Payload {
177 class VariantMatcher::VariadicOpPayload : public VariantMatcher::Payload {
/external/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h53 storage_type Buckets, storage_type Payload, storage_type Base,
56 Table(NumBuckets, NumEntries, Buckets, Payload, Base, InfoObj) {}
52 OnDiskTable(file_type File, unsigned NumBuckets, unsigned NumEntries, storage_type Buckets, storage_type Payload, storage_type Base, const Info &InfoObj) argument
/external/llvm/include/llvm/Support/
H A DOnDiskHashTable.h416 const unsigned char *Payload; member in class:llvm::OnDiskIterableChainedHashTable
478 const unsigned char *Payload,
482 Payload(Payload) {}
522 return key_iterator(Payload, this->getNumEntries(), &this->getInfoObj());
565 return data_iterator(Payload, this->getNumEntries(), &this->getInfoObj());
579 /// \param Payload is the beginning of the data contained in the table. This
587 Create(const unsigned char *Buckets, const unsigned char *const Payload, argument
594 Buckets, Payload, Base, InfoObj);
476 OnDiskIterableChainedHashTable(offset_type NumBuckets, offset_type NumEntries, const unsigned char *Buckets, const unsigned char *Payload, const unsigned char *Base, const Info &InfoObj = Info()) argument
/external/v8/src/snapshot/
H A Dserialize.cc2622 Vector<const byte> SnapshotData::Payload() const { function in class:v8::SnapshotData
2737 if (!Checksum(Payload()).Check(c1, c2)) return CHECKSUM_MISMATCH;
2766 Vector<const byte> SerializedCodeData::Payload() const { function in class:v8::SerializedCodeData

Completed in 4614 milliseconds