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

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
BinaryItemStream.h 44 auto ExpectedIndex = translateOffsetIndex(Offset);
45 if (!ExpectedIndex)
46 return ExpectedIndex.takeError();
47 const auto &Item = Items[*ExpectedIndex];
58 auto ExpectedIndex = translateOffsetIndex(Offset);
59 if (!ExpectedIndex)
60 return ExpectedIndex.takeError();
61 Buffer = Traits::bytes(Items[*ExpectedIndex]);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
BinaryItemStream.h 44 auto ExpectedIndex = translateOffsetIndex(Offset);
45 if (!ExpectedIndex)
46 return ExpectedIndex.takeError();
47 const auto &Item = Items[*ExpectedIndex];
58 auto ExpectedIndex = translateOffsetIndex(Offset);
59 if (!ExpectedIndex)
60 return ExpectedIndex.takeError();
61 Buffer = Traits::bytes(Items[*ExpectedIndex]);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
BinaryItemStream.h 44 auto ExpectedIndex = translateOffsetIndex(Offset);
45 if (!ExpectedIndex)
46 return ExpectedIndex.takeError();
47 const auto &Item = Items[*ExpectedIndex];
58 auto ExpectedIndex = translateOffsetIndex(Offset);
59 if (!ExpectedIndex)
60 return ExpectedIndex.takeError();
61 Buffer = Traits::bytes(Items[*ExpectedIndex]);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryItemStream.h 44 auto ExpectedIndex = translateOffsetIndex(Offset);
45 if (!ExpectedIndex)
46 return ExpectedIndex.takeError();
47 const auto &Item = Items[*ExpectedIndex];
58 auto ExpectedIndex = translateOffsetIndex(Offset);
59 if (!ExpectedIndex)
60 return ExpectedIndex.takeError();
61 Buffer = Traits::bytes(Items[*ExpectedIndex]);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
BinaryItemStream.h 44 auto ExpectedIndex = translateOffsetIndex(Offset);
45 if (!ExpectedIndex)
46 return ExpectedIndex.takeError();
47 const auto &Item = Items[*ExpectedIndex];
58 auto ExpectedIndex = translateOffsetIndex(Offset);
59 if (!ExpectedIndex)
60 return ExpectedIndex.takeError();
61 Buffer = Traits::bytes(Items[*ExpectedIndex]);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
BinaryItemStream.h 44 auto ExpectedIndex = translateOffsetIndex(Offset);
45 if (!ExpectedIndex)
46 return ExpectedIndex.takeError();
47 const auto &Item = Items[*ExpectedIndex];
58 auto ExpectedIndex = translateOffsetIndex(Offset);
59 if (!ExpectedIndex)
60 return ExpectedIndex.takeError();
61 Buffer = Traits::bytes(Items[*ExpectedIndex]);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
BinaryItemStream.h 44 auto ExpectedIndex = translateOffsetIndex(Offset);
45 if (!ExpectedIndex)
46 return ExpectedIndex.takeError();
47 const auto &Item = Items[*ExpectedIndex];
58 auto ExpectedIndex = translateOffsetIndex(Offset);
59 if (!ExpectedIndex)
60 return ExpectedIndex.takeError();
61 Buffer = Traits::bytes(Items[*ExpectedIndex]);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryItemStream.h 44 auto ExpectedIndex = translateOffsetIndex(Offset);
45 if (!ExpectedIndex)
46 return ExpectedIndex.takeError();
47 const auto &Item = Items[*ExpectedIndex];
58 auto ExpectedIndex = translateOffsetIndex(Offset);
59 if (!ExpectedIndex)
60 return ExpectedIndex.takeError();
61 Buffer = Traits::bytes(Items[*ExpectedIndex]);

Completed in 4142 milliseconds