Home
last modified time | relevance | path

Searched defs:findRef (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/perfetto/ui/src/base/
H A Ddom_utils.ts23 export function findRef(root: Element, ref: string): Element | null { function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/codehost/
Dgit.go392 func (r *gitRepo) findRef(ctx context.Context, hash string) (ref string, ok bool) { func