Lines Matching full:friend
233 friend class CommandLineFlag; // for many things, including Validate()
234 friend class ::google::FlagSaverImpl; // calls New()
235 friend class FlagRegistry; // checks value_buffer_ for flags_by_ptr_ map
236 template <typename T> friend T GetFromEnv(const char*, const char*, T);
237 friend bool TryParseLocked(const CommandLineFlag*, FlagValue*,
493 friend class FlagRegistry;
494 friend class ::google::FlagSaverImpl; // for cloning the values
495 friend bool GetCommandLineOption(const char*, string*, bool*);
497 friend bool AddFlagValidator(const void*, ValidateFnProto);
647 friend class ::google::FlagSaverImpl; // reads all the flags in order to copy them
648 friend class CommandLineFlagParser; // for ValidateAllFlags
649 friend void ::google::GetAllFlags(vector<CommandLineFlagInfo>*);