HomeSort by relevance Sort by last modified time
    Searched refs:growable_vector (Results 1 - 5 of 5) sorted by null

  /external/oprofile/libutil++/
growable_vector.h 2 * @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/
symbol.h 16 #include "growable_vector.h"
125 typedef growable_vector<double> diff_array_t;
xml_utils.cpp 278 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;
arrange_profiles.cpp 156 typedef growable_vector<string> event_array_t;
157 typedef growable_vector<string>::size_type event_index_t;
format_output.cpp 600 typedef growable_vector<symbol_details_t> symbol_details_array_t;

Completed in 361 milliseconds