Home
last modified time | relevance | path

Searched defs:RequestData (Results 1 – 3 of 3) sorted by relevance

/external/libmojo/mojo/message_pump/
Dhandle_watcher.cc181 struct RequestData { struct in mojo::common::__anonbd2b9ff10111::WatcherThreadManager
182 RequestData() : type(REQUEST_START), stop_id(0) {} in RequestData() function
184 RequestType type;
185 WatchData start_data;
186 WatcherID stop_id;
/external/dagger2/compiler/src/it/producers-functional-tests/src/main/java/producerstest/monitoring/
DServingModule.java28 @interface RequestData {} annotation in ServingModule
/external/webrtc/webrtc/p2p/client/
Dhttpportallocator.h93 class RequestData; variable