OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/cmd/pprof/internal/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/cmd/pprof/internal/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 526 milliseconds