Lines Matching defs:Property
71 struct Property {
72 Property(std::u16string property_name, std::u16string type_name,
75 ~Property();
76 Property(const Property&);
77 Property(Property&&);
78 Property& operator=(const Property&);
79 Property& operator=(Property&&);
125 std::vector<Property> properties;
140 std::vector<Property> GetStackFrame(WRL::ComPtr<IDebugHostContext> sp_context,