OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TUI
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/src/fmt/
stringer_test.go
22
type
TUI
uintptr
39
func (v
TUI
) String() string { return Sprintf("UI: %d", uintptr(v)) }
55
s = Sprintf("%v %v %v %v %v %v", TU(5), TU8(6), TU16(7), TU32(8), TU64(9),
TUI
(10))
/prebuilts/go/linux-x86/src/fmt/
stringer_test.go
22
type
TUI
uintptr
39
func (v
TUI
) String() string { return Sprintf("UI: %d", uintptr(v)) }
55
s = Sprintf("%v %v %v %v %v %v", TU(5), TU8(6), TU16(7), TU32(8), TU64(9),
TUI
(10))
Completed in 49 milliseconds