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

/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc2351 string::size_type dot_pos = scope_to_try.find_last_of('.'); local
2352 if (dot_pos == string::npos) {
2355 scope_to_try.erase(dot_pos);
2534 string::size_type dot_pos = full_name.find_last_of('.'); local
2535 if (dot_pos == string::npos) {
2540 "\"" + full_name.substr(dot_pos + 1) +
2542 full_name.substr(0, dot_pos) + "\".");
2558 string::size_type dot_pos = name.find_last_of('.'); local
2559 if (dot_pos == string::npos) {
2564 string* parent_name = tables_->AllocateString(name.substr(0, dot_pos));
[all...]
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp812 char* dot_pos = *endptr; local
813 *dot_pos = ',';
815 *dot_pos = '.';
816 if( *endptr > dot_pos )
819 *endptr = dot_pos;
2714 char* dot_pos = strrchr( fs->filename, '.' ); local
2715 fs->is_xml = dot_pos && (strcmp( dot_pos, ".xml" ) == 0 ||
2716 strcmp( dot_pos, ".XML" ) == 0 || strcmp( dot_pos, "
[all...]

Completed in 93 milliseconds