OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetVlogLevel
(Results
1 - 6
of
6
) sorted by null
/external/libchrome/base/
vlog_unittest.cc
19
.
GetVlogLevel
("test1"));
21
VlogInfo("0", std::string(), &min_log_level).
GetVlogLevel
("test2"));
23
0, VlogInfo("blah", std::string(), &min_log_level).
GetVlogLevel
("test3"));
26
VlogInfo("0blah1", std::string(), &min_log_level).
GetVlogLevel
("test4"));
28
VlogInfo("1", std::string(), &min_log_level).
GetVlogLevel
("test5"));
30
VlogInfo("5", std::string(), &min_log_level).
GetVlogLevel
("test6"));
87
EXPECT_EQ(-1, vlog_info.
GetVlogLevel
("/path/to/grault.cc"));
88
EXPECT_EQ(0, vlog_info.
GetVlogLevel
("/path/to/foo.cc"));
89
EXPECT_EQ(0, vlog_info.
GetVlogLevel
("D:\\Path\\To\\bar-inl.mm"));
90
EXPECT_EQ(-1, vlog_info.
GetVlogLevel
("D:\\path\\to what/bar_unittest.m"))
[
all
...]
vlog.h
47
int
GetVlogLevel
(const base::StringPiece& file) const;
vlog.cc
105
int VlogInfo::
GetVlogLevel
(const base::StringPiece& file) const {
logging.h
285
int
GetVlogLevel
(const char (&file)[N]) {
384
((verboselevel) <= ::logging::
GetVlogLevel
(__FILE__))
[
all
...]
logging.cc
424
vlog_info->
GetVlogLevel
(base::StringPiece(file, N - 1)) :
/external/libweave/third_party/chromium/base/
logging.h
237
int
GetVlogLevel
(const char (&file)[N]) {
324
((verboselevel) <= ::logging::
GetVlogLevel
(__FILE__))
Completed in 136 milliseconds