Home
last modified time | relevance | path

Searched defs:Set (Results 1 – 25 of 427) sorted by relevance

12345678910>>...18

/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugPubTable.h43 struct Set { struct
67 std::vector<Set> Sets; argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugPubTable.h42 struct Set { struct
63 std::vector<Set> Sets; argument
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dset_test.cc16 TEST(Set, Unanchored) { in TEST() argument
43 TEST(Set, UnanchoredFactored) { in TEST() argument
75 TEST(Set, UnanchoredDollar) { in TEST() argument
93 TEST(Set, UnanchoredWordBoundary) { in TEST() argument
116 TEST(Set, Anchored) { in TEST() argument
149 TEST(Set, EmptyUnanchored) { in TEST() argument
165 TEST(Set, EmptyAnchored) { in TEST() argument
181 TEST(Set, Prefix) { in TEST() argument
/external/libcxx/test/std/containers/associative/
Diterator_types.pass.cpp95 typedef std::set<ValueTp> Set; in main() typedef
101 typedef std::set<ValueTp, std::less<ValueTp>, Alloc> Set; in main() typedef
108 typedef std::set<ValueTp, std::less<ValueTp>, Alloc> Set; in main() typedef
114 typedef std::multiset<ValueTp> Set; in main() typedef
120 typedef std::multiset<ValueTp, std::less<ValueTp>, Alloc> Set; in main() typedef
127 typedef std::multiset<ValueTp, std::less<ValueTp>, Alloc> Set; in main() typedef
/external/llvm-project/lldb/source/DataFormatters/
DFormatCache.cpp39 void FormatCache::Entry::Set(lldb::TypeFormatImplSP format_sp) { in Set() function in FormatCache::Entry
44 void FormatCache::Entry::Set(lldb::TypeSummaryImplSP summary_sp) { in Set() function in FormatCache::Entry
49 void FormatCache::Entry::Set(lldb::SyntheticChildrenSP synthetic_sp) { in Set() function in FormatCache::Entry
102 void FormatCache::Set(ConstString type, lldb::TypeFormatImplSP &format_sp) { in Set() function in FormatCache
107 void FormatCache::Set(ConstString type, lldb::TypeSummaryImplSP &summary_sp) { in Set() function in FormatCache
112 void FormatCache::Set(ConstString type, in Set() function in FormatCache
/external/llvm-project/libcxx/test/std/containers/associative/
Diterator_types.pass.cpp94 typedef std::set<ValueTp> Set; in main() typedef
100 typedef std::set<ValueTp, std::less<ValueTp>, Alloc> Set; in main() typedef
107 typedef std::set<ValueTp, std::less<ValueTp>, Alloc> Set; in main() typedef
113 typedef std::multiset<ValueTp> Set; in main() typedef
119 typedef std::multiset<ValueTp, std::less<ValueTp>, Alloc> Set; in main() typedef
126 typedef std::multiset<ValueTp, std::less<ValueTp>, Alloc> Set; in main() typedef
/external/libcxx/test/std/containers/unord/
Diterator_difference_type.pass.cpp118 typedef std::unordered_set<ValueTp> Set; in main() typedef
124 typedef std::unordered_set<ValueTp, std::hash<ValueTp>, std::equal_to<ValueTp>, Alloc> Set; in main() typedef
131 typedef std::unordered_set<ValueTp, std::hash<ValueTp>, std::equal_to<ValueTp>, Alloc> Set; in main() typedef
137 typedef std::unordered_multiset<ValueTp> Set; in main() typedef
143 typedef std::unordered_multiset<ValueTp, std::hash<ValueTp>, std::equal_to<ValueTp>, Alloc> Set; in main() typedef
150 typedef std::unordered_multiset<ValueTp, std::hash<ValueTp>, std::equal_to<ValueTp>, Alloc> Set; in main() typedef
/external/libcxx/test/libcxx/containers/unord/unord.set/
Dmissing_hash_specialization.fail.cpp49 using Set = std::unordered_set<VT>; in main() typedef
59 using Set = std::unordered_set<int, BadHashNoCopy>; in main() typedef
63 using Set = std::unordered_set<int, BadHashNoCall>; in main() typedef
67 using Set = std::unordered_set<int, GoodHashNoDefault>; in main() typedef
/external/llvm-project/libcxx/test/std/containers/unord/
Diterator_difference_type.pass.cpp117 typedef std::unordered_set<ValueTp> Set; in main() typedef
123 typedef std::unordered_set<ValueTp, std::hash<ValueTp>, std::equal_to<ValueTp>, Alloc> Set; in main() typedef
130 typedef std::unordered_set<ValueTp, std::hash<ValueTp>, std::equal_to<ValueTp>, Alloc> Set; in main() typedef
136 typedef std::unordered_multiset<ValueTp> Set; in main() typedef
142 typedef std::unordered_multiset<ValueTp, std::hash<ValueTp>, std::equal_to<ValueTp>, Alloc> Set; in main() typedef
149 typedef std::unordered_multiset<ValueTp, std::hash<ValueTp>, std::equal_to<ValueTp>, Alloc> Set; in main() typedef
/external/llvm-project/libcxx/test/libcxx/containers/unord/unord.set/
Dmissing_hash_specialization.fail.cpp48 using Set = std::unordered_set<VT>; in main() typedef
58 using Set = std::unordered_set<int, BadHashNoCopy>; in main() typedef
62 using Set = std::unordered_set<int, BadHashNoCall>; in main() typedef
66 using Set = std::unordered_set<int, GoodHashNoDefault>; in main() typedef
/external/llvm-project/llvm/unittests/ADT/
DStringSetTest.cpp19 StringSet<> Set; in TEST_F() local
35 StringSet<> Set; in TEST_F() local
47 StringSet<> Set; in TEST_F() local
57 StringSet<> Set; in TEST_F() local
DSparseMultiSetTest.cpp20 USet Set; in TEST() local
41 USet Set; in TEST() local
81 USet Set; in TEST() local
162 USet Set; in TEST() local
215 ASet Set; in TEST() local
DSparseSetTest.cpp20 USet Set; in TEST() local
43 USet Set; in TEST() local
82 USet Set; in TEST() local
170 ASet Set; in TEST() local
189 USet Set; in TEST() local
/external/llvm/unittests/ADT/
DSparseMultiSetTest.cpp21 USet Set; in TEST() local
42 USet Set; in TEST() local
82 USet Set; in TEST() local
163 USet Set; in TEST() local
216 ASet Set; in TEST() local
DSparseSetTest.cpp21 USet Set; in TEST() local
44 USet Set; in TEST() local
81 USet Set; in TEST() local
169 ASet Set; in TEST() local
188 USet Set; in TEST() local
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/
Dalarm.h60 void Set(::grpc::CompletionQueue* cq, const T& deadline, void* tag) { in Set() function
85 void Set(const T& deadline, std::function<void(bool)> f) { in Set() function
101 void Set(const T& deadline, std::function<void(bool)> f) { in Set() function
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/
Dalarm.h60 void Set(::grpc::CompletionQueue* cq, const T& deadline, void* tag) { in Set() function
85 void Set(const T& deadline, std::function<void(bool)> f) { in Set() function
101 void Set(const T& deadline, std::function<void(bool)> f) { in Set() function
/external/libchrome/base/threading/
Dthread_local.h68 void Set(Type* ptr) { in Set() function
87 void Set(bool val) { in Set() function
/external/libcap/cap/
Dcap.go110 type Set struct { struct
112 mu sync.RWMutex
116 flat []data
119 nsRoot int
297 func (c *Set) Dup() (*Set, error) {
341 func (c *Set) SetProc() error {
/external/libcxx/benchmarks/
Dordered_set.bench.cpp93 for (auto& Set : Sets) { in run() local
114 for (auto& Set : Data.Sets) { in run() local
135 for (auto& Set : Data.Sets) { in run() local
156 for (auto& Set : Data.Sets) { in run() local
177 for (auto& Set : Data.Sets) { in run() local
197 for (auto& Set : Data.Sets) { in run() local
216 for (auto& Set : Data.Sets) { in run() local
/external/llvm-project/libcxx/benchmarks/
Dordered_set.bench.cpp92 for (auto& Set : Sets) { in run() local
113 for (auto& Set : Data.Sets) { in run() local
134 for (auto& Set : Data.Sets) { in run() local
155 for (auto& Set : Data.Sets) { in run() local
176 for (auto& Set : Data.Sets) { in run() local
196 for (auto& Set : Data.Sets) { in run() local
215 for (auto& Set : Data.Sets) { in run() local
/external/tensorflow/tensorflow/lite/tools/
Dtool_params.h59 virtual void Set(const ToolParam&) {} in Set() function
78 void Set(const T& value) { in Set() function
85 void Set(const ToolParam& other) override { in Set() function
117 void Set(const std::string& name, const T& value) { in Set() function
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dglobal_config_env.cc96 void GlobalConfigEnvBool::Set(bool value) { in Set() function in grpc_core::GlobalConfigEnvBool
118 void GlobalConfigEnvInt32::Set(int32_t value) { in Set() function in grpc_core::GlobalConfigEnvInt32
135 void GlobalConfigEnvString::Set(const char* value) { SetValue(value); } in Set() function in grpc_core::GlobalConfigEnvString
/external/tensorflow/tensorflow/core/lib/monitoring/
Dgauge.h203 void GaugeCell<T>::Set(const T& value) { in Set() function
214 inline void GaugeCell<int64>::Set(int64 value) { value_ = value; } in Set() function
218 inline void GaugeCell<bool>::Set(bool value) { value_ = value; } in Set() function
/external/pdfium/fxbarcode/common/
DBC_CommonByteMatrix.cpp40 void CBC_CommonByteMatrix::Set(int32_t x, int32_t y, int32_t value) { in Set() function in CBC_CommonByteMatrix
44 void CBC_CommonByteMatrix::Set(int32_t x, int32_t y, uint8_t value) { in Set() function in CBC_CommonByteMatrix

12345678910>>...18