Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/flag/
Dexample_value_test.go13 type URLValue struct { struct
14 URL *url.URL
17 func (v URLValue) String() string {
24 func (v URLValue) Set(s string) error {
/aosp_15_r20/external/perfetto/ui/src/components/widgets/sql/details/
H A Ddetails.ts165 export function URLValue( function