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

  /external/google-breakpad/src/common/
language.h 61 virtual bool HasFunctions() const { return true; }
language.cc 70 bool HasFunctions() const { return false; }
  /prebuilts/go/darwin-x86/src/internal/pprof/profile/
profile.go 77 HasFunctions bool
293 m.HasFunctions = m.HasFunctions && function
410 if m.HasFunctions {
496 // HasFunctions determines if all locations in this profile have
498 func (p *Profile) HasFunctions() bool {
500 if l.Mapping == nil || !l.Mapping.HasFunctions {
  /prebuilts/go/linux-x86/src/internal/pprof/profile/
profile.go 77 HasFunctions bool
293 m.HasFunctions = m.HasFunctions && function
410 if m.HasFunctions {
496 // HasFunctions determines if all locations in this profile have
498 func (p *Profile) HasFunctions() bool {
500 if l.Mapping == nil || !l.Mapping.HasFunctions {

Completed in 122 milliseconds