Home | History | Annotate | Download | only in protobuf

Lines Matching refs:scope

2350     // Chop off the last component of the scope.
2519 // If the caller passed NULL for the parent, the symbol is at file scope.
2864 const string& scope = (parent == NULL) ?
2866 string* full_name = tables_->AllocateString(scope);
2932 const string& scope = (parent == NULL) ?
2934 string* full_name = tables_->AllocateString(scope);
3181 const string& scope = (parent == NULL) ?
3183 string* full_name = tables_->AllocateString(scope);
3257 // scope. Let's print an additional error to explain this.
3266 outer_scope = "the global scope";