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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
dlrr.h 25 struct SubBlock {
53 const std::vector<SubBlock>& sub_blocks() const { return sub_blocks_; }
59 std::vector<SubBlock> sub_blocks_;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitstreamReader.h 284 SubBlock, // This is the start of a new subblock of a specific ID.
299 BitstreamEntry E; E.Kind = SubBlock; E.ID = ID; return E;
404 if (Entry.Kind != BitstreamEntry::SubBlock)
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Bitcode/
BitstreamReader.h 284 SubBlock, // This is the start of a new subblock of a specific ID.
299 BitstreamEntry E; E.Kind = SubBlock; E.ID = ID; return E;
404 if (Entry.Kind != BitstreamEntry::SubBlock)
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Bitcode/
BitstreamReader.h 284 SubBlock, // This is the start of a new subblock of a specific ID.
299 BitstreamEntry E; E.Kind = SubBlock; E.ID = ID; return E;
404 if (Entry.Kind != BitstreamEntry::SubBlock)
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Bitcode/
BitstreamReader.h 284 SubBlock, // This is the start of a new subblock of a specific ID.
299 BitstreamEntry E; E.Kind = SubBlock; E.ID = ID; return E;
404 if (Entry.Kind != BitstreamEntry::SubBlock)
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Bitcode/
BitstreamReader.h 284 SubBlock, // This is the start of a new subblock of a specific ID.
299 BitstreamEntry E; E.Kind = SubBlock; E.ID = ID; return E;
404 if (Entry.Kind != BitstreamEntry::SubBlock)
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Bitcode/
BitstreamReader.h 284 SubBlock, // This is the start of a new subblock of a specific ID.
299 BitstreamEntry E; E.Kind = SubBlock; E.ID = ID; return E;
404 if (Entry.Kind != BitstreamEntry::SubBlock)
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Bitcode/
BitstreamReader.h 284 SubBlock, // This is the start of a new subblock of a specific ID.
299 BitstreamEntry E; E.Kind = SubBlock; E.ID = ID; return E;
404 if (Entry.Kind != BitstreamEntry::SubBlock)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitstreamReader.h 284 SubBlock, // This is the start of a new subblock of a specific ID.
299 BitstreamEntry E; E.Kind = SubBlock; E.ID = ID; return E;
404 if (Entry.Kind != BitstreamEntry::SubBlock)
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Bitcode/
BitstreamReader.h 284 SubBlock, // This is the start of a new subblock of a specific ID.
299 BitstreamEntry E; E.Kind = SubBlock; E.ID = ID; return E;
404 if (Entry.Kind != BitstreamEntry::SubBlock)
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Bitcode/
BitstreamReader.h 284 SubBlock, // This is the start of a new subblock of a specific ID.
299 BitstreamEntry E; E.Kind = SubBlock; E.ID = ID; return E;
404 if (Entry.Kind != BitstreamEntry::SubBlock)
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Bitcode/
BitstreamReader.h 284 SubBlock, // This is the start of a new subblock of a specific ID.
299 BitstreamEntry E; E.Kind = SubBlock; E.ID = ID; return E;
404 if (Entry.Kind != BitstreamEntry::SubBlock)
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Bitcode/
BitstreamReader.h 284 SubBlock, // This is the start of a new subblock of a specific ID.
299 BitstreamEntry E; E.Kind = SubBlock; E.ID = ID; return E;
404 if (Entry.Kind != BitstreamEntry::SubBlock)
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Bitcode/
BitstreamReader.h 284 SubBlock, // This is the start of a new subblock of a specific ID.
299 BitstreamEntry E; E.Kind = SubBlock; E.ID = ID; return E;
404 if (Entry.Kind != BitstreamEntry::SubBlock)
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Bitcode/
BitstreamReader.h 284 SubBlock, // This is the start of a new subblock of a specific ID.
299 BitstreamEntry E; E.Kind = SubBlock; E.ID = ID; return E;
404 if (Entry.Kind != BitstreamEntry::SubBlock)
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 388 SubBlock, // This is the start of a new subblock of a specific ID.
401 BitstreamEntry E; E.Kind = SubBlock; E.ID = ID; return E;
504 if (Entry.Kind != BitstreamEntry::SubBlock)
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClBitstreamReader.h 307 SubBlock, // This is the start of a new subblock of a specific ID.
320 NaClBitstreamEntry E; E.Kind = SubBlock; E.ID = ID; return E;
610 if (Entry.Kind != NaClBitstreamEntry::SubBlock)

Completed in 627 milliseconds