Home
last modified time | relevance | path

Searched refs:HashStream (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/libANGLE/
DMemoryProgramCache.cpp35 class HashStream final : angle::NonCopyable class
41 HashStream &operator<<(T value) in operator <<()
52 HashStream &operator<<(HashStream &stream, Shader *shader) in operator <<()
62 HashStream &operator<<(HashStream &stream, const ProgramBindings &bindings) in operator <<()
71 HashStream &operator<<(HashStream &stream, const ProgramAliasedBindings &bindings) in operator <<()
80 HashStream &operator<<(HashStream &stream, const std::vector<std::string> &strings) in operator <<()
89 HashStream &operator<<(HashStream &stream, const std::vector<gl::VariableLocation> &locations) in operator <<()
111 HashStream hashStream; in ComputeHash()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DTpiStream.h62 std::unique_ptr<MappedBlockStream> HashStream; variable
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DTpiStream.h85 std::unique_ptr<BinaryStream> HashStream; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DTpiStream.h85 std::unique_ptr<BinaryStream> HashStream; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DTpiStream.cpp112 HashStream = std::move(*HS); in reload()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DTpiStream.cpp112 HashStream = std::move(*HS); in reload()
/external/llvm/lib/DebugInfo/PDB/Raw/
DTpiStream.cpp219 HashStream = std::move(*HS); in reload()