Searched refs:types_ (Results 1 – 2 of 2) sorted by relevance
60 types_.push_back(type); in AddType()67 types_.size()) { in Build()71 (TypeSpec*)::malloc(sizeof(TypeSpec) + (types_.size() * sizeof(ElementType))); in Build()74 type_spec->type_count = types_.size(); in Build()75 memcpy(type_spec + 1, types_.data(), types_.size() * sizeof(ElementType)); in Build()84 std::vector<const ResTable_type*> types_; member in android::__anon3a5df40b0111::TypeSpecPtrBuilder
1005 types_ = other.types_; in ReservedNames()1016 private int types_; field in UnitTest.Issues.TestProtos.ReservedNames1019 get { return types_; }1021 types_ = value;