Searched refs:name_dot_pos (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc2676 string::size_type name_dot_pos = name.find_first_of('.'); local
2678 if (name_dot_pos == string::npos) {
2681 first_part_of_name = name.substr(0, name_dot_pos);
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc2339 int name_dot_pos = name.find_first_of('.'); local
2341 if (name_dot_pos == string::npos) {
2344 first_part_of_name = name.substr(0, name_dot_pos);

Completed in 86 milliseconds