Home
last modified time | relevance | path

Searched refs:set_span (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dparser.cc381 location_->set_span(0, token.line); in StartAt()
382 location_->set_span(1, token.column); in StartAt()
386 location_->set_span(0, other.location_->span(0)); in StartAt()
387 location_->set_span(1, other.location_->span(1)); in StartAt()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h3250 void set_span(int index, ::google::protobuf::int32 value);
7239 inline void SourceCodeInfo_Location::set_span(int index, ::google::protobuf::int32 value) { in set_span() function
Ddescriptor.pb.cc14114 void SourceCodeInfo_Location::set_span(int index, ::google::protobuf::int32 value) { in set_span() function in google::protobuf::SourceCodeInfo_Location