Home
last modified time | relevance | path

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

/external/pigweed/pw_protobuf/
Ddecoder.cc95 Status Decoder::ReadBool(bool* out) { in ReadBool() function in pw::protobuf::Decoder
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
DParseContext.cs231 public bool ReadBool() in ReadBool() method
DCodedInputStream.cs413 public bool ReadBool() in ReadBool() method in Google.Protobuf.CodedInputStream
/external/protobuf/csharp/src/Google.Protobuf/
DParseContext.cs231 public bool ReadBool() in ReadBool() method
DCodedInputStream.cs413 public bool ReadBool() in ReadBool() method in Google.Protobuf.CodedInputStream
/external/pigweed/pw_protobuf/public/pw_protobuf/
Ddecoder.h253 Status ReadBool(bool* out) { return decoder_.ReadBool(out); } in ReadBool() function
Dstream_decoder.h295 Result<bool> ReadBool() { in ReadBool() function
/external/openthread/src/lib/spinel/
Dspinel_decoder.cpp70 otError Decoder::ReadBool(bool &aBool) in ReadBool() function in ot::Spinel::Decoder
/external/libchrome/base/
Dpickle.cc84 bool PickleIterator::ReadBool(bool* result) { in ReadBool() function in base::PickleIterator
/external/cronet/third_party/brotli/common/
Dshared_dictionary.c30 static BROTLI_BOOL ReadBool(const uint8_t* encoded, size_t size, size_t* pos, in ReadBool() function
/external/cronet/base/
Dpickle.cc81 bool PickleIterator::ReadBool(bool* result) { in ReadBool() function in base::PickleIterator