Home
last modified time | relevance | path

Searched defs:Cursor (Results 1 – 25 of 681) sorted by relevance

12345678910>>...28

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/rttype/
Drttype.go143 type Cursor struct { struct
144 lsym *obj.LSym
145 offset int64
146 typ *types.Type
155 func (c Cursor) WritePtr(target *obj.LSym) {
165 func (c Cursor) WritePtrWeak(target *obj.LSym) {
171 func (c Cursor) WriteUintptr(val uint64) {
177 func (c Cursor) WriteUint32(val uint32) {
183 func (c Cursor) WriteUint16(val uint16) {
189 func (c Cursor) WriteUint8(val uint8) {
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/proc-macro2-1.0.80/src/
H A Dparse.rs10 pub(crate) struct Cursor<'a> { struct
16 impl<'a> Cursor<'a> { argument
77 fn skip_whitespace(input: Cursor) -> Cursor { in skip_whitespace()
157 fn word_break(input: Cursor) -> Result<Cursor, Reject> { in word_break()
347 fn literal_nocapture(input: Cursor) -> Result<Cursor, Reject> { in literal_nocapture()
367 fn literal_suffix(input: Cursor) -> Cursor { in literal_suffix()
374 fn string(input: Cursor) -> Result<Cursor, Reject> { in string()
384 fn cooked_string(mut input: Cursor) -> Result<Cursor, Reject> { in cooked_string()
418 fn raw_string(input: Cursor) -> Result<Cursor, Reject> { in raw_string()
437 fn byte_string(input: Cursor) -> Result<Cursor, Reject> { in byte_string()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/proc-macro2/src/
Dparse.rs10 pub(crate) struct Cursor<'a> { struct
16 impl<'a> Cursor<'a> { argument
77 fn skip_whitespace(input: Cursor) -> Cursor { in skip_whitespace()
157 fn word_break(input: Cursor) -> Result<Cursor, Reject> { in word_break()
347 fn literal_nocapture(input: Cursor) -> Result<Cursor, Reject> { in literal_nocapture()
367 fn literal_suffix(input: Cursor) -> Cursor { in literal_suffix()
374 fn string(input: Cursor) -> Result<Cursor, Reject> { in string()
384 fn cooked_string(mut input: Cursor) -> Result<Cursor, Reject> { in cooked_string()
418 fn raw_string(input: Cursor) -> Result<Cursor, Reject> { in raw_string()
437 fn byte_string(input: Cursor) -> Result<Cursor, Reject> { in byte_string()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/ast/astutil/
Drewrite.go70 type Cursor struct { struct
71 parent ast.Node
72 name string
73 iter *iterator // valid if non-nil
74 node ast.Node
78 func (c *Cursor) Node() ast.Node { return c.node }
81 func (c *Cursor) Parent() ast.Node { return c.parent }
86 func (c *Cursor) Name() string { return c.name }
92 func (c *Cursor) Index() int {
100 func (c *Cursor) field() reflect.Value {
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/sqlite/
H A Ddb_sqlite_table.h80 struct Cursor : public sqlite::Module<DbSqliteModule>::Cursor { struct
81 enum class Mode {
86 const Table* upstream_table = nullptr;
90 std::unique_ptr<Table> dynamic_table;
93 std::optional<uint32_t> single_row;
96 std::optional<Table::Iterator> iterator;
98 bool eof = true;
103 std::optional<Table> sorted_cache_table;
107 uint32_t repeated_cache_count = 0;
109 Mode mode = Mode::kSingleRow;
[all …]
H A Dsql_stats_table.h36 struct Cursor : sqlite::Module<SqlStatsModule>::Cursor { struct
37 const TraceStorage* storage = nullptr;
38 size_t row = 0;
39 size_t num_rows = 0;
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/
H A Dbuffer.rs90 pub fn begin(&self) -> Cursor { in begin()
109 pub struct Cursor<'a> { struct
113 // point at. All other `End` objects are skipped over in `Cursor::create`. argument
115 // Cursor is covariant in 'a. This field ensures that our pointers are still argument
120 impl<'a> Cursor<'a> { impl
340 impl<'a> Copy for Cursor<'a> {} implementation
342 impl<'a> Clone for Cursor<'a> { implementation
348 impl<'a> Eq for Cursor<'a> {} implementation
350 impl<'a> PartialEq for Cursor<'a> { implementation
356 impl<'a> PartialOrd for Cursor<'a> { implementation
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/io/
Dcursor.rs25 pub struct Cursor<T> { struct
26 inner: io::Cursor<T>, argument
29 impl<T> Cursor<T> { impl
148 impl<T> AsyncSeek for Cursor<T> implementation
161 impl<T: AsRef<[u8]> + Unpin> AsyncRead for Cursor<T> { implementation
179 impl<T> AsyncBufRead for Cursor<T> implementation
220 impl AsyncWrite for Cursor<&mut [u8]> { implementation
224 impl AsyncWrite for Cursor<&mut Vec<u8>> { implementation
228 impl AsyncWrite for Cursor<Vec<u8>> { implementation
232 impl AsyncWrite for Cursor<Box<[u8]>> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/
Dbuffer.rs77 pub fn begin(&self) -> Cursor { in begin()
91 pub struct Cursor<'a> { struct
95 // point at. All other `End` objects are skipped over in `Cursor::create`. argument
97 // Cursor is covariant in 'a. This field ensures that our pointers are still argument
102 impl<'a> Cursor<'a> { argument
373 impl<'a> Copy for Cursor<'a> {} implementation
375 impl<'a> Clone for Cursor<'a> { implementation
381 impl<'a> Eq for Cursor<'a> {} implementation
383 impl<'a> PartialEq for Cursor<'a> { implementation
389 impl<'a> PartialOrd for Cursor<'a> { implementation
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/
H A Dbuffer.rs77 pub fn begin(&self) -> Cursor { in begin()
91 pub struct Cursor<'a> { struct
95 // point at. All other `End` objects are skipped over in `Cursor::create`. argument
97 // Cursor is covariant in 'a. This field ensures that our pointers are still argument
102 impl<'a> Cursor<'a> { argument
373 impl<'a> Copy for Cursor<'a> {} implementation
375 impl<'a> Clone for Cursor<'a> { implementation
381 impl<'a> Eq for Cursor<'a> {} implementation
383 impl<'a> PartialEq for Cursor<'a> { implementation
389 impl<'a> PartialOrd for Cursor<'a> { implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/
H A Dcursor.rs76 pub struct Cursor<T> { struct
81 impl<T> Cursor<T> { implementation
209 impl<T> Cursor<T> impl
266 impl<T> Clone for Cursor<T> implementation
283 impl<T> io::Seek for Cursor<T> implementation
318 impl<T> Read for Cursor<T> implementation
398 impl<T> BufRead for Cursor<T> implementation
560 impl Write for Cursor<&mut [u8]> { implementation
583 impl<A> Write for Cursor<&mut Vec<u8, A>> implementation
607 impl<A> Write for Cursor<Vec<u8, A>> implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/
H A Dcursor.rs76 pub struct Cursor<T> { struct
81 impl<T> Cursor<T> { implementation
209 impl<T> Cursor<T> implementation
266 impl<T> Clone for Cursor<T> implementation
283 impl<T> io::Seek for Cursor<T> implementation
318 impl<T> Read for Cursor<T> implementation
398 impl<T> BufRead for Cursor<T> implementation
560 impl Write for Cursor<&mut [u8]> { implementation
583 impl<A> Write for Cursor<&mut Vec<u8, A>> implementation
607 impl<A> Write for Cursor<Vec<u8, A>> implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/io/
H A Dcursor.rs76 pub struct Cursor<T> { struct
81 impl<T> Cursor<T> { argument
209 impl<T> Cursor<T> impl
266 impl<T> Clone for Cursor<T> implementation
283 impl<T> io::Seek for Cursor<T> implementation
318 impl<T> Read for Cursor<T> implementation
398 impl<T> BufRead for Cursor<T> implementation
560 impl Write for Cursor<&mut [u8]> { implementation
583 impl<A> Write for Cursor<&mut Vec<u8, A>> implementation
607 impl<A> Write for Cursor<Vec<u8, A>> implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/
H A Dcursor.rs76 pub struct Cursor<T> { struct
81 impl<T> Cursor<T> { implementation
209 impl<T> Cursor<T> implementation
266 impl<T> Clone for Cursor<T> implementation
283 impl<T> io::Seek for Cursor<T> implementation
318 impl<T> Read for Cursor<T> implementation
398 impl<T> BufRead for Cursor<T> implementation
560 impl Write for Cursor<&mut [u8]> { implementation
583 impl<A> Write for Cursor<&mut Vec<u8, A>> implementation
607 impl<A> Write for Cursor<Vec<u8, A>> implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/
H A Dcursor.rs76 pub struct Cursor<T> { struct
81 impl<T> Cursor<T> { implementation
209 impl<T> Cursor<T> implementation
266 impl<T> Clone for Cursor<T> implementation
283 impl<T> io::Seek for Cursor<T> implementation
318 impl<T> Read for Cursor<T> implementation
398 impl<T> BufRead for Cursor<T> implementation
560 impl Write for Cursor<&mut [u8]> { implementation
583 impl<A> Write for Cursor<&mut Vec<u8, A>> implementation
607 impl<A> Write for Cursor<Vec<u8, A>> implementation
[all …]
/aosp_15_r20/external/llvm/unittests/Bitcode/
H A DBitstreamReaderTest.cpp40 BitstreamCursor Cursor(Reader); in TEST() local
60 BitstreamCursor Cursor(Reader); in TEST() local
69 BitstreamCursor Cursor(Reader); in TEST() local
77 SimpleBitstreamCursor Cursor(Reader); in TEST() local
89 SimpleBitstreamCursor Cursor(Reader); in TEST() local
99 SimpleBitstreamCursor Cursor(Reader); in TEST() local
109 SimpleBitstreamCursor Cursor(Reader); in TEST() local
121 SimpleBitstreamCursor Cursor(Reader); in TEST() local
135 SimpleBitstreamCursor Cursor(Reader); in TEST() local
149 SimpleBitstreamCursor Cursor(Reader); in TEST() local
[all …]
/aosp_15_r20/external/pigweed/pw_stream/rust/pw_stream/
H A Dcursor.rs28 pub struct Cursor<T> struct
36 impl<T: AsRef<[u8]>> Cursor<T> { argument
72 impl<T: AsRef<[u8]> + AsMut<[u8]>> Cursor<T> { implementation
88 impl<T: AsRef<[u8]>> Read for Cursor<T> { implementation
104 impl<T: AsRef<[u8]> + AsMut<[u8]>> Write for Cursor<T> { implementation
115 impl<T: AsRef<[u8]>> Seek for Cursor<T> { implementation
229 impl<T: AsRef<[u8]>> crate::ReadInteger for Cursor<T> { implementation
237 impl<T: AsRef<[u8]> + AsMut<[u8]>> crate::WriteInteger for Cursor<T> { implementation
245 impl<T: AsRef<[u8]>> crate::ReadVarint for Cursor<T> { implementation
259 impl<T: AsRef<[u8]> + AsMut<[u8]>> crate::WriteVarint for Cursor<T> { implementation
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/operators/
H A Dwindow_operator.h56 struct Cursor : sqlite::Module<WindowOperatorModule>::Cursor { struct
57 int64_t window_end = 0;
58 int64_t step_size = 0;
60 int64_t current_ts = 0;
61 int64_t quantum_ts = 0;
62 int64_t row_id = 0;
64 FilterType filter_type = FilterType::kReturnAll;
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/
Dclang.rs56 pub(crate) struct Cursor { struct
57 x: CXCursor, argument
60 impl fmt::Debug for Cursor { implementation
73 impl Cursor { implementation
159 pub(crate) fn lexical_parent(&self) -> Cursor { in lexical_parent()
171 pub(crate) fn fallible_semantic_parent(&self) -> Option<Cursor> { in fallible_semantic_parent()
187 pub(crate) fn semantic_parent(&self) -> Cursor { in semantic_parent()
231 pub(crate) fn translation_unit(&self) -> Cursor { in translation_unit()
335 cur: Cursor, in is_dependent_on_template_parameter()
423 pub(crate) fn definition(&self) -> Option<Cursor> { in definition()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Target/
DUnwindLLDB.h111 struct Cursor { struct
122 Cursor() = default; argument
126 const Cursor &operator=(const Cursor &) = delete; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Target/
DUnwindLLDB.h111 struct Cursor { struct
122 Cursor() = default; argument
126 const Cursor &operator=(const Cursor &) = delete; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Target/
DUnwindLLDB.h111 struct Cursor { struct
122 Cursor() = default; argument
126 const Cursor &operator=(const Cursor &) = delete; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Target/
DUnwindLLDB.h111 struct Cursor { struct
122 Cursor() = default; argument
126 const Cursor &operator=(const Cursor &) = delete; argument
/aosp_15_r20/external/rust/android-crates-io/crates/futures/tests/
Dio_buf_reader.rs27 struct Cursor<T> { struct
29 inner: futures::io::Cursor<T>, argument
32 impl<T> Cursor<T> { implementation
38 impl AsyncRead for Cursor<&[u8]> { implementation
48 impl AsyncBufRead for Cursor<&[u8]> { implementation
58 impl AsyncSeek for Cursor<&[u8]> { implementation
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/engine/
H A Dtable_pointer_module.h68 struct Cursor : sqlite::Module<TablePointerModule>::Cursor { struct
69 const Table* table = nullptr;
71 uint32_t col_count = 0;
72 std::optional<Table::Iterator> iterator;

12345678910>>...28