HomeSort by relevance Sort by last modified time
    Searched full:stream_error_code (Results 1 - 25 of 56) sorted by null

1 2 3

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamError.h 19 enum class stream_error_code { class in namespace:llvm
31 explicit BinaryStreamError(stream_error_code C);
33 BinaryStreamError(stream_error_code C, StringRef Context);
40 stream_error_code getErrorCode() const { return Code; }
44 stream_error_code Code;
BinaryItemStream.h 51 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
85 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
BinaryStream.h 51 return make_error<BinaryStreamError>(stream_error_code::invalid_offset);
53 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
BinaryStreamRef.h 70 return make_error<BinaryStreamError>(stream_error_code::invalid_offset);
72 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamError.h 19 enum class stream_error_code { class in namespace:llvm
31 explicit BinaryStreamError(stream_error_code C);
33 BinaryStreamError(stream_error_code C, StringRef Context);
40 stream_error_code getErrorCode() const { return Code; }
44 stream_error_code Code;
BinaryItemStream.h 51 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
85 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
BinaryStream.h 51 return make_error<BinaryStreamError>(stream_error_code::invalid_offset);
53 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamError.h 19 enum class stream_error_code { class in namespace:llvm
31 explicit BinaryStreamError(stream_error_code C);
33 BinaryStreamError(stream_error_code C, StringRef Context);
40 stream_error_code getErrorCode() const { return Code; }
44 stream_error_code Code;
BinaryItemStream.h 51 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
85 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
BinaryStream.h 51 return make_error<BinaryStreamError>(stream_error_code::invalid_offset);
53 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamError.h 19 enum class stream_error_code { class in namespace:llvm
31 explicit BinaryStreamError(stream_error_code C);
33 BinaryStreamError(stream_error_code C, StringRef Context);
40 stream_error_code getErrorCode() const { return Code; }
44 stream_error_code Code;
BinaryItemStream.h 51 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
85 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
BinaryStream.h 51 return make_error<BinaryStreamError>(stream_error_code::invalid_offset);
53 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamError.h 19 enum class stream_error_code { class in namespace:llvm
31 explicit BinaryStreamError(stream_error_code C);
33 BinaryStreamError(stream_error_code C, StringRef Context);
40 stream_error_code getErrorCode() const { return Code; }
44 stream_error_code Code;
BinaryItemStream.h 51 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
85 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
BinaryStream.h 51 return make_error<BinaryStreamError>(stream_error_code::invalid_offset);
53 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamError.h 19 enum class stream_error_code { class in namespace:llvm
31 explicit BinaryStreamError(stream_error_code C);
33 BinaryStreamError(stream_error_code C, StringRef Context);
40 stream_error_code getErrorCode() const { return Code; }
44 stream_error_code Code;
BinaryItemStream.h 51 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
85 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
BinaryStream.h 51 return make_error<BinaryStreamError>(stream_error_code::invalid_offset);
53 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamError.h 19 enum class stream_error_code { class in namespace:llvm
31 explicit BinaryStreamError(stream_error_code C);
33 BinaryStreamError(stream_error_code C, StringRef Context);
40 stream_error_code getErrorCode() const { return Code; }
44 stream_error_code Code;
BinaryItemStream.h 51 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
85 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
BinaryStream.h 51 return make_error<BinaryStreamError>(stream_error_code::invalid_offset);
53 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamError.h 19 enum class stream_error_code { class in namespace:llvm
31 explicit BinaryStreamError(stream_error_code C);
33 BinaryStreamError(stream_error_code C, StringRef Context);
40 stream_error_code getErrorCode() const { return Code; }
44 stream_error_code Code;
BinaryItemStream.h 51 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
85 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
BinaryStream.h 51 return make_error<BinaryStreamError>(stream_error_code::invalid_offset);
53 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);

Completed in 315 milliseconds

1 2 3