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()
60 T: 'buf + Follow<'buf> + Verifiable, in size_prefixed_root()
76 T: 'buf + Follow<'buf> + Verifiable, in size_prefixed_root_with_opts()
Dverifier.rs531 Key: Follow<'buf> + Verifiable, in visit_union()
574 pub trait Verifiable { interface
655 impl<'a> Verifiable for &'a str { impl
681 impl Verifiable for $T { impl
/external/flatbuffers/swift/Sources/FlatBuffers/
DVerifiable.swift22 public protocol Verifiable { protocol
37 extension Verifiable { extension