Searched defs:ScopedGeneric (Results 1 – 3 of 3) sorted by relevance
75 ScopedGeneric() : data_(traits_type::InvalidValue()) {} in ScopedGeneric() function79 explicit ScopedGeneric(const element_type& value) : data_(value) {} in ScopedGeneric() function82 ScopedGeneric(const element_type& value, const traits_type& traits) in ScopedGeneric() function87 ScopedGeneric(RValue rvalue) in ScopedGeneric() function
31 TEST(ScopedGenericTest, ScopedGeneric) { in TEST() argument
44 : ScopedGeneric(port) {} in ScopedGeneric() function57 mach_port_t port = traits_type::InvalidValue()) : ScopedGeneric(port) {} in ScopedGeneric() function