Searched refs:growable_vector (Results 1 - 5 of 5) sorted by relevance

/external/oprofile/libutil++/
H A Dgrowable_vector.h2 * @file growable_vector.h
22 template <typename T> class growable_vector { class
54 growable_vector<T> & operator+=(growable_vector<T> const & rhs) {
70 growable_vector<T> & operator-=(growable_vector<T> const & rhs) {
/external/oprofile/libpp/
H A Dsymbol.h16 #include "growable_vector.h"
125 typedef growable_vector<double> diff_array_t;
H A Dxml_utils.cpp278 typedef growable_vector<subclass_info_t> subclass_array_t;
279 typedef growable_vector<subclass_array_t> event_subclass_t;
280 typedef growable_vector<event_subclass_t> cpu_subclass_t;
460 growable_vector<module_info> my_modules;
477 growable_vector<thread_info> my_threads;
494 growable_vector<process_info> processes;
509 growable_vector<module_info> my_modules;
523 growable_vector<binary_info> binaries;
H A Darrange_profiles.cpp156 typedef growable_vector<string> event_array_t;
157 typedef growable_vector<string>::size_type event_index_t;
H A Dformat_output.cpp600 typedef growable_vector<symbol_details_t> symbol_details_array_t;

Completed in 279 milliseconds