OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allowed_set
(Results
1 - 2
of
2
) sorted by null
/system/update_engine/
connection_manager_unittest.cc
232
set<string>
allowed_set
;
local
233
allowed_set
.insert(StringForConnectionType(ConnectionType::kCellular));
237
.WillOnce(DoAll(SetArgPointee<0>(
allowed_set
), Return(true)));
251
set<string>
allowed_set
;
local
252
allowed_set
.insert(StringForConnectionType(ConnectionType::kCellular));
253
allowed_set
.insert(StringForConnectionType(ConnectionType::kBluetooth));
257
.WillRepeatedly(DoAll(SetArgPointee<0>(
allowed_set
), Return(true)));
301
set<string>
allowed_set
;
local
302
allowed_set
.insert(StringForConnectionType(ConnectionType::kEthernet));
303
allowed_set
.insert(StringForConnectionType(ConnectionType::kWifi))
319
set<string>
allowed_set
;
local
[
all
...]
/external/protobuf/src/google/protobuf/compiler/js/
js_generator.cc
2937
set<const void*>
allowed_set
;
local
[
all
...]
Completed in 117 milliseconds