Searched refs:MyData (Results 1 – 6 of 6) sorted by relevance
39 struct MyData { long data; };42 struct ::std::hash<MyData> { // no warning: specialization with user-defined type43 unsigned long operator()(const MyData &K) const {53 …bool less<void>::operator()<MyData &&, MyData &&>(MyData &&, MyData &&) const { // warning: modifi…
11 // CHECK: define {{.*}}@"\01-[MyData setData:]"16 // CHECK: define {{.*}}@"\01-[MyData string]"20 @interface MyData : NSObject interface33 @implementation MyData implementation
14 @interface MyData : NSObject interface20 // CHECK: ObjCImplementationDecl {{.*}}line:[[@LINE+2]]{{.*}} MyData22 @implementation MyData implementation
23 int MyData; member in A
1588 class MyData { in bar2() 1598 MyData operator+(const MyData& other) const SHARED_LOCKS_REQUIRED(mu, other.mu); in bar3() 1601 MyData operator-(const MyData& a, const MyData& b) SHARED_LOCKS_REQUIRED(a.mu, b.mu); in bar4() 1605 void lockData (MyData *d) EXCLUSIVE_LOCK_FUNCTION(d->mu); in bar4() 1606 void unlockData(MyData *d) UNLOCK_FUNCTION(d->mu); in bar4() 1612 void foo(MyData* d) EXCLUSIVE_LOCKS_REQUIRED(d->mu) { }1614 void subst(MyData1558 class MyData { global() class [all...]
50 class MyData : public IntervalData<UUPoint, UUValue> { in TEST() class67 using UUTree = IntervalTree<UUPoint, UUValue, MyData>; in TEST()