Home
last modified time | relevance | path

Searched defs:ScopedGeneric (Results 1 – 1 of 1) sorted by relevance

/third_party/gn/src/base/
Dscoped_generic.h72 ScopedGeneric() : data_(traits_type::InvalidValue()) {} in ScopedGeneric() function
76 explicit ScopedGeneric(const element_type& value) : data_(value) {} in ScopedGeneric() function
79 ScopedGeneric(const element_type& value, const traits_type& traits) in ScopedGeneric() function
83 ScopedGeneric(ScopedGeneric<T, Traits>&& rvalue) in ScopedGeneric() function