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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
begin.hpp 42 range_begin( C& c ) function in namespace:boost::range_detail
46 // you have not implemented range_begin() properly in
57 inline Iterator range_begin( const std::pair<Iterator,Iterator>& p ) function in namespace:boost::range_detail
63 inline Iterator range_begin( std::pair<Iterator,Iterator>& p ) function in namespace:boost::range_detail
76 inline const T* range_begin( const T (&a)[sz] )
82 inline T* range_begin( T (&a)[sz] )
108 return range_begin( r );
119 return range_begin( r );
  /external/clang/tools/libclang/
CXStoredDiagnostic.cpp 94 Diag.range_begin()[Range]);
  /external/clang/lib/ARCMigrate/
PlistReporter.cpp 53 RI = D.range_begin(), RE = D.range_end(); RI != RE; ++RI) {
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 282 bool HasOverlap(int32_t range_begin, int32_t range_end,
284 if (range_begin == range_end) {
285 return glyph_ids.find(range_begin) != glyph_ids.end();
286 } else if (range_end > range_begin) {
287 IntegerSet::const_iterator left = glyph_ids.lower_bound(range_begin);
  /external/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 345 DiagRanges.append(storedDiag.range_begin(), storedDiag.range_end());
    [all...]

Completed in 232 milliseconds