Home | History | Annotate | Download | only in src

Lines Matching refs:it

48     // Find the value associated with the key.  If it exists, write the
82 for (auto it = namespaces.begin(); it != namespaces.end(); ++it) {
83 namespace_dir += *it + kPathSeparator;
97 for (auto it = namespaces.begin(); it != namespaces.end(); ++it) {
99 namespace_name += *it;
111 // Ensure that a type is prefixed with its namespace whenever it is used
117 for (auto it = ns->components.begin(); it != ns->components.end(); ++it)
118 qualified_name += *it + qualifying_separator_;
131 for (auto it = ns->components.begin(); it != ns->components.end(); ++it) {
132 qualified_name += *it;
133 if ((it + 1) != ns->components.end()) {
156 for (auto it = dc.begin();
157 it != dc.end();
158 ++it) {
159 code += line_prefix + *it + "\n";