Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dcatch-undef-behavior2.cpp4 bool GetBool(bool default_value) { in GetBool() function
/external/llvm-project/clang/test/CodeGenCXX/
Dcatch-undef-behavior2.cpp4 bool GetBool(bool default_value) { in GetBool() function
/external/rust/crates/nix/src/sys/socket/
Dsockopt.rs452 struct GetBool { struct
457 unsafe impl Get<bool> for GetBool { argument
/external/flatbuffers/go/
Dencode.go27 func GetBool(buf []byte) bool { func
Dtable.go68 func (t *Table) GetBool(off UOffsetT) bool { func
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dattr_builder.cc325 bool AttrBuilder::GetBool(absl::string_view attr_name, bool* result) const { in GetBool() function in tensorflow::AttrBuilder
/external/webrtc/rtc_base/strings/
Djson_unittest.cc100 TEST(JsonTest, GetBool) { in TEST() argument
/external/libchrome/base/debug/
Dactivity_tracker.cc295 bool ActivityUserData::TypedValue::GetBool() const { in GetBool() function in base::debug::ActivityUserData::TypedValue
/external/libchrome/base/
Dvalues.cc225 bool Value::GetBool() const { in GetBool() function in base::Value
/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dtest_objects.pb.go942 func (m *KnownTypes) GetBool() *wrappers.BoolValue { func
/external/mesa3d/src/imgui/
Dimgui.cpp1912 bool ImGuiStorage::GetBool(ImGuiID key, bool default_val) const in GetBool() function in ImGuiStorage