OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VmodulePattern
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/
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
...]
/external/chromium_org/base/
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 47 milliseconds