Searched defs:ReadBool (Results 1 – 4 of 4) sorted by relevance
| /external/pigweed/pw_protobuf/ | ||
| D | decoder.cc | 92 Status Decoder::ReadBool(bool* out) { in ReadBool() function in pw::protobuf::Decoder |
| /external/pigweed/pw_protobuf/public/pw_protobuf/ | ||
| D | decoder.h | 248 Status ReadBool(bool* out) { return decoder_.ReadBool(out); } in ReadBool() function |
| /external/protobuf/csharp/src/Google.Protobuf/ | ||
| D | CodedInputStream.cs | 552 public bool ReadBool() in ReadBool() method in Google.Protobuf.CodedInputStream |
| /external/libchrome/base/ | ||
| D | pickle.cc | 84 bool PickleIterator::ReadBool(bool* result) { in ReadBool() function in base::PickleIterator |