Searched refs:pos_a (Results 1 – 2 of 2) sorted by relevance
72 OptionSet::const_iterator pos_a; in IsASubset() local77 for (pos_a = set_a.begin(); pos_a != set_a.end() && is_a_subset; ++pos_a) in IsASubset()79 pos_b = set_b.find(*pos_a); in IsASubset()93 OptionSet::const_iterator pos_a; in OptionsSetDiff() local96 for (pos_a = set_a.begin(); pos_a != set_a.end(); ++pos_a) in OptionsSetDiff()98 pos_b = set_b.find(*pos_a); in OptionsSetDiff()102 diffs.insert(*pos_a); in OptionsSetDiff()
299 const Mesh::Position &pos_a = mesh_.positions_[a]; in add_middle_point() local302 (pos_a.x + pos_b.x) / 2.0f, in add_middle_point()303 (pos_a.y + pos_b.y) / 2.0f, in add_middle_point()304 (pos_a.z + pos_b.z) / 2.0f, in add_middle_point()