Searched refs:item_semantic_ (Results 1 – 2 of 2) sorted by relevance
84 image->item_semantic_ = ImageItemSemantic::kOriginal; in FromData()105 image->item_semantic_ = ImageItemSemantic::kPrimary; in FromDataForPrimaryImage()134 image->item_semantic_ = ImageItemSemantic::kOriginal; in FromData()139 ImageItemSemantic Image::GetItemSemantic() const { return item_semantic_; } in GetItemSemantic()170 ItemSemanticToString(item_semantic_)) && in Serialize()187 item_semantic_ = StringToItemSemantic(item_semantic_str); in ParseImageFields()
84 ImageItemSemantic item_semantic_; variable