Home
last modified time | relevance | path

Searched defs:HasStream (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/client/windows/unittests/
H A Ddump_analysis.cc115 bool DumpAnalysis::HasStream(ULONG stream_number) const { in HasStream() function in DumpAnalysis
/aosp_15_r20/external/lzma/CPP/7zip/Archive/7z/
H A D7zItem.h182 bool HasStream; // Test it !!! it means that there is member
H A D7zUpdate.h68 bool HasStream() const { return !IsDir && !IsAnti && Size != 0; } in HasStream() function