OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VmodulePattern
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/
vlog.h
55
//
VmodulePattern
holds all the information for each pattern parsed
57
struct
VmodulePattern
;
58
std::vector<
VmodulePattern
> vmodule_levels_;
vlog.cc
16
struct VlogInfo::
VmodulePattern
{
19
explicit
VmodulePattern
(const std::string& pattern);
21
VmodulePattern
();
28
VlogInfo::
VmodulePattern
::
VmodulePattern
(const std::string& pattern)
39
VlogInfo::
VmodulePattern
::
VmodulePattern
()
67
VmodulePattern
pattern(it->first);
104
for (std::vector<
VmodulePattern
>::const_iterator it =
107
(it->match_target ==
VmodulePattern
::MATCH_FILE) ? file : module)
[
all
...]
Completed in 355 milliseconds