OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:public_import_names
(Results
1 - 1
of
1
) sorted by null
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_file.cc
164
set<string>
public_import_names
;
local
166
public_import_names
.insert(file_->public_dependency(i)->name());
171
bool public_import = (
public_import_names
.count(name) != 0);
Completed in 206 milliseconds