Searched refs:common_flags_dont_use (Results 1 – 3 of 3) sorted by relevance
36 extern CommonFlags common_flags_dont_use;38 return &common_flags_dont_use; in common_flags()42 common_flags_dont_use.SetDefaults(); in SetCommonFlagsDefaults()51 common_flags_dont_use.CopyFrom(cf); in OverrideCommonFlags()58 CommonFlags *cf = &common_flags_dont_use);64 void InitializeCommonFlags(CommonFlags *cf = &common_flags_dont_use);
126 if (common_flags_dont_use.malloc_context_size < 1) in parse_flags()127 common_flags_dont_use.malloc_context_size = 1; in parse_flags()
23 CommonFlags common_flags_dont_use; variable