Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc2232 pair<int, int> start_pos = FindOrDie(markers_, start_marker); in HasSpanWithComment()
2233 pair<int, int> end_pos = FindOrDie(markers_, end_marker); in HasSpanWithComment()
2300 map<char, pair<int, int> > markers_; member in google::protobuf::compiler::__anone5943b270111::SourceInfoTest
2304 markers_.clear(); in ExtractMarkers()
2316 markers_[*text] = std::make_pair(line, column); in ExtractMarkers()