Home
last modified time | relevance | path

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

/external/pigweed/pw_protobuf/
Ddecoder.cc92 Status Decoder::ReadBool(bool* out) { in ReadBool() function in pw::protobuf::Decoder
/external/pigweed/pw_protobuf/public/pw_protobuf/
Ddecoder.h248 Status ReadBool(bool* out) { return decoder_.ReadBool(out); } 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