Home
last modified time | relevance | path

Searched defs:ReadBool (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/pw_protobuf/
Ddecoder.cc95 Status Decoder::ReadBool(bool* out) { in ReadBool() function in pw::protobuf::Decoder
/external/pigweed/pw_protobuf/public/pw_protobuf/
Ddecoder.h255 Status ReadBool(bool* out) { return decoder_.ReadBool(out); } in ReadBool() function
Dstream_decoder.h296 Result<bool> ReadBool() { in ReadBool() function
/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs552 public bool ReadBool() in ReadBool() method in Google.Protobuf.CodedInputStream
/external/libchrome/base/
Dpickle.cc84 bool PickleIterator::ReadBool(bool* result) { in ReadBool() function in base::PickleIterator