Home
last modified time | relevance | path

Searched defs:DiffMatchEntry (Results 1 – 2 of 2) sorted by relevance

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/diff/
Dlcs.h96 struct DiffMatchEntry { struct
97 DiffMatchEntry() : best_match_length(0), matched(false), valid(false) {} in DiffMatchEntry() argument
108 std::vector<std::vector<DiffMatchEntry>> table_; argument
/external/swiftshader/third_party/SPIRV-Tools/source/diff/
Dlcs.h96 struct DiffMatchEntry { struct
97 DiffMatchEntry() : best_match_length(0), matched(false), valid(false) {} in DiffMatchEntry() function
108 std::vector<std::vector<DiffMatchEntry>> table_; argument