Home
last modified time | relevance | path

Searched refs:IsTraceableInCollection (Results 1 – 2 of 2) sorted by relevance

/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dfields-original.cc132 struct IsTraceableInCollection { struct
135 IsTraceableInCollection() = delete;
136 IsTraceableInCollection(const IsTraceableInCollection&) = delete;
137 IsTraceableInCollection& operator=(const IsTraceableInCollection&) = delete;
Dfields-expected.cc135 struct IsTraceableInCollection { struct
138 IsTraceableInCollection() = delete;
139 IsTraceableInCollection(const IsTraceableInCollection&) = delete;
140 IsTraceableInCollection& operator=(const IsTraceableInCollection&) = delete;