Searched defs:ReadBool (Results 1 – 11 of 11) sorted by relevance
97 Status Decoder::ReadBool(bool* out) { in ReadBool() function in pw::protobuf::Decoder
231 public bool ReadBool() in ReadBool() method
413 public bool ReadBool() in ReadBool() method in Google.Protobuf.CodedInputStream
284 Status ReadBool(bool* out) { return decoder_.ReadBool(out); } in ReadBool() function
295 Result<bool> ReadBool() { in ReadBool() function
70 otError Decoder::ReadBool(bool &aBool) in ReadBool() function in ot::Spinel::Decoder
84 bool PickleIterator::ReadBool(bool* result) { in ReadBool() function in base::PickleIterator
30 static BROTLI_BOOL ReadBool(const uint8_t* encoded, size_t size, size_t* pos, in ReadBool() function