Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DMemoryProgramCache.cpp36 class HashStream final : angle::NonCopyable class
42 HashStream &operator<<(T value) in operator <<()
53 HashStream &operator<<(HashStream &stream, Shader *shader) in operator <<()
63 HashStream &operator<<(HashStream &stream, const ProgramBindings &bindings) in operator <<()
72 HashStream &operator<<(HashStream &stream, const ProgramAliasedBindings &bindings) in operator <<()
81 HashStream &operator<<(HashStream &stream, const std::vector<std::string> &strings) in operator <<()
90 HashStream &operator<<(HashStream &stream, const std::vector<gl::VariableLocation> &locations) in operator <<()
112 HashStream hashStream; in ComputeHash()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DMemoryProgramCache.cpp31 class HashStream final : angle::NonCopyable class
37 HashStream &operator<<(T value) in operator <<()
48 HashStream &operator<<(HashStream &stream, const Shader *shader) in operator <<()
58 HashStream &operator<<(HashStream &stream, const ProgramBindings &bindings) in operator <<()
67 HashStream &operator<<(HashStream &stream, const std::vector<std::string> &strings) in operator <<()
76 HashStream &operator<<(HashStream &stream, const std::vector<gl::VariableLocation> &locations) in operator <<()
98 HashStream hashStream; in ComputeHash()
/third_party/node/test/parallel/
Dtest-zlib-random-byte-pipes.js114 class HashStream extends Stream { class
149 const out = new HashStream();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DTpiStream.h85 std::unique_ptr<BinaryStream> HashStream; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DTpiStream.cpp112 HashStream = std::move(*HS); in reload()