Searched defs:ReadBool (Results 1 – 3 of 3) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/ | ||
D | ParseContext.cs | 212 public bool ReadBool() in ReadBool() method |
D | CodedInputStream.cs | 413 public bool ReadBool() in ReadBool() method in Google.Protobuf.CodedInputStream |
/third_party/gn/src/gn/ | ||
D | tool.cc | 89 bool Tool::ReadBool(Scope* scope, const char* var, bool* field, Err* err) { in ReadBool() function in Tool |