HomeSort by relevance Sort by last modified time
    Searched defs:Payload (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_utility.h 38 struct Payload
45 typedef std::map<int8_t, Payload*> PayloadTypeMap;
  /external/chromium_org/chrome/browser/ui/app_list/search/common/
webservice_cache.h 66 struct Payload {
67 Payload(const base::Time& time,
70 Payload() {}
78 void operator()(Payload& payload);
80 typedef base::MRUCacheBase<std::string, Payload, CacheDeletor> Cache;
85 // Populates the payload parameter with the corresponding payload stored
89 Payload* payload);
    [all...]
  /external/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 60 /// \brief Payload interface to be specialized by each matcher type.
63 class Payload : public RefCountedBaseVPTR {
65 virtual ~Payload();
138 explicit VariantMatcher(Payload *Value) : Value(Value) {}
184 IntrusiveRefCntPtr<const Payload> Value;
  /external/clang/lib/ASTMatchers/Dynamic/
VariantValue.cpp 24 VariantMatcher::Payload::~Payload() {}
26 class VariantMatcher::SinglePayload : public VariantMatcher::Payload {
49 class VariantMatcher::PolymorphicPayload : public VariantMatcher::Payload {
98 class VariantMatcher::VariadicOpPayload : public VariantMatcher::Payload {
  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 32 /// payload and computes the hash for a given key. This should provide the
148 // Emit the payload of the table.
202 /// payload and computes the hash for a given key. This should provide the
347 /// the payload of entire structure. This is the value returned by
375 const unsigned char *Payload;
387 const unsigned char *Payload,
391 Payload(Payload) {}
458 return key_iterator(Payload, this->getNumEntries(), &this->getInfoObj());
531 return data_iterator(Payload, this->getNumEntries(), &this->getInfoObj())
    [all...]
  /external/chromium_org/v8/src/
serialize.h 189 kInnerPointer = 0x80, // First insn in code object or payload of cell.
633 SerializedCodeData(List<byte>* payload, CodeSerializer* cs);
654 const byte* Payload() const {
662 Payload() + payload_length);
687 // [2] payload length
700 // - serialization payload
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksmedia.h     [all...]
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 799 milliseconds