Searched refs:std (Results 126 - 150 of 2002) sorted by relevance

1234567891011>>

/haiku/src/add-ons/print/transports/ipp/
H A DIppTransport.h13 using namespace std;
15 #define std
/haiku/src/tools/cppunit/cppunit/
H A DTypeInfoHelper.cpp9 using std::string;
10 using std::type_info;
/haiku/src/add-ons/media/plugins/ape_reader/LibMonkeysAudio/
H A DLibMonkeysAudio.cpp44 static std::string saCright;
46 saCright = std::string(gCright)+"\n"+gOriginal;
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageFamilySyntaxHighlighter.cpp36 Tokenizer* tokenizer = new(std::nothrow) Tokenizer();
41 _info = new(std::nothrow) CLanguageFamilySyntaxHighlightInfo(source,
/haiku/headers/private/storage/sniffer/
H A DRule.h41 void SetTo(double priority, std::vector<DisjList*>* list);
44 std::vector<DisjList*> *fConjList; // A list of DisjLists to be ANDed
/haiku/src/kits/network/libnetservices2/
H A DErrorsExt.cpp29 fOrigin(std::move(origin))
66 BError::WriteToStream(std::ostream& stream) const
68 stream << DebugMessage().String() << std::endl;
75 std::stringstream stream;
120 fMessage(std::move(message))
127 BError(std::move(origin)),
128 fMessage(std::move(message))
163 BError(std::move(origin)),
H A DNetServicesMisc.cpp24 fUrl(std::move(url)),
25 fSupportedProtocols(std::move(supportedProtocols))
32 BError(std::move(origin)),
33 fUrl(std::move(url)),
34 fSupportedProtocols(std::move(supportedProtocols))
66 fUrl(std::move(url))
73 BError(std::move(origin)),
74 fUrl(std::move(url))
H A DHttpSession.cpp40 using namespace std::literals;
70 std::shared_ptr<HttpResultPrivate> Result() { return fResult; }
71 void SetError(std::exception_ptr e);
74 std::pair<BString, int> GetHost() const;
90 void SendMessage(uint32 what, std::function<void(BMessage&)> dataFunc = nullptr) const;
100 std::shared_ptr<HttpResultPrivate> fResult;
104 std::unique_ptr<BSocket> fSocket;
120 std::unique_ptr<int32, CounterDeleter> fConnectionCounter;
141 std::vector<BHttpSession::Request> GetRequestsForControlThread();
152 std
[all...]
/haiku/src/tests/kits/net/netservices2/
H A DExclusiveBorrowTest.cpp28 DeleteTestHelper(std::atomic<bool>& deleted)
37 std::atomic<bool>& fDeleted;
76 std::atomic<bool> deleted = false;
115 std::ignore = *ownedObject == 1;
122 std::ignore = *borrow == 1;
137 std::ignore = *borrow == 1;
144 std::ignore = *ownedObject == 1;
170 auto ownedPointer = std::addressof(*ownedObject);
/haiku/src/add-ons/locale/catalogs/plaintext/
H A DCatalog.cpp35 using std::min;
36 using std::max;
37 using std::pair;
180 std::fstream catalogFile;
181 std::string currentItem;
186 catalogFile.open(path, std::fstream::in);
194 if (std::getline(catalogFile, currentItem, '\t').good()) {
197 std::istringstream ss(currentItem);
211 if (std::getline(catalogFile, currentItem, '\t').good()) {
217 if (std
[all...]
/haiku/src/tests/kits/net/service/
H A DHttpTest.cpp35 typedef std::map<std::string, std::string> HttpHeaderMap;
40 TestListener(const std::string& expectedResponseBody,
52 std::copy_n(
55 std::back_inserter(fActualResponseBody));
68 fActualResponseHeaders[std::string(header.Name())]
69 = std::string(header.Value());
114 std::string fExpectedResponseBody;
115 std
[all...]
/haiku/headers/libs/print/libprint/
H A DSpoolMetaData.h13 using namespace std;
/haiku/src/apps/mediaplayer/playlist/
H A DPLItemsCommand.cpp16 using std::nothrow;
/haiku/src/bin/rc/
H A Dprivate.h29 typedef std::list<void*> ptr_list_t;
/haiku/src/tests/
H A DExampleTest.h9 ExampleTest(std::string name = "");
H A DUnitTester.h17 const std::string &description = "",
/haiku/src/tests/kits/app/bapplication/
H A DBApplicationTester.h26 TBApplicationTester(std::string name) : TestCase(name) {;}
/haiku/src/tests/kits/app/bclipboard/
H A DCountTester.h26 CountTester(std::string name) : TestCase(name) {;}
H A DLockTester.h26 LockTester(std::string name) : TestCase(name) {;}
/haiku/src/tests/kits/app/bhandler/
H A DAddFilterTest.h27 TAddFilterTest(std::string name) : TestCase(name) {;}
H A DHandlerLooperTest.h27 TLooperTest(std::string name) : TestCase(name) {;}
H A DIsWatchedTest.h26 TIsWatchedTest(std::string name) : TestCase(name) {;}
H A DLockLooperTest.h27 TLockLooperTest(std::string name) : TestCase(name) {;}
H A DLockLooperWithTimeoutTest.h27 TLockLooperWithTimeoutTest(std::string name) : TestCase(name) {;}
H A DNextHandlerTest.h27 TNextHandlerTest(std::string name) : TestCase(name) {;}

Completed in 209 milliseconds

1234567891011>>