OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VlogInfo
(Results
1 - 4
of
4
) sorted by null
/external/chromium/base/
vlog.h
20
class BASE_API
VlogInfo
{
42
VlogInfo
(const std::string& v_switch,
45
~
VlogInfo
();
61
DISALLOW_COPY_AND_ASSIGN(
VlogInfo
);
vlog.cc
14
const int
VlogInfo
::kDefaultVlogLevel = 0;
16
struct
VlogInfo
::VmodulePattern {
28
VlogInfo
::VmodulePattern::VmodulePattern(const std::string& pattern)
30
vlog_level(
VlogInfo
::kDefaultVlogLevel),
39
VlogInfo
::VmodulePattern::VmodulePattern()
40
: vlog_level(
VlogInfo
::kDefaultVlogLevel),
43
VlogInfo
::
VlogInfo
(const std::string& v_switch,
77
VlogInfo
::~
VlogInfo
() {}
[
all
...]
/external/chromium_org/base/
vlog.h
18
class BASE_EXPORT
VlogInfo
{
40
VlogInfo
(const std::string& v_switch,
43
~
VlogInfo
();
59
DISALLOW_COPY_AND_ASSIGN(
VlogInfo
);
vlog.cc
18
const int
VlogInfo
::kDefaultVlogLevel = 0;
20
struct
VlogInfo
::VmodulePattern {
32
VlogInfo
::VmodulePattern::VmodulePattern(const std::string& pattern)
34
vlog_level(
VlogInfo
::kDefaultVlogLevel),
43
VlogInfo
::VmodulePattern::VmodulePattern()
44
: vlog_level(
VlogInfo
::kDefaultVlogLevel),
47
VlogInfo
::
VlogInfo
(const std::string& v_switch,
81
VlogInfo
::~
VlogInfo
() {}
[
all
...]
Completed in 119 milliseconds