Home
last modified time | relevance | path

Searched refs:location_ (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.cc339 location_(parser_->source_code_info_->add_location()) { in LocationRecorder()
340 location_->add_span(parser_->input_->current().line); in LocationRecorder()
341 location_->add_span(parser_->input_->current().column); in LocationRecorder()
363 location_ = parser_->source_code_info_->add_location(); in Init()
364 location_->mutable_path()->CopyFrom(parent.location_->path()); in Init()
366 location_->add_span(parser_->input_->current().line); in Init()
367 location_->add_span(parser_->input_->current().column); in Init()
371 if (location_->span_size() <= 2) { in ~LocationRecorder()
377 location_->add_path(path_component); in AddPath()
381 location_->set_span(0, token.line); in StartAt()
[all …]
Dparser.h267 SourceCodeInfo::Location* location_; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs5227 location_ = other.location_.Clone(); in SourceCodeInfo()
5239 …Field<global::Google.Protobuf.Reflection.SourceCodeInfo.Types.Location> location_ = new pbc::Repea… field in Google.Protobuf.Reflection.SourceCodeInfo
5287 get { return location_; }
5303 if(!location_.Equals(other.location_)) return false; in Equals()
5310 hash ^= location_.GetHashCode(); in GetHashCode()
5321 location_.WriteTo(output, _repeated_location_codec); in WriteTo()
5327 size += location_.CalculateSize(_repeated_location_codec); in CalculateSize()
5336 location_.Add(other.location_); in MergeFrom()
5348 location_.AddEntriesFrom(input, _repeated_location_codec); in MergeFrom()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.pb.h3607 ::google::protobuf::RepeatedPtrField< ::google::protobuf::SourceCodeInfo_Location > location_;
7713 return location_.size(); in location_size()
7716 location_.Clear(); in clear_location()
7720 return location_.Get(index); in location()
7724 return location_.Mutable(index); in mutable_location()
7728 return location_.Add(); in add_location()
7733 return &location_; in mutable_location()
7738 return location_; in location()
Ddescriptor.pb.cc517 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceCodeInfo, location_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
14396 location_.Clear(); in Clear()
14530 location_.MergeFrom(from.location_); in MergeFrom()
14560 location_.UnsafeArenaSwap(&other->location_); in InternalSwap()
14806 return location_.size(); in location_size()
14809 location_.Clear(); in clear_location()
14813 return location_.Get(index); in location()
14817 return location_.Mutable(index); in mutable_location()
14821 return location_.Add(); in add_location()
14826 return &location_; in mutable_location()
[all …]