Searched refs:TextPropertyValue (Results 1 – 6 of 6) sorted by relevance
17 bool TextPropertyValue::operator==(const TextPropertyValue& other) const { in operator ==()37 bool TextPropertyValue::operator!=(const TextPropertyValue& other) const { in operator !=()80 PropertyHandle<TextPropertyValue, internal::TextAdapter>::~PropertyHandle() {} in ~PropertyHandle()83 TextPropertyValue PropertyHandle<TextPropertyValue, internal::TextAdapter>::get() const { in get()88 void PropertyHandle<TextPropertyValue, internal::TextAdapter>::set(const TextPropertyValue& t) { in set()
312 REPORTER_ASSERT(reporter, texts[0].handle->get() == skottie::TextPropertyValue({ in DEF_TEST()
39 struct TextPropertyValue { struct61 bool operator==(const TextPropertyValue& other) const; argument62 bool operator!=(const TextPropertyValue& other) const;107 using TextPropertyHandle = PropertyHandle<TextPropertyValue,
61 skottie::TextPropertyValue getText(const PropKey&) const;62 bool setText(const PropKey&, const skottie::TextPropertyValue&);
187 skottie::TextPropertyValue CustomPropertyManager::getText(const PropKey& key) const { in getText()188 return this->get<skottie::TextPropertyValue>(key, fTextMap); in getText()191 bool CustomPropertyManager::setText(const PropKey& key, const skottie::TextPropertyValue& o) { in setText()
16 typedef TextPropertyValue TextValue;