/third_party/gn/src/gn/ |
D | input_conversion_unittest.cc | 111 const Value* a_value = result.scope_value()->GetValue("a"); in TEST_F() local 112 ASSERT_TRUE(a_value); in TEST_F() 113 EXPECT_EQ(5, a_value->int_value()); in TEST_F() 125 const ParseNode* a_origin = a_value->origin(); in TEST_F() 154 const Value* a_value = result.scope_value()->GetValue("a"); in TEST_F() local 155 ASSERT_TRUE(a_value); in TEST_F() 156 EXPECT_EQ(5, a_value->int_value()); in TEST_F()
|
D | output_conversion_unittest.cc | 181 Value a_value(nullptr, "foo"); in TEST_F() local 182 new_scope->SetValue("a", a_value, nullptr); in TEST_F()
|
/third_party/googletest/googletest/test/ |
D | googletest-list-tests-unittest_.cc | 68 explicit MyType(const std::string& a_value) : value_(a_value) {} in MyType() argument
|
D | googletest-param-test-test.cc | 215 explicit DogAdder(const char* a_value) : value_(a_value) {} in DogAdder() argument 250 explicit IntWrapper(int a_value) : value_(a_value) {} in IntWrapper() argument
|
D | googletest-printers-test.cc | 155 explicit PrintableViaPrintToTemplate(const T& a_value) : value_(a_value) {} in PrintableViaPrintToTemplate() argument
|
D | gtest_unittest.cc | 3843 explicit Uncopyable(int a_value) : value_(a_value) {} in Uncopyable() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | charconv_bigint_test.cc | 165 BigUnsigned<84> a_value("3" + std::string(a, '0')); in TEST() local 170 b_value.MultiplyBy(a_value); in TEST()
|
/third_party/vulkan-loader/loader/ |
D | loader_linux.c | 59 uint32_t a_value = determine_priority_type_value(a); in device_type_compare() local 61 if (a_value > b_value) { in device_type_compare() 63 } else if (b_value > a_value) { in device_type_compare()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_merge_regs.c | 179 struct def_value a_value = chase_copies((struct def_value){ in can_skip_interference() local 189 return a_value.reg == b_value.reg && a_value.offset == b_value.offset; in can_skip_interference()
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
D | bignum_core.py | 227 for a_value, b_value in cls.get_value_pairs(): 229 cur_op = cls(a_value, b_value, s_value)
|
/third_party/googletest/googlemock/test/ |
D | gmock-matchers-comparisons_test.cc | 404 explicit IntValue(int a_value) : value_(a_value) {} in IntValue() argument 541 ConvertibleFromAny(int a_value) : value(a_value) {} in ConvertibleFromAny() 574 IntReferenceWrapper(const int& a_value) : value(&a_value) {} in IntReferenceWrapper()
|
D | gmock-more-actions_test.cc | 1481 explicit GiantTemplate(int a_value) : value(a_value) {} in GiantTemplate()
|
D | gmock-matchers-misc_test.cc | 94 explicit NotCopyable(int a_value) : value_(a_value) {} in NotCopyable() argument
|
D | gmock-actions_test.cc | 369 explicit MyNonDefaultConstructible(int a_value) : value_(a_value) {} in MyNonDefaultConstructible() argument
|
D | gmock-matchers-containers_test.cc | 342 explicit Uncopyable(int a_value) : value_(a_value) {} in Uncopyable() argument
|
/third_party/googletest/googletest/include/gtest/ |
D | gtest.h | 382 TestProperty(const std::string& a_key, const std::string& a_value) in TestProperty() argument 383 : key_(a_key), value_(a_value) {} in TestProperty()
|
/third_party/node/deps/googletest/include/gtest/ |
D | gtest.h | 375 TestProperty(const std::string& a_key, const std::string& a_value) in TestProperty() argument 376 : key_(a_key), value_(a_value) {} in TestProperty()
|
/third_party/mesa3d/src/gtest/include/gtest/ |
D | gtest.h | 530 TestProperty(const std::string& a_key, const std::string& a_value) : in TestProperty() argument 531 key_(a_key), value_(a_value) { in TestProperty()
|
/third_party/cef/tools/distrib/gtest/ |
D | gtest.h | 10424 TestProperty(const std::string& a_key, const std::string& a_value) : 10425 key_(a_key), value_(a_value) {
|