Searched refs:dot (Results 1 – 2 of 2) sorted by relevance
78 (root_err_class,dot,root_method_name) = left_of_paren.rpartition('.')97 (err_class,dot,err_method_name) = left_of_paren.rpartition('.')
2371 std::string dot; in ReadCommentedInputStream() local2372 std::getline(in_stream, dot); in ReadCommentedInputStream()2373 if (StartsWith(dot, "#") || dot.empty()) { in ReadCommentedInputStream()2377 std::string descriptor((*process)(dot.c_str())); in ReadCommentedInputStream()2380 image_classes->insert(dot); in ReadCommentedInputStream()