std                43 MMgc/GCGlobalNew.h   #define MMGC_NEW_THROWS_CLAUSE throw (std::bad_alloc)
std               230 axscript/axtam.cpp 					std::fstream file((char *)fname->toUTF8String()->c_str(), std::ios_base::in | std::ios_base::binary | std::ios_base::ate);
std               232 axscript/axtam.cpp 						std::ifstream::pos_type size(file.tellg());
std               468 nanojit/NativePPC.h     #define STD(r,  d, b)     MEMd(std,    r, d, b)
std                59 pcre/pcre_scanner.h   explicit Scanner(const std::string& input);
std               141 pcre/pcre_scanner.h   void GetComments(int start, int end, std::vector<StringPiece> *ranges);
std               147 pcre/pcre_scanner.h   void GetNextComments(std::vector<StringPiece> *ranges);
std               150 pcre/pcre_scanner.h   std::string   data_;          // All the input data
std               160 pcre/pcre_scanner.h   std::vector<StringPiece> *comments_;
std                41 pcre/pcre_stringpiece.cc std::ostream& operator<<(std::ostream& o, const pcrecpp::StringPiece& piece) {