Home
last modified time | relevance | path

Searched defs:Interface (Results 26 – 50 of 12089) sorted by relevance

12345678910>>...484

/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/container/heap/
H A Dheap.go30 type Interface interface { interface
41 func Init(h Interface) {
52 func Push(h Interface, x interface{}) {
61 func Pop(h Interface) interface{} {
71 func Remove(h Interface, i int) interface{} {
85 func Fix(h Interface, i int) {
90 func up(h Interface, j int) {
101 func down(h Interface, i, n int) {
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/container/heap/
H A Dheap.go32 type Interface interface { interface
42 func Init(h Interface) {
52 func Push(h Interface, x interface{}) {
60 func Pop(h Interface) interface{} {
69 func Remove(h Interface, i int) interface{} {
84 func Fix(h Interface, i int) {
90 func up(h Interface, j int) {
101 func down(h Interface, i0, n int) bool {
/dports/lang/gcc8/gcc-8.5.0/libgo/go/container/heap/
H A Dheap.go30 type Interface interface { interface
41 func Init(h Interface) {
52 func Push(h Interface, x interface{}) {
61 func Pop(h Interface) interface{} {
71 func Remove(h Interface, i int) interface{} {
86 func Fix(h Interface, i int) {
92 func up(h Interface, j int) {
103 func down(h Interface, i0, n int) bool {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/container/heap/
H A Dheap.go30 type Interface interface { interface
41 func Init(h Interface) {
52 func Push(h Interface, x interface{}) {
61 func Pop(h Interface) interface{} {
71 func Remove(h Interface, i int) interface{} {
86 func Fix(h Interface, i int) {
92 func up(h Interface, j int) {
103 func down(h Interface, i0, n int) bool {
/dports/lang/gcc10/gcc-10.3.0/libgo/go/container/heap/
H A Dheap.go32 type Interface interface { interface
42 func Init(h Interface) {
52 func Push(h Interface, x interface{}) {
60 func Pop(h Interface) interface{} {
69 func Remove(h Interface, i int) interface{} {
84 func Fix(h Interface, i int) {
90 func up(h Interface, j int) {
101 func down(h Interface, i0, n int) bool {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/container/heap/
H A Dheap.go30 type Interface interface { interface
41 func Init(h Interface) {
52 func Push(h Interface, x interface{}) {
61 func Pop(h Interface) interface{} {
71 func Remove(h Interface, i int) interface{} {
86 func Fix(h Interface, i int) {
92 func up(h Interface, j int) {
103 func down(h Interface, i0, n int) bool {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/container/heap/
H A Dheap.go32 type Interface interface { interface
42 func Init(h Interface) {
52 func Push(h Interface, x any) {
60 func Pop(h Interface) any {
69 func Remove(h Interface, i int) any {
84 func Fix(h Interface, i int) {
90 func up(h Interface, j int) {
101 func down(h Interface, i0, n int) bool {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/container/heap/
H A Dheap.go32 type Interface interface { interface
42 func Init(h Interface) {
52 func Push(h Interface, x interface{}) {
60 func Pop(h Interface) interface{} {
69 func Remove(h Interface, i int) interface{} {
84 func Fix(h Interface, i int) {
90 func up(h Interface, j int) {
101 func down(h Interface, i0, n int) bool {
/dports/lang/gcc11/gcc-11.2.0/libgo/go/container/heap/
H A Dheap.go32 type Interface interface { interface
42 func Init(h Interface) {
52 func Push(h Interface, x interface{}) {
60 func Pop(h Interface) interface{} {
69 func Remove(h Interface, i int) interface{} {
84 func Fix(h Interface, i int) {
90 func up(h Interface, j int) {
101 func down(h Interface, i0, n int) bool {
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/container/heap/
H A Dheap.go32 type Interface interface { interface
42 func Init(h Interface) {
52 func Push(h Interface, x interface{}) {
60 func Pop(h Interface) interface{} {
69 func Remove(h Interface, i int) interface{} {
84 func Fix(h Interface, i int) {
90 func up(h Interface, j int) {
101 func down(h Interface, i0, n int) bool {
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/container/heap/
H A Dheap.go30 type Interface interface { interface
41 func Init(h Interface) {
52 func Push(h Interface, x interface{}) {
61 func Pop(h Interface) interface{} {
71 func Remove(h Interface, i int) interface{} {
86 func Fix(h Interface, i int) {
92 func up(h Interface, j int) {
103 func down(h Interface, i0, n int) bool {
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/container/heap/
H A Dheap.go30 type Interface interface { interface
41 func Init(h Interface) {
52 func Push(h Interface, x interface{}) {
61 func Pop(h Interface) interface{} {
71 func Remove(h Interface, i int) interface{} {
86 func Fix(h Interface, i int) {
92 func up(h Interface, j int) {
103 func down(h Interface, i0, n int) bool {
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/container/heap/
H A Dheap.go32 type Interface interface { interface
42 func Init(h Interface) {
52 func Push(h Interface, x interface{}) {
60 func Pop(h Interface) interface{} {
69 func Remove(h Interface, i int) interface{} {
84 func Fix(h Interface, i int) {
90 func up(h Interface, j int) {
101 func down(h Interface, i0, n int) bool {
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/container/heap/
H A Dheap.go30 type Interface interface { interface
41 func Init(h Interface) {
52 func Push(h Interface, x interface{}) {
61 func Pop(h Interface) interface{} {
71 func Remove(h Interface, i int) interface{} {
86 func Fix(h Interface, i int) {
92 func up(h Interface, j int) {
103 func down(h Interface, i0, n int) bool {
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/container/heap/
H A Dheap.go30 type Interface interface { interface
41 func Init(h Interface) {
52 func Push(h Interface, x interface{}) {
61 func Pop(h Interface) interface{} {
71 func Remove(h Interface, i int) interface{} {
85 func Fix(h Interface, i int) {
90 func up(h Interface, j int) {
101 func down(h Interface, i, n int) {
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/container/heap/
H A Dheap.go32 type Interface interface { interface
42 func Init(h Interface) {
52 func Push(h Interface, x interface{}) {
60 func Pop(h Interface) interface{} {
69 func Remove(h Interface, i int) interface{} {
84 func Fix(h Interface, i int) {
90 func up(h Interface, j int) {
101 func down(h Interface, i0, n int) bool {
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/container/heap/
H A Dheap.go30 type Interface interface { interface
41 func Init(h Interface) {
52 func Push(h Interface, x interface{}) {
61 func Pop(h Interface) interface{} {
71 func Remove(h Interface, i int) interface{} {
86 func Fix(h Interface, i int) {
92 func up(h Interface, j int) {
103 func down(h Interface, i0, n int) bool {
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/container/heap/
H A Dheap.go30 type Interface interface { interface
41 func Init(h Interface) {
52 func Push(h Interface, x interface{}) {
61 func Pop(h Interface) interface{} {
71 func Remove(h Interface, i int) interface{} {
85 func Fix(h Interface, i int) {
90 func up(h Interface, j int) {
101 func down(h Interface, i, n int) {
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/container/heap/
H A Dheap.go32 type Interface interface { interface
42 func Init(h Interface) {
52 func Push(h Interface, x interface{}) {
60 func Pop(h Interface) interface{} {
69 func Remove(h Interface, i int) interface{} {
84 func Fix(h Interface, i int) {
90 func up(h Interface, j int) {
101 func down(h Interface, i0, n int) bool {
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/container/heap/
H A Dheap.go32 type Interface interface { interface
42 func Init(h Interface) {
52 func Push(h Interface, x interface{}) {
60 func Pop(h Interface) interface{} {
69 func Remove(h Interface, i int) interface{} {
84 func Fix(h Interface, i int) {
90 func up(h Interface, j int) {
101 func down(h Interface, i0, n int) bool {
/dports/lang/gcc9/gcc-9.4.0/libgo/go/container/heap/
H A Dheap.go32 type Interface interface { interface
42 func Init(h Interface) {
52 func Push(h Interface, x interface{}) {
60 func Pop(h Interface) interface{} {
69 func Remove(h Interface, i int) interface{} {
84 func Fix(h Interface, i int) {
90 func up(h Interface, j int) {
101 func down(h Interface, i0, n int) bool {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/container/heap/
H A Dheap.go30 type Interface interface { interface
41 func Init(h Interface) {
52 func Push(h Interface, x interface{}) {
61 func Pop(h Interface) interface{} {
71 func Remove(h Interface, i int) interface{} {
85 func Fix(h Interface, i int) {
90 func up(h Interface, j int) {
101 func down(h Interface, i, n int) {
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/container/heap/
H A Dheap.go32 type Interface interface { interface
42 func Init(h Interface) {
52 func Push(h Interface, x interface{}) {
60 func Pop(h Interface) interface{} {
69 func Remove(h Interface, i int) interface{} {
84 func Fix(h Interface, i int) {
90 func up(h Interface, j int) {
101 func down(h Interface, i0, n int) bool {
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/device/usb/
H A Dusb_device_handle_win.h98 struct Interface { struct
102 const mojom::UsbInterfaceInfo* info; argument
121 std::vector<OpenInterfaceCallback> ready_callbacks; argument
123 DISALLOW_COPY_AND_ASSIGN(Interface); argument
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/transport/vnet/
H A Dinterface.go14 type Interface struct { struct
15 InterfaceBase
16 addrs []net.Addr
20 func NewInterface(ifc net.Interface) *Interface {
28 func (ifc *Interface) AddAddr(addr net.Addr) {
33 func (ifc *Interface) Addrs() ([]net.Addr, error) {

12345678910>>...484