Home
last modified time | relevance | path

Searched refs:fetchFunc (Results 1 – 25 of 47) sorted by relevance

12

/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/tools/local-tester/bridge/
H A Ddispatch.go33 Copy(io.Writer, fetchFunc) error argument
36 type fetchFunc func() ([]byte, error) type
99 func (d *dispatcherPool) Copy(w io.Writer, f fetchFunc) error {
130 func (d *dispatcherImmediate) Copy(w io.Writer, f fetchFunc) error {
H A Dbridge.go103 func makeFetch(c io.Reader) fetchFunc {
114 func makeFetchCorrupt(f func() ([]byte, error)) fetchFunc {
130 func makeFetchRand(f func() ([]byte, error)) fetchFunc {
143 func makeFetchDelay(f fetchFunc, delay time.Duration) fetchFunc { argument
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/tools/local-tester/bridge/
H A Ddispatch.go33 Copy(io.Writer, fetchFunc) error argument
36 type fetchFunc func() ([]byte, error) type
99 func (d *dispatcherPool) Copy(w io.Writer, f fetchFunc) error {
130 func (d *dispatcherImmediate) Copy(w io.Writer, f fetchFunc) error {
H A Dbridge.go103 func makeFetch(c io.Reader) fetchFunc {
114 func makeFetchCorrupt(f func() ([]byte, error)) fetchFunc {
130 func makeFetchRand(f func() ([]byte, error)) fetchFunc {
143 func makeFetchDelay(f fetchFunc, delay time.Duration) fetchFunc { argument
/dports/devel/etcd31/etcd-3.1.20/tools/local-tester/bridge/
H A Ddispatch.go33 Copy(io.Writer, fetchFunc) error argument
36 type fetchFunc func() ([]byte, error) type
99 func (d *dispatcherPool) Copy(w io.Writer, f fetchFunc) error {
130 func (d *dispatcherImmediate) Copy(w io.Writer, f fetchFunc) error {
H A Dbridge.go98 func makeFetch(c io.Reader) fetchFunc {
109 func makeFetchCorrupt(f func() ([]byte, error)) fetchFunc {
125 func makeFetchRand(f func() ([]byte, error)) fetchFunc {
/dports/devel/etcd34/etcd-3.4.18/tools/local-tester/bridge/
H A Ddispatch.go33 Copy(io.Writer, fetchFunc) error argument
36 type fetchFunc func() ([]byte, error) type
99 func (d *dispatcherPool) Copy(w io.Writer, f fetchFunc) error {
130 func (d *dispatcherImmediate) Copy(w io.Writer, f fetchFunc) error {
H A Dbridge.go103 func makeFetch(c io.Reader) fetchFunc {
114 func makeFetchCorrupt(f func() ([]byte, error)) fetchFunc {
130 func makeFetchRand(f func() ([]byte, error)) fetchFunc {
143 func makeFetchDelay(f fetchFunc, delay time.Duration) fetchFunc { argument
/dports/www/minio-client/etcd-3.5.0/tools/local-tester/bridge/
H A Ddispatch.go33 Copy(io.Writer, fetchFunc) error argument
36 type fetchFunc func() ([]byte, error) type
99 func (d *dispatcherPool) Copy(w io.Writer, f fetchFunc) error {
130 func (d *dispatcherImmediate) Copy(w io.Writer, f fetchFunc) error {
H A Dbridge.go103 func makeFetch(c io.Reader) fetchFunc {
114 func makeFetchCorrupt(f func() ([]byte, error)) fetchFunc {
130 func makeFetchRand(f func() ([]byte, error)) fetchFunc {
143 func makeFetchDelay(f fetchFunc, delay time.Duration) fetchFunc { argument
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/tools/local-tester/bridge/
H A Ddispatch.go33 Copy(io.Writer, fetchFunc) error argument
36 type fetchFunc func() ([]byte, error) type
99 func (d *dispatcherPool) Copy(w io.Writer, f fetchFunc) error {
130 func (d *dispatcherImmediate) Copy(w io.Writer, f fetchFunc) error {
H A Dbridge.go103 func makeFetch(c io.Reader) fetchFunc {
114 func makeFetchCorrupt(f func() ([]byte, error)) fetchFunc {
130 func makeFetchRand(f func() ([]byte, error)) fetchFunc {
143 func makeFetchDelay(f fetchFunc, delay time.Duration) fetchFunc { argument
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/pipegen/
H A Dfetchutils_p.h120 …static void fetch_4x_t(PipeCompiler* pc, const x86::Xmm& idx4x, const FetchFuncT& fetchFunc) noexc… in fetch_4x_t() argument
132 fetchFunc(idx0); in fetch_4x_t()
135 fetchFunc(idx1); in fetch_4x_t()
138 fetchFunc(idx0); in fetch_4x_t()
139 fetchFunc(idx1); in fetch_4x_t()
147 fetchFunc(idx); in fetch_4x_t()
150 fetchFunc(idx); in fetch_4x_t()
153 fetchFunc(idx); in fetch_4x_t()
156 fetchFunc(idx); in fetch_4x_t()
/dports/devel/php-ice37/ice-3.7.2/matlab/lib/+Ice/
H A DFuture.m44 function obj = Future(impl, op, numOutArgs, type, fetchFunc)
55 obj.fetchFunc = fetchFunc;
110 if ~isempty(obj.fetchFunc)
116 [varargout{1:obj.NumOutputArguments}] = obj.fetchFunc(obj);
143 fetchFunc
/dports/devel/ice37/ice-3.7.2/matlab/lib/+Ice/
H A DFuture.m44 function obj = Future(impl, op, numOutArgs, type, fetchFunc)
55 obj.fetchFunc = fetchFunc;
110 if ~isempty(obj.fetchFunc)
116 [varargout{1:obj.NumOutputArguments}] = obj.fetchFunc(obj);
143 fetchFunc
/dports/devel/py-ice37/ice-3.7.2/matlab/lib/+Ice/
H A DFuture.m44 function obj = Future(impl, op, numOutArgs, type, fetchFunc)
55 obj.fetchFunc = fetchFunc;
110 if ~isempty(obj.fetchFunc)
116 [varargout{1:obj.NumOutputArguments}] = obj.fetchFunc(obj);
143 fetchFunc
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Cache/Engine/
H A DApcEngine.php177 $fetchFunc = $this->_apcExtension . '_fetch';
179 $groups = $fetchFunc($this->_compiledGroupNames);
/dports/sysutils/istio/istio-1.6.7/pkg/test/kube/
H A Daccessor.go203 func (a *Accessor) WaitUntilPodsAreReady(fetchFunc PodFetchFunc, opts ...retry.Option) ([]kubeApiCo…
209 fetched, err := a.CheckPodsAreReady(fetchFunc)
221 func (a *Accessor) CheckPodsAreReady(fetchFunc PodFetchFunc) ([]kubeApiCore.Pod, error) {
224 fetched, err := fetchFunc()
247 func (a *Accessor) WaitUntilPodsAreDeleted(fetchFunc PodFetchFunc, opts ...retry.Option) error {
250 pods, err := fetchFunc()
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Test/Case/Cache/Engine/
H A DApcEngineTest.php213 $fetchFunc = $this->_apcExtension . '_fetch';
222 $this->assertEquals('survive', $fetchFunc('not_cake'));
/dports/devel/awless/awless-0.1.11/aws/spec/
H A Dspec.go124 fetchFunc func() (string, error) member
144 got, err := c.fetchFunc()
/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/test/external/gli/
H A Dsampler2d.hpp55 typedef typename detail::convert<texture_type, T, P>::fetchFunc fetch_type;
H A Dsampler3d.hpp55 typedef typename detail::convert<texture_type, T, P>::fetchFunc fetch_type;
H A Dsampler1d.hpp55 typedef typename detail::convert<texture_type, T, P>::fetchFunc fetch_type;
H A Dsampler_cube.hpp55 typedef typename detail::convert<texture_type, T, P>::fetchFunc fetch_type;
H A Dsampler1d_array.hpp55 typedef typename detail::convert<texture_type, T, P>::fetchFunc fetch_type;

12