Lines Matching defs:end

191 }; // end struct timer::priv
682 /// the end of the resulting dir name.
927 for (string::const_iterator i = str.begin(); i != str.end(); ++i)
952 for (string::const_iterator i = str.begin(); i != str.end(); ++i)
975 /// in the input string, then the input string is added at the end of
1102 i != input_strings.end();
1224 line != query_output.end();
1235 /// Remove spaces at the beginning and at the end of a given string.
1247 string::size_type start, end;
1252 for (end = str.length() - 1; end > 0; --end)
1253 if (!isspace(str[end]))
1256 result = str.substr(start, end - start + 1);
1296 i != char_stars.end();
1986 root_dir != headers_root_dirs.end();
1991 file != header_files.end();
2074 path_end = abi_whitelist_paths.end();
2088 section_end = whitelist_sections.end();
2097 prop_end = (*section_iter)->get_properties().end();
2117 std::sort(whitelisted_names.begin(), whitelisted_names.end());
2119 whitelisted_names.end()),
2120 whitelisted_names.end());
2232 /// @param fname the file name (or end of path) to consider.
2321 i != suppr_paths.end();
2328 supprs.insert(supprs.end(), wl_suppr.begin(), wl_suppr.end());
2529 std::sort(module_paths.begin(), module_paths.end());
2680 m != modules.end();
2745 /// @param requested_fe_kind the kind of front-end requested by the
2801 /// Create the best elf based reader (or front-end), given an ELF
2806 /// front-end is created.
2808 /// If the user requested the use of the CTF front-end, then, if the
2809 /// file contains CTF debug info, the CTF front-end is created,
2812 /// If the binary ONLY has CTF debug info, then CTF front-end is
2814 /// of the CTF front-end.
2816 /// Otherwise, by default, the DWARF front-end is created.
2823 /// @param env the environment to use for the front-end.
2825 /// @param requested_fe_kind the kind of front-end specifically
2826 /// requested by the user. At the moment, only the CTF front-end can
2857 // The user hasn't formally requested the use of the CTF front-end.
2862 // front end even if it wasn't formally requested by the user.
2882 }//end namespace tools_utils
2893 /// @parm a_end the end iterator for the first input sequence of
2899 /// @param b_end the end iterator for the second input sequence of functions.
2912 /// @param a_end the end iterator of the first input sequence of functions.
2916 /// @param b_end the end iterator of the second input sequence of functions.
2951 }//end namespace abigail