Searched refs:IntMember (Results 1 – 2 of 2) sorted by relevance
413 std::unique_ptr<IntMember> index_member = in ProcessStyleable()414 util::make_unique<IntMember>(sorted_attributes[i].field_name, static_cast<uint32_t>(i)); in ProcessStyleable()
137 using IntMember = PrimitiveMember<uint32_t>; variable