Home
last modified time | relevance | path

Searched refs:sliceReader (Results 1 – 7 of 7) sorted by relevance

/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/dimchansky/utfbom/
H A Dutfbom_test.go54 type sliceReader struct { struct
59 func (r *sliceReader) Read(p []byte) (n int, err error) { argument
74 func (r *sliceReader) getError() (err error) { argument
96 r := readMaker.fn(&sliceReader{tc.input, tc.inputError})
117 r := readMaker.fn(&sliceReader{tc.input, tc.inputError})
139 r := readMaker.fn(&sliceReader{tc.input, tc.inputError})
220 r := readMaker.fn(&sliceReader{tc.input, tc.inputError})
/dports/security/lego/lego-4.5.3/vendor/github.com/dimchansky/utfbom/
H A Dutfbom_test.go54 type sliceReader struct { struct
59 func (r *sliceReader) Read(p []byte) (n int, err error) { argument
74 func (r *sliceReader) getError() (err error) { argument
96 r := readMaker.fn(&sliceReader{tc.input, tc.inputError})
117 r := readMaker.fn(&sliceReader{tc.input, tc.inputError})
139 r := readMaker.fn(&sliceReader{tc.input, tc.inputError})
220 r := readMaker.fn(&sliceReader{tc.input, tc.inputError})
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/dimchansky/utfbom/
H A Dutfbom_test.go54 type sliceReader struct { struct
59 func (r *sliceReader) Read(p []byte) (n int, err error) { argument
74 func (r *sliceReader) getError() (err error) { argument
96 r := readMaker.fn(&sliceReader{tc.input, tc.inputError})
117 r := readMaker.fn(&sliceReader{tc.input, tc.inputError})
139 r := readMaker.fn(&sliceReader{tc.input, tc.inputError})
220 r := readMaker.fn(&sliceReader{tc.input, tc.inputError})
/dports/security/vault/vault-1.8.2/vendor/github.com/dimchansky/utfbom/
H A Dutfbom_test.go54 type sliceReader struct { struct
59 func (r *sliceReader) Read(p []byte) (n int, err error) { argument
74 func (r *sliceReader) getError() (err error) { argument
96 r := readMaker.fn(&sliceReader{tc.input, tc.inputError})
117 r := readMaker.fn(&sliceReader{tc.input, tc.inputError})
139 r := readMaker.fn(&sliceReader{tc.input, tc.inputError})
220 r := readMaker.fn(&sliceReader{tc.input, tc.inputError})
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/dimchansky/utfbom/
H A Dutfbom_test.go54 type sliceReader struct { struct
59 func (r *sliceReader) Read(p []byte) (n int, err error) { argument
74 func (r *sliceReader) getError() (err error) { argument
96 r := readMaker.fn(&sliceReader{tc.input, tc.inputError})
117 r := readMaker.fn(&sliceReader{tc.input, tc.inputError})
139 r := readMaker.fn(&sliceReader{tc.input, tc.inputError})
220 r := readMaker.fn(&sliceReader{tc.input, tc.inputError})
/dports/textproc/jalingo/jalingo-0.6.0-src/src/ja/lingo/engine/dictionaryindex/reader/
H A DIndexSource.java45 ISliceReader sliceReader = new ByteBufferSliceReader( wrapper.getMappedByteBuffer() ); in IndexSource() local
47 …titlesTokenReader = new TokenReader( new IntBufferIntReader( sliceReader.getSlice( SLICE_TITLE ).a… in IndexSource()
48 …bodiesTokenReader = new TokenReader( new IntBufferIntReader( sliceReader.getSlice( SLICE_BODIES ).… in IndexSource()
/dports/textproc/jalingo/jalingo-0.6.0-src/src/ja/lingo/engine/mergedindex/
H A DChannelMergedIndex.java69 …ISliceReader sliceReader = new ByteBufferSliceReader( fisMappedByteBufferWrapper.getMappedByteBuff… in ChannelMergedIndex() local
74 ByteBuffer buffer = sliceReader.getSlice( SLICE_READER_INT_ID_TO_READER_ID_MAP ); in ChannelMergedIndex()
89 …groupsIndexLengthIntReader = new IntBufferIntReader( sliceReader.getSlice( SLICE_GROUPS_INDEX_LEN… in ChannelMergedIndex()
90 …groupsIntReader = new IntBufferIntReader( sliceReader.getSlice( SLICE_GROUPS_LIST ).as… in ChannelMergedIndex()