Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/recapn
/ functions
Functions
1,584 in github.com/cloudflare/recapn
⨍
Functions
1,584
◇
Types & classes
475
↓ 8 callers
Method
default_imbued_ptr
(&self)
recapn/src/field.rs:1494
↓ 8 callers
Method
finish
Finishes the stream, flushing the unpacker state. If more data needs to be unpacked, this returns an error.
recapn/src/io.rs:475
↓ 8 callers
Method
get
(&self, id: u32)
recapn-rpc/src/connection.rs:108
↓ 8 callers
Method
get_option
(&self)
recapn/src/field.rs:1172
↓ 8 callers
Method
get_prev
(&self)
recapn-channel/src/util/linked_list.rs:109
↓ 8 callers
Method
init_case
(mut self)
recapn/src/field.rs:1048
↓ 8 callers
Method
len
(&self)
recapn-rpc/src/connection.rs:237
↓ 8 callers
Method
max_elements
(self)
recapn/src/ptr.rs:332
↓ 8 callers
Method
name
(&self)
recapnc/src/schema.rs:606
↓ 8 callers
Method
ptr_unchecked
(&self, index: u32)
recapn/src/ptr.rs:2900
↓ 8 callers
Method
read_exact
(&mut self, mut out: &mut [Word])
recapn/src/io.rs:455
↓ 8 callers
Method
segment
(&self)
recapn/src/message.rs:30
↓ 8 callers
Method
struct_ptr
(&self)
recapn/src/ptr.rs:508
↓ 8 callers
Method
write
(ptr: *mut u8, len: u32, slot: usize, value: Self, default: Self)
recapn/src/ptr.rs:59
↓ 7 callers
Method
as_ptr_size
(self)
recapn/src/ptr.rs:1069
↓ 7 callers
Method
build
(self)
recapn-rpc/src/client.rs:142
↓ 7 callers
Method
build_object_in
( &self, segment: SegmentId, offset: SegmentOffset, )
recapn/src/ptr.rs:3328
↓ 7 callers
Method
by_ref
(&mut self)
recapn/src/ptr.rs:3793
↓ 7 callers
Function
collect_list
(list: &mut LinkedList<&'_ Entry, <&'_ Entry as Link>::Target>)
recapn-channel/src/util/linked_list.rs:437
↓ 7 callers
Method
element_count
(&self)
recapn/src/ptr.rs:1216
↓ 7 callers
Method
get
(ptr: any::PtrReader<'a, T>)
recapn/src/list.rs:113
↓ 7 callers
Method
get
(&self)
recapn-rpc/src/server.rs:261
↓ 7 callers
Method
imbue
( self, new_table: <Self::ImbuedWith<T2> as Capable>::Imbued, )
recapn/src/rpc.rs:129
↓ 7 callers
Method
most_resolved
(mut self: &Self)
recapn-channel/src/mpsc.rs:340
↓ 7 callers
Method
pop_back
Removes the last element from a list and returns it, or None if it is empty.
recapn-channel/src/util/linked_list.rs:208
↓ 7 callers
Method
ptr_builder
(&mut self)
recapn/src/list.rs:711
↓ 7 callers
Method
push
(&mut self, value: T)
recapn-rpc/src/connection.rs:116
↓ 7 callers
Function
push_all
( list: &mut LinkedList<&'a Entry, <&'_ Entry as Link>::Target>, entries: &[Pin<&'a Entry>],
recapn-channel/src/util/linked_list.rs:447
↓ 7 callers
Method
r#type
(&self)
recapn-rpc/src/generated/capnp/rpc.capnp.rs:5473
↓ 7 callers
Method
start
(&self)
recapn/src/ptr.rs:1536
↓ 7 callers
Method
state
(&self)
recapn-channel/src/util/atomic_state.rs:48
↓ 7 callers
Method
used_len
(&self)
recapn/src/arena.rs:172
↓ 6 callers
Method
alloc_list
( &self, ptr: SegmentRef<'a>, element_size: ElementSize, element_count: Elemen
recapn/src/ptr.rs:3455
↓ 6 callers
Method
as_bytes_mut
(&mut self)
recapn/src/text.rs:218
↓ 6 callers
Method
as_inner
(self)
recapn/src/alloc.rs:242
↓ 6 callers
Method
as_str
(&self)
recapn/src/text.rs:119
↓ 6 callers
Method
capability_index
(&self)
recapn/src/ptr.rs:1300
↓ 6 callers
Method
data_mut
(&self)
recapn/src/ptr.rs:4739
↓ 6 callers
Method
fail_read
(&self, expected: Option<ExpectedRead>)
recapn/src/ptr.rs:457
↓ 6 callers
Method
far_ptr
(&self)
recapn/src/ptr.rs:526
↓ 6 callers
Method
float32_field
(&self)
tests/src/generated/capnp/test.capnp.rs:356
↓ 6 callers
Method
for_each
(&mut self, mut func: F)
recapn-channel/src/util/array_vec.rs:37
↓ 6 callers
Method
get
(&self)
recapn-channel/src/util.rs:24
↓ 6 callers
Method
get_next
(&self)
recapn-channel/src/util/linked_list.rs:112
↓ 6 callers
Method
into_inner
(self)
recapn/src/orphan.rs:223
↓ 6 callers
Method
offset_from_end_of
( &self, from: SegmentPtr<'a>, to: SegmentPtr<'a>, )
recapn/src/ptr.rs:3145
↓ 6 callers
Method
ptr_field
(&mut self, slot: u16)
recapn/src/field.rs:184
↓ 6 callers
Method
ptr_field
(&self, index: u16)
recapn/src/ptr.rs:2637
↓ 6 callers
Method
ptrs_start
(&self)
recapn/src/ptr.rs:1946
↓ 6 callers
Method
remove
Removes the specified node from the list # Safety The caller **must** ensure that exactly one of the following is true: - `node` is currently contai
recapn-channel/src/util/linked_list.rs:266
↓ 6 callers
Method
section_slice_mut
( &self, start: SegmentRef<'a>, offset: SegmentOffset, )
recapn/src/ptr.rs:3293
↓ 6 callers
Method
set_field_with_default_unchecked
( &mut self, slot: usize, value: D, default: D, )
recapn/src/ptr.rs:4837
↓ 6 callers
Method
split_first
(&self)
recapn/src/io/stream.rs:250
↓ 6 callers
Method
struct_unchecked
(&self, index: u32)
recapn/src/ptr.rs:2937
↓ 6 callers
Function
take_at
(src: &mut &'a [T], idx: usize)
recapn/src/io/packing.rs:48
↓ 6 callers
Function
take_first
(src: &mut &'a [T])
recapn/src/io/packing.rs:35
↓ 6 callers
Method
to_blob
(&self)
recapn/src/ptr.rs:2282
↓ 6 callers
Method
try_init
(self, count: u32)
recapn/src/field.rs:1306
↓ 6 callers
Method
wake_all
(&self)
recapn-channel/src/util/wait_list.rs:132
↓ 5 callers
Method
alloc_in_segment
(&self, size: AllocLen)
recapn/src/ptr.rs:3188
↓ 5 callers
Method
bits
(self)
recapn/src/ptr.rs:811
↓ 5 callers
Method
cap_ptr
(&self)
recapn/src/ptr.rs:535
↓ 5 callers
Method
close
Close this channel with the given error.
recapn-channel/src/mpsc.rs:607
↓ 5 callers
Method
copy_inline_composites
Copy from one list of inline composites to another. The source and destination sizes are allowed to be different.
recapn/src/ptr.rs:6447
↓ 5 callers
Method
copy_ptr_section
( &mut self, src: SegmentRef<'_>, reader: &ObjectReader<'_>, dst: SegmentRef<'
recapn/src/ptr.rs:6488
↓ 5 callers
Method
default_ptr
(&self)
recapn/src/field.rs:1478
↓ 5 callers
Method
double_far
(&self)
recapn/src/ptr.rs:1266
↓ 5 callers
Method
field
(&self)
recapn/src/field.rs:1006
↓ 5 callers
Method
finish
(mut self, src: &mut &[u8], dst: &mut &mut [Word])
recapn/src/io/packing.rs:343
↓ 5 callers
Method
is_set
(self)
recapn-channel/src/util/atomic_state.rs:126
↓ 5 callers
Method
len
(&self)
recapn/src/text.rs:88
↓ 5 callers
Method
len
(&self)
recapn/src/data.rs:82
↓ 5 callers
Method
len
(&self)
recapn/src/list.rs:176
↓ 5 callers
Method
list_ptr
(&self)
recapn/src/ptr.rs:517
↓ 5 callers
Method
location_of
(&mut self, src: SegmentRef<'a>)
recapn/src/ptr.rs:1696
↓ 5 callers
Method
parts
(&self)
recapn/src/ptr.rs:476
↓ 5 callers
Method
question_id
(&self)
recapn-rpc/src/generated/capnp/rpc.capnp.rs:1098
↓ 5 callers
Method
reader
(&self, options: message::ReaderOptions)
recapn-rpc/src/chan.rs:91
↓ 5 callers
Method
resolve_path
Resolve a path to this type from the given reference scope. For example in the case where we want to refer to A from B, B is the ref scope we're reso
recapnc/src/generator.rs:60
↓ 5 callers
Method
set_content_offset
Replace the segment offset of some content
recapn/src/ptr.rs:427
↓ 5 callers
Method
tail
(&self)
recapn/src/arena.rs:303
↓ 5 callers
Function
take_first_mut
(src: &mut &'a mut [T])
recapn/src/io/packing.rs:56
↓ 5 callers
Method
text_field
(&self)
tests/src/generated/capnp/test.capnp.rs:374
↓ 5 callers
Method
to_blob_mut
(self)
recapn/src/ptr.rs:4238
↓ 5 callers
Function
total_ptrs_size
Calculate the sizes of pointer targets in a set
recapn/src/ptr.rs:2086
↓ 5 callers
Method
try_copy_from
( &mut self, other: &PtrReader<'_, U>, canonical: bool, err_handler: E, )
recapn/src/ptr.rs:4524
↓ 5 callers
Method
try_read_object_in
Attempts to read a section in the specified segment. If this is a valid offset, it returns a pointer to the section and updates the current reader to
recapn/src/ptr.rs:1643
↓ 5 callers
Method
try_schema
(&'a self, id: Id)
recapnc/src/schema.rs:150
↓ 5 callers
Method
try_set_struct
( &mut self, value: &StructReader<'_, U>, size: CopySize<StructSize>, mut err_
recapn/src/ptr.rs:3992
↓ 4 callers
Method
alloc
(&self, size: AllocLen)
recapn/src/ptr.rs:3163
↓ 4 callers
Method
as_bytes_with_nul
(&self)
recapn/src/text.rs:114
↓ 4 callers
Method
as_segment_ptr
(self)
recapn/src/alloc.rs:227
↓ 4 callers
Method
at_offset
(&self, offset: SegmentOffset)
recapn/src/ptr.rs:3117
↓ 4 callers
Method
at_unchecked
(&'b self, index: u32)
recapn/src/list.rs:200
↓ 4 callers
Method
build_object_from_end_of
( &self, ptr: SegmentPtr<'b>, offset: SignedSegmentOffset, )
recapn/src/ptr.rs:3305
↓ 4 callers
Method
by_ref
(&mut self)
recapn/src/field.rs:174
↓ 4 callers
Method
cap_table
( &self, )
recapn-rpc/src/generated/capnp/rpc.capnp.rs:4207
↓ 4 callers
Function
cmp_ptr
( our_ptr: SegmentRef<'_>, our_reader: &ObjectReader<'_>, their_ptr: SegmentRef<'_>, their_rea
recapn/src/ptr.rs:5673
↓ 4 callers
Method
content
(&self)
recapn-rpc/src/generated/capnp/rpc.capnp.rs:4201
↓ 4 callers
Method
copy_ptr
( &mut self, src: SegmentRef<'_>, reader: &ObjectReader<'_>, dst: SegmentRef<'
recapn/src/ptr.rs:6085
← previous
next →
101–200 of 1,584, ranked by callers