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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/
profiler_node.h 51 typedef std::_GLIBCXX_STD_C::vector<__instruction_address_t> __stack_npt; typedef in namespace:__gnu_profile
52 typedef __stack_npt* __stack_t;
63 __stack_npt __buffer(__max_depth);
65 __stack_t __stack = new __stack_npt(__depth);
90 __stack_npt::const_iterator __it;
106 __stack_npt::const_iterator __it;
122 = __stack1->size() * sizeof(__stack_npt::value_type);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/
profiler_node.h 51 typedef std::_GLIBCXX_STD_C::vector<__instruction_address_t> __stack_npt; typedef in namespace:__gnu_profile
52 typedef __stack_npt* __stack_t;
63 __stack_npt __buffer(__max_depth);
65 __stack_t __stack = new __stack_npt(__depth);
90 __stack_npt::const_iterator __it;
106 __stack_npt::const_iterator __it;
122 = __stack1->size() * sizeof(__stack_npt::value_type);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_node.h 51 typedef std::_GLIBCXX_STD_C::vector<__instruction_address_t> __stack_npt; typedef in namespace:__gnu_profile
52 typedef __stack_npt* __stack_t;
63 __stack_npt __buffer(__max_depth);
65 __stack_t __stack = new __stack_npt(__depth);
90 __stack_npt::const_iterator __it;
106 __stack_npt::const_iterator __it;
122 = __stack1->size() * sizeof(__stack_npt::value_type);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_node.h 44 typedef std::_GLIBCXX_STD_C::vector<__instruction_address_t> __stack_npt; typedef in namespace:__gnu_profile
45 typedef __stack_npt* __stack_t;
56 __stack_npt __buffer(__max_depth);
58 __stack_t __stack = new __stack_npt(__depth);
83 __stack_npt::const_iterator __it;
99 __stack_npt::const_iterator __it;
115 = __stack1->size() * sizeof(__stack_npt::value_type);

Completed in 84 milliseconds