Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.pb.h3446 void set_span(int index, ::google::protobuf::int32 value);
7525 inline void SourceCodeInfo_Location::set_span(int index, ::google::protobuf::int32 value) { in set_span() function
Ddescriptor.pb.cc14618 void SourceCodeInfo_Location::set_span(int index, ::google::protobuf::int32 value) { in set_span() function in google::protobuf::SourceCodeInfo_Location