Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dparser.cc342 location_->set_span(0, token.line); in StartAt()
343 location_->set_span(1, token.column); in StartAt()
347 location_->set_span(0, other.location_->span(0)); in StartAt()
348 location_->set_span(1, other.location_->span(1)); in StartAt()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h2750 inline void set_span(int index, ::google::protobuf::int32 value);
6553 inline void SourceCodeInfo_Location::set_span(int index, ::google::protobuf::int32 value) { in set_span() function