Home
last modified time | relevance | path

Searched defs:GetBool (Results 1 – 11 of 11) sorted by relevance

/third_party/protobuf/src/google/protobuf/json/internal/
Dunparser_traits.h105 static absl::StatusOr<bool> GetBool(Field f) { in GetBool() function
146 static absl::StatusOr<bool> GetBool(Field f, const Msg& msg) { in GetBool() function
190 static absl::StatusOr<bool> GetBool(Field f, const Msg& msg, size_t idx) { in GetBool() function
311 static absl::StatusOr<bool> GetBool(Field f) { in GetBool() function
/third_party/rust/crates/nix/src/sys/socket/
Dsockopt.rs1143 struct GetBool { struct
1148 impl Get<bool> for GetBool { argument
/third_party/skia/third_party/externals/tint/fuzzers/
Drandom_generator.cc91 bool RandomGenerator::GetBool() { in GetBool() function in tint::fuzzers::RandomGenerator
Drandom_generator_test.cc147 TEST_F(RandomGeneratorTest, GetBool) { in TEST_F() argument
/third_party/flatbuffers/go/
Dencode.go27 func GetBool(buf []byte) bool { func
Dtable.go68 func (t *Table) GetBool(off UOffsetT) bool { func
/third_party/grpc/src/core/lib/channel/
Dchannel_args.cc260 absl::optional<bool> ChannelArgs::GetBool(absl::string_view name) const { in GetBool() function in grpc_core::ChannelArgs
/third_party/gn/src/base/
Dvalues.cc213 bool Value::GetBool() const { in GetBool() function in base::Value
/third_party/skia/m133/bazel/exporter/build_proto/build/
Dbuild.pb.go2111 func (x *AttributeValue) GetBool() bool { func
/third_party/mesa3d/src/imgui/
Dimgui.cpp1912 bool ImGuiStorage::GetBool(ImGuiID key, bool default_val) const in GetBool() function in ImGuiStorage
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp126772 static bool GetBool(const char* aPref, bool aDefault = false) in GetBool() function in mozilla::Preferences