Searched defs:GetBool (Results 1 – 11 of 11) sorted by relevance
105 static absl::StatusOr<bool> GetBool(Field f) { in GetBool() function146 static absl::StatusOr<bool> GetBool(Field f, const Msg& msg) { in GetBool() function190 static absl::StatusOr<bool> GetBool(Field f, const Msg& msg, size_t idx) { in GetBool() function311 static absl::StatusOr<bool> GetBool(Field f) { in GetBool() function
1143 struct GetBool { struct1148 impl Get<bool> for GetBool { argument
91 bool RandomGenerator::GetBool() { in GetBool() function in tint::fuzzers::RandomGenerator
147 TEST_F(RandomGeneratorTest, GetBool) { in TEST_F() argument
27 func GetBool(buf []byte) bool { func
68 func (t *Table) GetBool(off UOffsetT) bool { func
260 absl::optional<bool> ChannelArgs::GetBool(absl::string_view name) const { in GetBool() function in grpc_core::ChannelArgs
213 bool Value::GetBool() const { in GetBool() function in base::Value
2111 func (x *AttributeValue) GetBool() bool { func
1912 bool ImGuiStorage::GetBool(ImGuiID key, bool default_val) const in GetBool() function in ImGuiStorage
126772 static bool GetBool(const char* aPref, bool aDefault = false) in GetBool() function in mozilla::Preferences