OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:changeset_ty
(Results
26 - 40
of
40
) sorted by null
1
2
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
DAGDeltaAlgorithm.h
47
using
changeset_ty
= std::set<change_ty>;
48
using changesetlist_ty = std::vector<
changeset_ty
>;
65
changeset_ty
Run(const
changeset_ty
&Changes,
69
virtual void UpdatedSearchState(const
changeset_ty
&Changes,
71
const
changeset_ty
&Required) {}
74
virtual bool ExecuteOneTest(const
changeset_ty
&S) = 0;
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
DAGDeltaAlgorithm.h
47
using
changeset_ty
= std::set<change_ty>;
48
using changesetlist_ty = std::vector<
changeset_ty
>;
65
changeset_ty
Run(const
changeset_ty
&Changes,
69
virtual void UpdatedSearchState(const
changeset_ty
&Changes,
71
const
changeset_ty
&Required) {}
74
virtual bool ExecuteOneTest(const
changeset_ty
&S) = 0;
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
DAGDeltaAlgorithm.h
47
using
changeset_ty
= std::set<change_ty>;
48
using changesetlist_ty = std::vector<
changeset_ty
>;
65
changeset_ty
Run(const
changeset_ty
&Changes,
69
virtual void UpdatedSearchState(const
changeset_ty
&Changes,
71
const
changeset_ty
&Required) {}
74
virtual bool ExecuteOneTest(const
changeset_ty
&S) = 0;
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
DAGDeltaAlgorithm.h
47
using
changeset_ty
= std::set<change_ty>;
48
using changesetlist_ty = std::vector<
changeset_ty
>;
65
changeset_ty
Run(const
changeset_ty
&Changes,
69
virtual void UpdatedSearchState(const
changeset_ty
&Changes,
71
const
changeset_ty
&Required) {}
74
virtual bool ExecuteOneTest(const
changeset_ty
&S) = 0;
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
DAGDeltaAlgorithm.h
47
typedef std::set<change_ty>
changeset_ty
;
typedef in class:llvm::DAGDeltaAlgorithm
48
typedef std::vector<
changeset_ty
> changesetlist_ty;
65
changeset_ty
Run(const
changeset_ty
&Changes,
69
virtual void UpdatedSearchState(const
changeset_ty
&Changes,
71
const
changeset_ty
&Required) {}
74
virtual bool ExecuteOneTest(const
changeset_ty
&S) = 0;
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
DAGDeltaAlgorithm.h
47
using
changeset_ty
= std::set<change_ty>;
48
using changesetlist_ty = std::vector<
changeset_ty
>;
65
changeset_ty
Run(const
changeset_ty
&Changes,
69
virtual void UpdatedSearchState(const
changeset_ty
&Changes,
71
const
changeset_ty
&Required) {}
74
virtual bool ExecuteOneTest(const
changeset_ty
&S) = 0;
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
DAGDeltaAlgorithm.h
47
using
changeset_ty
= std::set<change_ty>;
48
using changesetlist_ty = std::vector<
changeset_ty
>;
65
changeset_ty
Run(const
changeset_ty
&Changes,
69
virtual void UpdatedSearchState(const
changeset_ty
&Changes,
71
const
changeset_ty
&Required) {}
74
virtual bool ExecuteOneTest(const
changeset_ty
&S) = 0;
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
DAGDeltaAlgorithm.h
47
using
changeset_ty
= std::set<change_ty>;
48
using changesetlist_ty = std::vector<
changeset_ty
>;
65
changeset_ty
Run(const
changeset_ty
&Changes,
69
virtual void UpdatedSearchState(const
changeset_ty
&Changes,
71
const
changeset_ty
&Required) {}
74
virtual bool ExecuteOneTest(const
changeset_ty
&S) = 0;
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
DAGDeltaAlgorithm.h
47
using
changeset_ty
= std::set<change_ty>;
48
using changesetlist_ty = std::vector<
changeset_ty
>;
65
changeset_ty
Run(const
changeset_ty
&Changes,
69
virtual void UpdatedSearchState(const
changeset_ty
&Changes,
71
const
changeset_ty
&Required) {}
74
virtual bool ExecuteOneTest(const
changeset_ty
&S) = 0;
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
DAGDeltaAlgorithm.h
47
using
changeset_ty
= std::set<change_ty>;
48
using changesetlist_ty = std::vector<
changeset_ty
>;
65
changeset_ty
Run(const
changeset_ty
&Changes,
69
virtual void UpdatedSearchState(const
changeset_ty
&Changes,
71
const
changeset_ty
&Required) {}
74
virtual bool ExecuteOneTest(const
changeset_ty
&S) = 0;
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
DAGDeltaAlgorithm.h
47
using
changeset_ty
= std::set<change_ty>;
48
using changesetlist_ty = std::vector<
changeset_ty
>;
65
changeset_ty
Run(const
changeset_ty
&Changes,
69
virtual void UpdatedSearchState(const
changeset_ty
&Changes,
71
const
changeset_ty
&Required) {}
74
virtual bool ExecuteOneTest(const
changeset_ty
&S) = 0;
/external/llvm/unittests/ADT/
DAGDeltaAlgorithmTest.cpp
21
changeset_ty
FailingSet;
25
bool ExecuteOneTest(const
changeset_ty
&Changes) override {
32
FixedDAGDeltaAlgorithm(const
changeset_ty
&_FailingSet)
DeltaAlgorithmTest.cpp
36
changeset_ty
FailingSet;
40
bool ExecuteOneTest(const
changeset_ty
&Changes) override {
47
FixedDeltaAlgorithm(const
changeset_ty
&_FailingSet)
/external/swiftshader/third_party/LLVM/unittests/ADT/
DAGDeltaAlgorithmTest.cpp
21
changeset_ty
FailingSet;
25
virtual bool ExecuteOneTest(const
changeset_ty
&Changes) {
32
FixedDAGDeltaAlgorithm(const
changeset_ty
&_FailingSet)
DeltaAlgorithmTest.cpp
36
changeset_ty
FailingSet;
40
virtual bool ExecuteOneTest(const
changeset_ty
&Changes) {
47
FixedDeltaAlgorithm(const
changeset_ty
&_FailingSet)
Completed in 853 milliseconds
1
2