Home
last modified time | relevance | path

Searched defs:Bar (Results 1 – 25 of 6494) sorted by relevance

12345678910>>...260

/dports/devel/bit/bit-1.1.2/vendor/github.com/gosuri/uiprogress/
H A Dbar.go37 type Bar struct { struct
39 Total int
42 LeftEnd byte
45 RightEnd byte
48 Fill byte
51 Head byte
54 Empty byte
57 TimeStarted time.Time
60 Width int
64 current int
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/generic-associated-types/parse/
H A Din-trait.rs10 type Bar<'a>; typedef
11 type Bar<'a, 'b>; typedef
12 type Bar<'a, 'b,>; typedef
13 type Bar<'a, 'b, T>; typedef
14 type Bar<'a, 'b, T, U>; typedef
15 type Bar<'a, 'b, T, U,>; typedef
16 type Bar<'a, 'b, T: Debug, U,>; typedef
17 type Bar<'a, 'b, T: Debug, U,>: Debug; typedef
18 type Bar<'a, 'b, T: Debug, U,>: Deref<Target = T> + Into<U>; typedef
19 type Bar<'a, 'b, T: Debug, U,> where T: Deref<Target = U>, U: Into<T>; typedef
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/cmd/ooniprobe/internal/log/handlers/cli/progress/
H A Dprogress.go14 type Bar struct { struct
22 value float64
23 tmpl *template.Template
24 text string
49 func (b *Bar) Text(s string) {
54 func (b *Bar) Value(n float64) {
62 func (b *Bar) ValueInt(n int) {
67 func (b *Bar) percent() float64 {
72 func (b *Bar) bar() string {
84 func (b *Bar) String() string {
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/common/progress/
H A Dprogress_bar.go29 type Bar struct { struct
31 Name string
33 BarLength int
37 IsBytes bool
41 Watching Progressor
44 Writer io.Writer
46 WaitTime time.Duration
53 hasRendered bool
60 func (pb *Bar) Start() {
90 func (pb *Bar) Stop() {
[all …]
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/mongodb/mongo-tools-common/progress/
H A Dprogress_bar.go29 type Bar struct { struct
31 Name string
33 BarLength int
37 IsBytes bool
41 Watching Progressor
44 Writer io.Writer
46 WaitTime time.Duration
53 hasRendered bool
60 func (pb *Bar) Start() {
90 func (pb *Bar) Stop() {
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/vbauerster/mpb/v6/
H A Dbar.go19 type Bar struct { struct
20 priority int // used by heap
23 extendedLines int
24 toShutdown bool
25 toDrop bool
26 noPop bool
27 hasEwmaDecorators bool
34 cancel func()
36 done chan struct{}
38 cacheState *bState
[all …]
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/vbauerster/mpb/v4/
H A Dbar.go34 type Bar struct { struct
38 extendedLines int
39 toShutdown bool
40 toDrop bool
44 completed chan bool
47 cancel func()
49 done chan struct{}
51 cacheState *bState
53 arbitraryCurrent struct {
58 container *Progress
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/vbauerster/mpb/v4/
H A Dbar.go34 type Bar struct { struct
38 extendedLines int
39 toShutdown bool
40 toDrop bool
44 completed chan bool
47 cancel func()
49 done chan struct{}
51 cacheState *bState
53 arbitraryCurrent struct {
58 container *Progress
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/inherent-impls-overlap-check/
H A Dno-overlap.rs24 struct Bar<T>(T); struct
31 impl Bar<A> { fn foo() {} } in foo() implementation
32 impl Bar<B> { fn foo() {} } in foo() implementation
36 impl Bar<u8> { implementation
41 impl Bar<u16> { impl
46 impl Bar<u32> { implementation
/dports/games/genact/genact-0.10.0/cargo-crates/progress_string-0.1.1/src/
H A Dlib.rs27 pub struct Bar { struct
38 impl Bar { argument
41 fn copy(self) -> Bar { in copy()
161 pub fn get_bar(self) -> Bar { in get_bar()
166 impl Bar { impl
194 impl Bar { implementation
222 impl Bar { implementation
264 impl Bar { impl
311 impl Bar { impl
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/test/
H A Dunusedfields.cxx25 struct Bar struct
60 Bar(Foo const & foo) : m_bar1(foo.m_foo1) {} in Bar() argument
63 Bar(Bar const & other) { m_bar3 = other.m_bar3; } in Bar() function
69 int bar2() { return m_bar2; } in bar2()
72 void bar3() in bar3()
80 void bar4() { m_barfunctionpointer(m_bar4); } in bar4()
83 void bar5() { int x = m_bar5; (void) x; } in bar5()
89 void bar7() { m_bar7[3] = 1; } in bar7()
92 char bar8() in bar8()
99 void bar9() in bar9()
[all …]
H A Dnoexceptmove.cxx42 class Bar class
44 Bar(Bar&&) { foo(); } in Bar() function in test2::Bar
55 class Bar class
57 Bar(Bar&&) { Foo aFoo; } in Bar() argument
76 class Bar class
78 Bar(Bar&&) { Foo aFoo; } in Bar() argument
89 class Bar class
91 Bar(Bar&&) // expected-error {{move constructor can be noexcept [loplugin:noexceptmove]}} in Bar() function in test5::Bar
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/test/
H A Dnoexceptmove.cxx42 class Bar class
44 Bar(Bar&&) { foo(); } in Bar() function in test2::Bar
55 class Bar class
57 Bar(Bar&&) { Foo aFoo; } in Bar() function in test3::Bar
76 class Bar class
78 Bar(Bar&&) { Foo aFoo; } in Bar() argument
89 class Bar class
91 Bar(Bar&&) // expected-error {{move constructor can be noexcept [loplugin:noexceptmove]}} in Bar() function in test5::Bar
H A Dunusedfields.cxx32 struct Bar struct
81 Bar(Foo const & foo) : m_bar1(foo.m_foo1) {} in Bar() argument
84 Bar(Bar const & other) { m_bar3 = other.m_bar3; } in Bar() argument
90 int bar2() { return m_bar2; } in bar2()
93 void bar3() in bar3()
101 void bar4() { m_barfunctionpointer(m_bar4); } in bar4()
104 void bar5() { int x = m_bar5; (void) x; } in bar5()
110 void bar7() { m_bar7[3] = 1; } in bar7()
113 char bar8() in bar8()
120 void bar9() in bar9()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/FixIt/
H A Dfixit-cxx-init-order.cpp16 struct Bar : Foo { struct
19 Bar() : Foo(), D(1), E(2), F(3) {} in Bar() function
20Bar(int) : D(1), E(2), F(3), Foo(4) {} // expected-warning {{field 'F' will be initialized af… in Bar() argument
21Bar(unsigned) : F(3), E(2), D(1), Foo(4) {} // expected-warning {{initializer order does not match… in Bar() argument
H A Dformat-darwin.m76 struct Bar { struct
81 void testParens(Foo *obj, struct Bar *record) { argument
108 void testWarn() {
137 void testPreserveHex() {
158 void testNoWarn() {
168 void testWarn() {
188 void testPreserveHex() {
196 void testNoWarn() {
215 void testCasts() {
244 void testCapitals() {
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/FixIt/
H A Dfixit-cxx-init-order.cpp16 struct Bar : Foo { struct
19 Bar() : Foo(), D(1), E(2), F(3) {} in Bar() argument
20Bar(int) : D(1), E(2), F(3), Foo(4) {} // expected-warning {{field 'F' will be initialized af… in Bar() function
21Bar(unsigned) : F(3), E(2), D(1), Foo(4) {} // expected-warning {{initializer order does not match… in Bar() argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/FixIt/
H A Dfixit-cxx-init-order.cpp16 struct Bar : Foo { struct
19 Bar() : Foo(), D(1), E(2), F(3) {} in Bar() argument
20Bar(int) : D(1), E(2), F(3), Foo(4) {} // expected-warning {{field 'F' will be initialized af… in Bar() function
21Bar(unsigned) : F(3), E(2), D(1), Foo(4) {} // expected-warning {{initializer order does not match… in Bar() argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/FixIt/
H A Dfixit-cxx-init-order.cpp16 struct Bar : Foo { struct
19 Bar() : Foo(), D(1), E(2), F(3) {} in Bar() argument
20Bar(int) : D(1), E(2), F(3), Foo(4) {} // expected-warning {{field 'F' will be initialized af… in Bar() function
21Bar(unsigned) : F(3), E(2), D(1), Foo(4) {} // expected-warning {{initializer order does not match… in Bar() argument
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/FixIt/
H A Dfixit-cxx-init-order.cpp16 struct Bar : Foo { struct
19 Bar() : Foo(), D(1), E(2), F(3) {} in Bar() argument
20Bar(int) : D(1), E(2), F(3), Foo(4) {} // expected-warning {{field 'F' will be initialized af… in Bar() argument
21Bar(unsigned) : F(3), E(2), D(1), Foo(4) {} // expected-warning {{initializer order does not match… in Bar() function
/dports/lang/clang-mesa/clang-13.0.1.src/test/FixIt/
H A Dfixit-cxx-init-order.cpp16 struct Bar : Foo { struct
19 Bar() : Foo(), D(1), E(2), F(3) {} in Bar() function
20Bar(int) : D(1), E(2), F(3), Foo(4) {} // expected-warning {{field 'F' will be initialized af… in Bar() function
21Bar(unsigned) : F(3), E(2), D(1), Foo(4) {} // expected-warning {{initializer order does not match… in Bar() argument
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/privacy/
H A Dprivacy-ns1.rs10 pub trait Bar { interface
14 fn Bar() { } in Bar() function
25 trait Bar { trait
29 pub fn Bar() { } in Bar() function
41 trait Bar { trait
45 fn Bar() { } in Bar() function
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/jhump/protoreflect/internal/testprotos/pkg/
H A Ddesc_test_pkg.pb.go84 type Bar struct { struct
86 XXX_NoUnkeyedLiteral struct{} `json:"-"`
87 XXX_unrecognized []byte `json:"-"`
88 XXX_sizecache int32 `json:"-"`
91 func (m *Bar) Reset() { *m = Bar{} }
93 func (*Bar) ProtoMessage() {}
94 func (*Bar) Descriptor() ([]byte, []int) {
104 func (m *Bar) XXX_Merge(src proto.Message) {
107 func (m *Bar) XXX_Size() int {
110 func (m *Bar) XXX_DiscardUnknown() {
[all …]
/dports/net/evans/evans-0.9.1/vendor/github.com/jhump/protoreflect/internal/testprotos/pkg/
H A Ddesc_test_pkg.pb.go84 type Bar struct { struct
86 XXX_NoUnkeyedLiteral struct{} `json:"-"`
87 XXX_unrecognized []byte `json:"-"`
88 XXX_sizecache int32 `json:"-"`
91 func (m *Bar) Reset() { *m = Bar{} }
93 func (*Bar) ProtoMessage() {}
94 func (*Bar) Descriptor() ([]byte, []int) {
104 func (m *Bar) XXX_Merge(src proto.Message) {
107 func (m *Bar) XXX_Size() int {
110 func (m *Bar) XXX_DiscardUnknown() {
[all …]
/dports/net/grpcox/grpcox-1.0.0/vendor/github.com/jhump/protoreflect/internal/testprotos/pkg/
H A Ddesc_test_pkg.pb.go84 type Bar struct { struct
86 XXX_NoUnkeyedLiteral struct{} `json:"-"`
87 XXX_unrecognized []byte `json:"-"`
88 XXX_sizecache int32 `json:"-"`
91 func (m *Bar) Reset() { *m = Bar{} }
93 func (*Bar) ProtoMessage() {}
94 func (*Bar) Descriptor() ([]byte, []int) {
104 func (m *Bar) XXX_Merge(src proto.Message) {
107 func (m *Bar) XXX_Size() int {
110 func (m *Bar) XXX_DiscardUnknown() {
[all …]

12345678910>>...260