Searched refs:GetValue (Results 1 – 3 of 3) sorted by relevance
66 T& GetValue() { return value_; } in GetValue() function68 const T& GetValue() const { return value_; } in GetValue() function
41 const char *majorBrand = pFtypAtom->majorBrand.GetValue();42 if ( ::strcmp( pFtypAtom->majorBrand.GetValue(), "qt " ) == 0 )
58 STDMETHOD(GetValue) (THIS_ REFPROPERTYKEY, PROPVARIANT) PURE; in DECLARE_INTERFACE_() local