Searched defs:Property (Results 1 – 2 of 2) sorted by relevance
29 Property(int32_t tag, T value) : tag_(tag), value_(std::move(value)){}; in Property() function
66 class Property: class