HomeSort by relevance Sort by last modified time
    Searched refs:set_span (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/compiler/
parser.cc 342 location_->set_span(0, token.line);
343 location_->set_span(1, token.column);
347 location_->set_span(0, other.location_->span(0));
348 location_->set_span(1, other.location_->span(1));
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 6519 inline void SourceCodeInfo_Location::set_span(int index, ::google::protobuf::int32 value) { function in class:google::protobuf::SourceCodeInfo_Location
    [all...]

Completed in 71 milliseconds