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/libchrome/base/
vlog.h
53
//
VmodulePattern
holds all the information for each pattern parsed
55
struct
VmodulePattern
;
56
std::vector<
VmodulePattern
> vmodule_levels_;
vlog.cc
21
struct VlogInfo::
VmodulePattern
{
24
explicit
VmodulePattern
(const std::string& pattern);
26
VmodulePattern
();
33
VlogInfo::
VmodulePattern
::
VmodulePattern
(const std::string& pattern)
44
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 220 milliseconds