/third_party/skia/third_party/externals/angle2/util/capture/ |
H A D | frame_capture_test_utils.cpp | 120 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 D | random_generator_test.cc | 147 TEST_F(RandomGeneratorTest, GetBool) { in TEST_F() 148 rng_->GetBool(); in TEST_F()
|
H A D | random_generator.h | 80 bool GetBool();
|
H A D | random_generator.cc | 91 bool RandomGenerator::GetBool() { in GetBool() function in tint::fuzzers::RandomGenerator
|
H A D | data_builder.h | 157 static bool impl(DataBuilder* b) { return b->generator_.GetBool(); } in impl()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | dynamic_message.h | 194 bool first = reflection->GetBool(*a, field_); in operator ()() 195 bool second = reflection->GetBool(*b, field_); in operator ()()
|
H A D | test_util.h | 504 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 D | map_field.cc | 481 map_key.SetBoolValue(reflection->GetBool(*it, key_des)); in SyncMapWithRepeatedFieldNoLock()
|
H A D | message.h | 506 bool GetBool(const Message& message, const FieldDescriptor* field) const;
|
H A D | map_test_util.h | 1183 bool key = sub_message->GetReflection()->GetBool(*sub_message, in ExpectMapFieldsSetViaReflection() 1185 bool val = sub_message->GetReflection()->GetBool(*sub_message, in ExpectMapFieldsSetViaReflection()
|
H A D | text_format.cc | 2065 bool first = reflection->GetBool(*a, field_); in operator ()() 2066 bool second = reflection->GetBool(*b, field_); in operator ()()
|
H A D | extension_set.h | 249 bool GetBool(int number, bool default_value) const;
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/ |
H A D | probability_context.h | 39 bool RandomBool() { return generator_->GetBool(); } in RandomBool()
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | sockopt.rs | 88 /// * 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 D | spirv_reduce_mutator.h | 68 if (enable_all_reductions_ || generator_.GetBool()) { in MaybeAddFinder()
|
/third_party/gn/src/gn/ |
H A D | input_conversion.cc | 130 return Value(origin, value.GetBool()); in ParseJSONValue()
|
/third_party/protobuf/src/google/protobuf/util/ |
H A D | type_resolver_util.cc | 214 : reflection->GetBool(options, field))); in ConvertOptionField()
|
/third_party/gn/src/base/ |
H A D | values.h | 156 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 D | values.cc | 213 bool Value::GetBool() const { in GetBool() function in base::Value
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui.h | 1625 IMGUI_API bool GetBool(ImGuiID key, bool default_val = false) const;
|
H A D | imgui.cpp | 1912 bool ImGuiStorage::GetBool(ImGuiID key, bool default_val) const in GetBool() function in ImGuiStorage
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | message.cc | 2237 bool value = reflection->GetBool(*message, field_descriptor); in InternalGetScalar()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.h | 2149 IMGUI_API bool GetBool(ImGuiID key, bool default_val = false) const;
|
H A D | imgui.cpp | 1963 bool ImGuiStorage::GetBool(ImGuiID key, bool default_val) const in GetBool() function in ImGuiStorage
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |