HomeSort by relevance Sort by last modified time
    Searched defs:remove_all (Results 1 - 7 of 7) sorted by null

  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_vcgen_dash.cpp 76 void vcgen_dash::remove_all() function in class:agg::vcgen_dash
79 m_src_vertices.remove_all();
fx_agg_vcgen_stroke.cpp 46 void vcgen_stroke::remove_all() function in class:agg::vcgen_stroke
48 m_src_vertices.remove_all();
agg_conv_adaptor_vcgen.h 22 void remove_all() {} function in struct:agg::null_markers
91 m_markers.remove_all();
98 m_generator.remove_all();
agg_array.h 88 void remove_all() function in class:agg::pod_array
174 void remove_all() function in class:agg::pod_deque
415 void remove_all() function in class:agg::pod_allocator
433 remove_all();
  /external/eigen/Eigen/src/Core/util/
Meta.h 49 template<typename T> struct remove_all { typedef T type; }; struct in namespace:Eigen::internal
50 template<typename T> struct remove_all<const T> { typedef typename remove_all<T>::type type; }; struct in namespace:Eigen::internal
51 template<typename T> struct remove_all<T const&> { typedef typename remove_all<T>::type type; }; struct in namespace:Eigen::internal
52 template<typename T> struct remove_all<T&> { typedef typename remove_all<T>::type type; }; struct in namespace:Eigen::internal
53 template<typename T> struct remove_all<T const*> { typedef typename remove_all<T>::type type; }; struct in namespace:Eigen::internal
54 template<typename T> struct remove_all<T*> { typedef typename remove_all<T>::type type; } struct in namespace:Eigen::internal
    [all...]
  /external/chromium_org/chrome/installer/setup/
setup_main.cc 648 bool remove_all,
664 original_state, installer_state, setup_exe, product, remove_all,
706 const bool remove_all = !cmd_line.HasSwitch( local
713 cmd_line, remove_all, force, **it);
1369 const bool remove_all = true; local
    [all...]
  /system/core/adb/
commandline.c 1503 char remove_all = 0; local
    [all...]

Completed in 434 milliseconds