#include <cstdio>
#include <string>
#include <iosfwd>
#include <glog/logging.h>
#include "base/commandlineflags.h"
#include "config.h"
Go to the source code of this file.
Classes | |
struct | A |
Functions | |
int | CheckNoReturn (bool b) |
DECLARE_bool (logtostderr) | |
GLOG_DEFINE_bool (check_mode, false, "Prints 'opt' or 'dbg'") | |
int | main (int, char *argv[]) |
std::ostream & | operator<< (std::ostream &str, const A &) |
int CheckNoReturn | ( | bool | b | ) |
Definition at line 47 of file logging_striptest_main.cc.
DECLARE_bool | ( | logtostderr | ) |
GLOG_DEFINE_bool | ( | check_mode | , |
false | , | ||
"Prints 'opt' or 'dbg'" | |||
) |
int main | ( | int | , |
char * | argv[] | ||
) |
Definition at line 59 of file logging_striptest_main.cc.
std::ostream& operator<< | ( | std::ostream & | str, |
const A & | |||
) |
Definition at line 57 of file logging_striptest_main.cc.