HomeSort by relevance Sort by last modified time
    Searched defs:PrintDefaults (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/flag/
flag.go 461 // PrintDefaults prints, to standard error unless configured otherwise, the
463 // documentation for the global function PrintDefaults for more information.
464 func (f *FlagSet) PrintDefaults() {
494 // PrintDefaults prints, to standard error unless configured otherwise,
513 func PrintDefaults() {
514 CommandLine.PrintDefaults()
524 f.PrintDefaults()
535 // By default it prints a simple header and calls PrintDefaults; for details about the
536 // format of the output and how to control it, see the documentation for PrintDefaults.
542 PrintDefaults()
    [all...]
  /prebuilts/go/linux-x86/src/flag/
flag.go 461 // PrintDefaults prints, to standard error unless configured otherwise, the
463 // documentation for the global function PrintDefaults for more information.
464 func (f *FlagSet) PrintDefaults() {
494 // PrintDefaults prints, to standard error unless configured otherwise,
513 func PrintDefaults() {
514 CommandLine.PrintDefaults()
524 f.PrintDefaults()
535 // By default it prints a simple header and calls PrintDefaults; for details about the
536 // format of the output and how to control it, see the documentation for PrintDefaults.
542 PrintDefaults()
    [all...]

Completed in 77 milliseconds