Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DParseContext.cs212 public bool ReadBool() in ReadBool() method
DCodedInputStream.cs413 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