Home
last modified time | relevance | path

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

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