OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_cleared
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/mdns/
dns_sd_registry.cc
206
bool
is_cleared
= service_data_map_[service_type]->ClearServices();
local
207
VLOG(1) << "ServicesFlushed:
is_cleared
: " <<
is_cleared
;
209
if (
is_cleared
)
/external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set.h
462
// removing it from the map, we just set
is_cleared
= true. This has no
465
bool
is_cleared
: 4;
member in struct:google::protobuf::internal::ExtensionSet::Extension
[
all
...]
Completed in 312 milliseconds