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

  /external/stlport/test/unit/
multiset_test.cpp 104 typedef pointer_to_binary_function<int, int, bool> fn_type; typedef
105 typedef multiset<int, fn_type, allocator<int> > fn_mset;
107 fn_type f(less_than);
117 fn_type g(greater_than);
  /ndk/tests/device/test-gnustl-full/unit/
multiset_test.cpp 104 typedef pointer_to_binary_function<int, int, bool> fn_type; typedef
105 typedef multiset<int, fn_type, allocator<int> > fn_mset;
107 fn_type f(less_than);
117 fn_type g(greater_than);
  /ndk/tests/device/test-stlport/unit/
multiset_test.cpp 104 typedef pointer_to_binary_function<int, int, bool> fn_type; typedef
105 typedef multiset<int, fn_type, allocator<int> > fn_mset;
107 fn_type f(less_than);
117 fn_type g(greater_than);
  /external/chromium_org/third_party/jinja2/
runtime.py 178 for fn_type in ('contextfunction',
181 if hasattr(fn, fn_type):

Completed in 1785 milliseconds