OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RTC_DISALLOW_COPY_AND_ASSIGN
(Results
1 - 25
of
257
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/webrtc/webrtc/base/
constructormagic.h
20
#define
RTC_DISALLOW_COPY_AND_ASSIGN
(TypeName) \
32
RTC_DISALLOW_COPY_AND_ASSIGN
(TypeName)
scoped_autorelease_pool.h
53
RTC_DISALLOW_COPY_AND_ASSIGN
(ScopedAutoreleasePool);
sharedexclusivelock.h
39
RTC_DISALLOW_COPY_AND_ASSIGN
(SharedExclusiveLock);
54
RTC_DISALLOW_COPY_AND_ASSIGN
(SharedScope);
70
RTC_DISALLOW_COPY_AND_ASSIGN
(ExclusiveScope);
logsinks.h
51
RTC_DISALLOW_COPY_AND_ASSIGN
(FileRotatingLogSink);
63
RTC_DISALLOW_COPY_AND_ASSIGN
(CallSessionFileRotatingLogSink);
maccocoasocketserver.h
43
RTC_DISALLOW_COPY_AND_ASSIGN
(MacCocoaSocketServer);
worker.h
67
RTC_DISALLOW_COPY_AND_ASSIGN
(Worker);
/external/webrtc/webrtc/modules/desktop_capture/x11/
x_error_trap.h
34
RTC_DISALLOW_COPY_AND_ASSIGN
(XErrorTrap);
/external/webrtc/webrtc/test/
test_suite.h
41
RTC_DISALLOW_COPY_AND_ASSIGN
(TestSuite);
/external/webrtc/webrtc/modules/desktop_capture/
screen_capturer_mock_objects.h
30
RTC_DISALLOW_COPY_AND_ASSIGN
(MockScreenCapturer);
42
RTC_DISALLOW_COPY_AND_ASSIGN
(MockScreenCapturerCallback);
shared_desktop_frame.h
44
RTC_DISALLOW_COPY_AND_ASSIGN
(SharedDesktopFrame);
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
audio_sink.h
41
RTC_DISALLOW_COPY_AND_ASSIGN
(AudioSink);
59
RTC_DISALLOW_COPY_AND_ASSIGN
(AudioSinkFork);
output_wav_file.h
38
RTC_DISALLOW_COPY_AND_ASSIGN
(OutputWavFile);
packet_source.h
49
RTC_DISALLOW_COPY_AND_ASSIGN
(PacketSource);
/external/webrtc/webrtc/common_audio/resampler/
sinusoidal_linear_chirp_source.h
50
RTC_DISALLOW_COPY_AND_ASSIGN
(SinusoidalLinearChirpSource);
/external/webrtc/webrtc/common_audio/
sparse_fir_filter.h
47
RTC_DISALLOW_COPY_AND_ASSIGN
(SparseFIRFilter);
/external/webrtc/webrtc/modules/audio_coding/neteq/
buffer_level_filter.h
45
RTC_DISALLOW_COPY_AND_ASSIGN
(BufferLevelFilter);
/external/webrtc/webrtc/modules/desktop_capture/mac/
full_screen_chrome_window_detector.h
64
RTC_DISALLOW_COPY_AND_ASSIGN
(FullScreenChromeWindowDetector);
scoped_pixel_buffer_object.h
36
RTC_DISALLOW_COPY_AND_ASSIGN
(ScopedPixelBufferObject);
/external/webrtc/webrtc/modules/desktop_capture/win/
scoped_thread_desktop.h
48
RTC_DISALLOW_COPY_AND_ASSIGN
(ScopedThreadDesktop);
window_capture_utils.h
37
RTC_DISALLOW_COPY_AND_ASSIGN
(AeroChecker);
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
compound_packet.h
36
RTC_DISALLOW_COPY_AND_ASSIGN
(CompoundPacket);
/external/webrtc/webrtc/p2p/base/
p2ptransport.h
32
RTC_DISALLOW_COPY_AND_ASSIGN
(P2PTransport);
/external/webrtc/webrtc/sound/
soundinputstreaminterface.h
63
RTC_DISALLOW_COPY_AND_ASSIGN
(SoundInputStreamInterface);
soundoutputstreaminterface.h
67
RTC_DISALLOW_COPY_AND_ASSIGN
(SoundOutputStreamInterface);
/external/webrtc/webrtc/test/mac/
video_renderer_mac.h
36
RTC_DISALLOW_COPY_AND_ASSIGN
(MacRenderer);
Completed in 1793 milliseconds
1
2
3
4
5
6
7
8
9
10
11