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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
size_type.hpp 56 struct range_size struct in namespace:boost::detail
64 struct range_size< struct in namespace:boost::detail
75 struct range_size : struct in namespace:boost
76 detail::range_size<T>
80 struct range_size<const T > struct in namespace:boost
81 : detail::range_size<T>
size.hpp 29 inline BOOST_DEDUCED_TYPENAME range_size<const SinglePassRange>::type
39 inline BOOST_DEDUCED_TYPENAME range_size<const SinglePassRange>::type
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/
str_types.hpp 32 struct range_size<T*> struct in namespace:boost
  /external/lldb/source/API/
SBSymbol.cpp 182 lldb::addr_t range_size = m_opaque_ptr->GetByteSize(); local
183 if (range_size > 0)
  /external/clang/tools/libclang/
CXStoredDiagnostic.cpp 87 return Diag.range_size();
  /external/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
Android.mk 91 test_name := containers/unord/unord.set/unord.set.cnstr/range_size
92 test_src := range_size.pass.cpp
  /external/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
Android.mk 91 test_name := containers/unord/unord.map/unord.map.cnstr/range_size
92 test_src := range_size.pass.cpp
  /external/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
Android.mk 91 test_name := containers/unord/unord.multimap/unord.multimap.cnstr/range_size
92 test_src := range_size.pass.cpp
  /external/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
Android.mk 91 test_name := containers/unord/unord.multiset/unord.multiset.cnstr/range_size
92 test_src := range_size.pass.cpp
  /external/fio/
filesetup.c 991 unsigned int range_size, seed; local
995 range_size = min(td->o.min_bs[DDIR_READ], td->o.min_bs[DDIR_WRITE]);
998 nranges = (file_size + range_size - 1) / range_size;
  /external/lldb/source/Symbol/
Symtab.cpp 1021 const addr_t range_size = entry.GetByteSize(); local
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 322 DiagRanges.reserve(storedDiag.range_size());
    [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]

Completed in 358 milliseconds