Home
last modified time | relevance | path

Searched defs:Verifiable (Results 1 – 3 of 3) sorted by relevance

/external/flatbuffers/rust/flatbuffers/src/
Dget_root.rs28 T: 'buf + Follow<'buf> + Verifiable, in root()
44 T: 'buf + Follow<'buf> + Verifiable, in root_with_opts()
58 T: 'buf + Follow<'buf> + Verifiable, in size_prefixed_root()
74 T: 'buf + Follow<'buf> + Verifiable, in size_prefixed_root_with_opts()
Dverifier.rs424 Key: Follow<'buf> + Verifiable, in visit_union()
461 pub trait Verifiable { trait
531 impl<'a> Verifiable for &'a str { impl
557 impl Verifiable for $T { impl
/external/flatbuffers/swift/Sources/FlatBuffers/
DVerifiable.swift26 public protocol Verifiable { protocol
41 extension Verifiable { extension