Searched defs:ReadBool (Results 1 – 4 of 4) sorted by relevance
181 public bool ReadBool() => ParsingPrimitives.ParseRawVarint64(ref buffer, ref state) != 0; in ReadBool() method
387 public bool ReadBool() in ReadBool() method in Google.Protobuf.CodedInputStream
89 bool Tool::ReadBool(Scope* scope, const char* var, bool* field, Err* err) { in ReadBool() function in Tool
32 static BROTLI_BOOL ReadBool(const uint8_t* encoded, size_t size, size_t* pos, in ReadBool() function