Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DParseContext.cs181 public bool ReadBool() => ParsingPrimitives.ParseRawVarint64(ref buffer, ref state) != 0; in ReadBool() method
DCodedInputStream.cs387 public bool ReadBool() in ReadBool() method in Google.Protobuf.CodedInputStream
/third_party/gn/src/gn/
Dtool.cc89 bool Tool::ReadBool(Scope* scope, const char* var, bool* field, Err* err) { in ReadBool() function in Tool
/third_party/brotli/c/common/
Dshared_dictionary.c32 static BROTLI_BOOL ReadBool(const uint8_t* encoded, size_t size, size_t* pos, in ReadBool() function