Searched defs:maybe_bool (Results 1 – 5 of 5) sorted by relevance
207 let maybe_bool = self.maybe_bool(); in unpack() localVariable413 pub fn maybe_bool(&self) -> Option<bool> { in maybe_bool() method513 pub maybe_bool: Option<bool>, field802 pub maybe_bool: Option<bool>, field886 let maybe_bool = self.maybe_bool; in pack() localVariable
86 flatbuffers::Optional<bool> maybe_bool = flatbuffers::nullopt; member368 flatbuffers::Optional<bool> maybe_bool() const { in maybe_bool() function
83 flatbuffers::Optional<bool> maybe_bool = flatbuffers::nullopt; member321 flatbuffers::Optional<bool> maybe_bool() const { in maybe_bool() function
68 public static int createScalarStuff(FlatBufferBuilder builder, in createScalarStuff()