HomeSort by relevance Sort by last modified time
    Searched full:second_line_start (Results 1 - 1 of 1) sorted by null

  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.cc 275 string::size_type second_line_start = first_line_end + 1; local
277 def.find('\n', second_line_start) - second_line_start;
279 "def", def.substr(second_line_start, second_line_length));

Completed in 49 milliseconds