Home
last modified time | relevance | path

Searched refs:AssertIteratorsInOrder (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/strings/
Dstring_piece.h145 BASE_EXPORT void AssertIteratorsInOrder(std::string::const_iterator begin,
147 BASE_EXPORT void AssertIteratorsInOrder(string16::const_iterator begin,
195 internal::AssertIteratorsInOrder(begin, end); in BasicStringPiece()
Dstring_piece.cc442 void AssertIteratorsInOrder(std::string::const_iterator begin, in AssertIteratorsInOrder() function
446 void AssertIteratorsInOrder(string16::const_iterator begin, in AssertIteratorsInOrder() function