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_org/base/
vlog.h
53
//
VmodulePattern
holds all the information for each pattern parsed
55
struct
VmodulePattern
;
56
std::vector<
VmodulePattern
> vmodule_levels_;
vlog.cc
20
struct VlogInfo::
VmodulePattern
{
23
explicit
VmodulePattern
(const std::string& pattern);
25
VmodulePattern
();
32
VlogInfo::
VmodulePattern
::
VmodulePattern
(const std::string& pattern)
43
VlogInfo::
VmodulePattern
::
VmodulePattern
()
71
VmodulePattern
pattern(it->first);
108
for (std::vector<
VmodulePattern
>::const_iterator it =
111
(it->match_target ==
VmodulePattern
::MATCH_FILE) ? file : module)
[
all
...]
Completed in 70 milliseconds