Lines Matching defs:location
472 // A location in the parsed text.
490 // Returns the parse location for index-th value of the field in the parsed
491 // text. If none exists, returns a location with line = -1. Index should be
505 // Records the starting location of a single value for a field.
506 void RecordLocation(const FieldDescriptor* field, ParseLocation location);
511 // Defines the map from the index-th field descriptor to its parse location.
551 // Sets where location information about the parse will be written. If NULL
552 // (the default), then no location will be written.
623 ParseLocation location);
632 ParseLocation location) {
633 info_tree->RecordLocation(field, location);