Home
last modified time | relevance | path

Searched refs:GetBool (Results 1 - 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/angle2/util/capture/
H A Dframe_capture_test_utils.cpp120 traceInfoOut->isBinaryDataCompressed = meta["IsBinaryDataCompressed"].GetBool(); in LoadTraceInfoFromJSON()
121 traceInfoOut->areClientArraysEnabled = meta["AreClientArraysEnabled"].GetBool(); in LoadTraceInfoFromJSON()
123 meta["IsBindGeneratesResourcesEnabled"].GetBool(); in LoadTraceInfoFromJSON()
124 traceInfoOut->isWebGLCompatibilityEnabled = meta["IsWebGLCompatibilityEnabled"].GetBool(); in LoadTraceInfoFromJSON()
125 traceInfoOut->isRobustResourceInitEnabled = meta["IsRobustResourceInitEnabled"].GetBool(); in LoadTraceInfoFromJSON()
/third_party/skia/third_party/externals/tint/fuzzers/
H A Drandom_generator_test.cc147 TEST_F(RandomGeneratorTest, GetBool) { in TEST_F()
148 rng_->GetBool(); in TEST_F()
H A Drandom_generator.h80 bool GetBool();
H A Drandom_generator.cc91 bool RandomGenerator::GetBool() { in GetBool() function in tint::fuzzers::RandomGenerator
H A Ddata_builder.h157 static bool impl(DataBuilder* b) { return b->generator_.GetBool(); } in impl()
/third_party/protobuf/src/google/protobuf/
H A Ddynamic_message.h194 bool first = reflection->GetBool(*a, field_); in operator ()()
195 bool second = reflection->GetBool(*b, field_); in operator ()()
H A Dtest_util.h504 EXPECT_TRUE(reflection->GetBool(message, F("optional_bool"))); in ExpectAllFieldsSetViaReflection1()
782 EXPECT_FALSE(reflection->GetBool(message, F("default_bool"))); in ExpectAllFieldsSetViaReflection3()
920 EXPECT_FALSE(reflection->GetBool(message, F("optional_bool"))); in ExpectClearViaReflection()
1034 EXPECT_TRUE(reflection->GetBool(message, F("default_bool"))); in ExpectClearViaReflection()
H A Dmap_field.cc481 map_key.SetBoolValue(reflection->GetBool(*it, key_des)); in SyncMapWithRepeatedFieldNoLock()
H A Dmessage.h506 bool GetBool(const Message& message, const FieldDescriptor* field) const;
H A Dmap_test_util.h1183 bool key = sub_message->GetReflection()->GetBool(*sub_message, in ExpectMapFieldsSetViaReflection()
1185 bool val = sub_message->GetReflection()->GetBool(*sub_message, in ExpectMapFieldsSetViaReflection()
H A Dtext_format.cc2065 bool first = reflection->GetBool(*a, field_); in operator ()()
2066 bool second = reflection->GetBool(*b, field_); in operator ()()
H A Dextension_set.h249 bool GetBool(int number, bool default_value) const;
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/
H A Dprobability_context.h39 bool RandomBool() { return generator_->GetBool(); } in RandomBool()
/third_party/rust/crates/nix/src/sys/socket/
H A Dsockopt.rs88 /// * Type that implements the `Get` trait for the type from the previous item (`GetBool` for
149 $name, GetOnly, $level, $flag, bool, GetBool);
179 $name, Both, $level, $flag, bool, GetBool, SetBool);
1143 struct GetBool { structure names
1148 impl Get<bool> for GetBool {
1150 GetBool { in uninit()
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
H A Dspirv_reduce_mutator.h68 if (enable_all_reductions_ || generator_.GetBool()) { in MaybeAddFinder()
/third_party/gn/src/gn/
H A Dinput_conversion.cc130 return Value(origin, value.GetBool()); in ParseJSONValue()
/third_party/protobuf/src/google/protobuf/util/
H A Dtype_resolver_util.cc214 : reflection->GetBool(options, field))); in ConvertOptionField()
/third_party/gn/src/base/
H A Dvalues.h156 bool GetBool() const;
302 // DEPRECATED, use GetBool() instead.
450 // DEPRECATED, use Value::FindPath(path) and Value::GetBool() instead.
481 // DEPRECATED, use Value::FindKey(key) and Value::GetBool() instead.
628 // DEPRECATED, use GetList()::operator[]::GetBool() instead.
H A Dvalues.cc213 bool Value::GetBool() const { in GetBool() function in base::Value
/third_party/mesa3d/src/imgui/
H A Dimgui.h1625 IMGUI_API bool GetBool(ImGuiID key, bool default_val = false) const;
H A Dimgui.cpp1912 bool ImGuiStorage::GetBool(ImGuiID key, bool default_val) const in GetBool() function in ImGuiStorage
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc2237 bool value = reflection->GetBool(*message, field_descriptor); in InternalGetScalar()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h2149 IMGUI_API bool GetBool(ImGuiID key, bool default_val = false) const;
H A Dimgui.cpp1963 bool ImGuiStorage::GetBool(ImGuiID key, bool default_val) const in GetBool() function in ImGuiStorage
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 137 milliseconds