OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:channels_count
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sandbox/win/src/
sharedmem_ipc_client.cc
46
DCHECK(0 != control_->
channels_count
);
118
if (0 == control_->
channels_count
) {
124
for (size_t ix = 0; ix != control_->
channels_count
; ++ix) {
148
DCHECK(num < control_->
channels_count
);
sharedmem_ipc_client.h
89
size_t
channels_count
;
member in struct:sandbox::IPCControl
sharedmem_ipc_server.cc
70
client_control_->
channels_count
= 0;
125
client_control_->
channels_count
= channel_count;
ipc_unittest.cc
30
client_control->
channels_count
= channel_count;
42
for (size_t ix = 0; ix != client_control->
channels_count
; ++ix) {
56
for (size_t ix = 0; ix != client_control->
channels_count
; ++ix) {
70
EXPECT_EQ(5, client_control->
channels_count
);
Completed in 126 milliseconds