Home
last modified time | relevance | path

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

1234567891011

/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/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/webrtc/webrtc/test/
Drtcp_packet_parser.h54 void Set(const RTCPUtility::RTCPPacketSR& sr) { in Set() function
72 void Set(const RTCPUtility::RTCPPacketRR& rr) { in Set() function
96 void Set(const RTCPUtility::RTCPPacketReportBlockItem& rb) { in Set() function
112 void Set() { ++num_packets_; } in Set() function
125 void Set(const RTCPUtility::RTCPPacketExtendedJitterReportItem& ij_item) { in Set() function
141 void Set() { ++num_packets_; } in Set() function
155 void Set(const RTCPUtility::RTCPPacketSDESCName& cname) { in Set() function
173 void Set(const RTCPUtility::RTCPPacketBYE& bye) { in Set() function
195 void Set(const RTCPUtility::RTCPPacketPSFBRPSI& rpsi) { in Set() function
214 void Set(const RTCPUtility::RTCPPacketAPP& app) { in Set() function
[all …]
/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/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/libchrome/base/threading/
Dthread_local.h68 void Set(Type* ptr) { in Set() function
87 void Set(bool val) { in Set() function
/external/pdfium/fxbarcode/common/
DBC_CommonByteArray.cpp51 void CBC_CommonByteArray::Set(int32_t index, int32_t value) { in Set() function in CBC_CommonByteArray
82 void CBC_CommonByteArray::Set(const uint8_t* source, in Set() function in CBC_CommonByteArray
91 void CBC_CommonByteArray::Set(std::vector<uint8_t>* source, in Set() function in CBC_CommonByteArray
DBC_CommonByteMatrix.cpp47 void CBC_CommonByteMatrix::Set(int32_t x, int32_t y, int32_t value) { in Set() function in CBC_CommonByteMatrix
50 void CBC_CommonByteMatrix::Set(int32_t x, int32_t y, uint8_t value) { in Set() function in CBC_CommonByteMatrix
/external/tensorflow/tensorflow/core/lib/monitoring/
Dgauge.h184 void GaugeCell<T>::Set(const T& value) { in Set() function
195 inline void GaugeCell<int64>::Set(int64 value) { value_ = value; } in Set() function
199 inline void GaugeCell<bool>::Set(bool value) { value_ = value; } in Set() function
/external/v8/src/compiler/
Dnode-marker.h31 V8_INLINE void Set(Node* node, Mark mark) { in Set() function
70 V8_INLINE void Set(Node* node, State state) { in Set() function
/external/drm_hwcomposer/
Dautofd.h50 int Set(int fd) { in Set() function
86 int Set(int fd) { in Set() function
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
Dlocked_bandwidth_info.h33 void Set(const IsacBandwidthInfo& bwinfo) { in Set() function
/external/libchrome/base/synchronization/
Datomic_flag.cc19 void AtomicFlag::Set() { in Set() function in base::AtomicFlag
/external/mockito/src/test/java/org/mockitousage/bugs/creation/
DShouldAllowInlineMockCreationTest.java27 assertTrue(list.get(0) instanceof Set); in shouldAllowInlineMockCreation() local
/external/libcxx/test/libcxx/containers/gnu_cxx/
Dhash_set.pass.cpp22 typedef __gnu_cxx::hash_set<int> Set; in main() typedef
/external/libmojo/mojo/edk/system/
Datomic_flag.h38 void Set(bool value) { in Set() function
/external/googletest/googletest/samples/
Dsample2.cc51 void MyString::Set(const char* a_c_string) { in Set() function in MyString
/external/v8/testing/gtest/samples/
Dsample2.cc51 void MyString::Set(const char* a_c_string) { in Set() function in MyString
/external/protobuf/gtest/samples/
Dsample2.cc51 void MyString::Set(const char* a_c_string) { in Set() function in MyString
/external/google-breakpad/src/testing/gtest/samples/
Dsample2.cc51 void MyString::Set(const char* a_c_string) { in Set() function in MyString
/external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
Dsample2.cc51 void MyString::Set(const char* a_c_string) { in Set() function in MyString
/external/libchrome/base/posix/
Dglobal_descriptors.cc66 void GlobalDescriptors::Set(Key key, int fd) { in Set() function in base::GlobalDescriptors
70 void GlobalDescriptors::Set(Key key, in Set() function in base::GlobalDescriptors
/external/pdfium/xfa/fxfa/parser/
Dcxfa_measurement.h22 void Set(float fValue, XFA_Unit eUnit) { in Set() function
/external/webrtc/webrtc/system_wrappers/source/
Devent.cc34 bool Set() override { in Set() function in webrtc::EventWrapperImpl

1234567891011