Searched refs:__DELETE (Results 1 – 2 of 2) sorted by relevance
48 #define __DELETE =delete macro50 #define __DELETE macro57 __attribute__((device)) TypeName() __DELETE; \58 __attribute__((device)) TypeName(const TypeName &) __DELETE; \59 __attribute__((device)) void operator=(const TypeName &) const __DELETE; \60 __attribute__((device)) TypeName *operator&() const __DELETE
65 public final static String __DELETE="DELETE"; field in PutFilter107 _operations.add(__DELETE); in init()150 else if (method.equals(__DELETE)) in doFilter()