Lines Matching refs:BASE_EXPORT
49 BASE_EXPORT void CopyToString(const StringPiece& self, std::string* target);
50 BASE_EXPORT void CopyToString(const StringPiece16& self, string16* target);
52 BASE_EXPORT void AppendToString(const StringPiece& self, std::string* target);
53 BASE_EXPORT void AppendToString(const StringPiece16& self, string16* target);
55 BASE_EXPORT size_t copy(const StringPiece& self,
59 BASE_EXPORT size_t copy(const StringPiece16& self,
64 BASE_EXPORT size_t find(const StringPiece& self,
67 BASE_EXPORT size_t find(const StringPiece16& self,
70 BASE_EXPORT size_t find(const StringPiece& self,
73 BASE_EXPORT size_t find(const StringPiece16& self,
77 BASE_EXPORT size_t rfind(const StringPiece& self,
80 BASE_EXPORT size_t rfind(const StringPiece16& self,
83 BASE_EXPORT size_t rfind(const StringPiece& self,
86 BASE_EXPORT size_t rfind(const StringPiece16& self,
90 BASE_EXPORT size_t find_first_of(const StringPiece& self,
93 BASE_EXPORT size_t find_first_of(const StringPiece16& self,
97 BASE_EXPORT size_t find_first_not_of(const StringPiece& self,
100 BASE_EXPORT size_t find_first_not_of(const StringPiece16& self,
103 BASE_EXPORT size_t find_first_not_of(const StringPiece& self,
106 BASE_EXPORT size_t find_first_not_of(const StringPiece16& self,
110 BASE_EXPORT size_t find_last_of(const StringPiece& self,
113 BASE_EXPORT size_t find_last_of(const StringPiece16& self,
116 BASE_EXPORT size_t find_last_of(const StringPiece& self,
119 BASE_EXPORT size_t find_last_of(const StringPiece16& self,
123 BASE_EXPORT size_t find_last_not_of(const StringPiece& self,
126 BASE_EXPORT size_t find_last_not_of(const StringPiece16& self,
129 BASE_EXPORT size_t find_last_not_of(const StringPiece16& self,
132 BASE_EXPORT size_t find_last_not_of(const StringPiece& self,
136 BASE_EXPORT StringPiece substr(const StringPiece& self,
139 BASE_EXPORT StringPiece16 substr(const StringPiece16& self,
145 BASE_EXPORT void AssertIteratorsInOrder(std::string::const_iterator begin,
147 BASE_EXPORT void AssertIteratorsInOrder(string16::const_iterator begin,
385 extern template class BASE_EXPORT BasicStringPiece<std::string>;
386 extern template class BASE_EXPORT BasicStringPiece<string16>;
391 BASE_EXPORT bool operator==(const StringPiece& x, const StringPiece& y);
447 BASE_EXPORT std::ostream& operator<<(std::ostream& o,