Home
last modified time | relevance | path

Searched refs:Num (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/autocfg/src/
Derror.rs21 ErrorKind::Num(ref e) => Some(e), in cause()
32 ErrorKind::Num(ref e) => e.fmt(f), in fmt()
42 Num(num::ParseIntError), enumerator
55 kind: ErrorKind::Num(e), in from_num()
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto1898 // Num. bytes written into the circular buffer, including chunk headers.
1901 // Num. bytes overwritten before they have been read (i.e. loss of data).
1920 // Num. bytes that were allocated as padding between chunks in the circular
1924 // Num. of padding bytes that were removed from the circular buffer when
1932 // Num. chunks (!= packets) written into the buffer.
1935 // Num. chunks (!= packets) rewritten into the buffer. This means we rewrote
1939 // Num. chunks overwritten before they have been read (i.e. loss of data).
1942 // Num. chunks discarded (i.e. loss of data). Can be > 0 only when a buffer
1946 // Num. chunks (!= packets) that were fully read from the circular buffer by
1951 // Num. chunks that were committed out of order.
[all …]