Home | History | Annotate | Download | only in gflags

Lines Matching full:int32

93 typedef int32_t int32;
98 typedef int32_t int32;
103 typedef __int32 int32;
127 // static bool ValidatePort(const char* flagname, int32 value) {
141 bool RegisterFlagValidator(const int32* flag,
142 bool (*validate_fn)(const char*, int32));
166 std::string type; // the type of the flag: int32, etc
309 // (e.g., not a number for an int32 flag), abort with an error.
314 extern int32 Int32FromEnv(const char *varname, int32 defval);
485 #define DECLARE_int32(name) DECLARE_VARIABLE(::google::int32,I, name)
486 #define DEFINE_int32(name,val,txt) DEFINE_VARIABLE(::google::int32,I, name, val, txt)