Home
last modified time | relevance | path

Searched defs:a_value (Results 1 – 13 of 13) sorted by relevance

/third_party/gn/src/gn/
Dinput_conversion_unittest.cc111 const Value* a_value = result.scope_value()->GetValue("a"); in TEST_F() local
154 const Value* a_value = result.scope_value()->GetValue("a"); in TEST_F() local
Doutput_conversion_unittest.cc181 Value a_value(nullptr, "foo"); in TEST_F() local
/third_party/googletest/googletest/test/
Dgoogletest-list-tests-unittest_.cc80 explicit MyType(const std::string& a_value) : value_(a_value) {} in MyType()
Dgoogletest-param-test-test.cc215 explicit DogAdder(const char* a_value) : value_(a_value) {} in DogAdder()
253 explicit IntWrapper(int a_value) : value_(a_value) {} in IntWrapper()
Dgoogletest-printers-test.cc164 explicit PrintableViaPrintToTemplate(const T& a_value) : value_(a_value) {} in PrintableViaPrintToTemplate()
Dgtest_unittest.cc3896 explicit Uncopyable(int a_value) : value_(a_value) {} in Uncopyable()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcharconv_bigint_test.cc165 BigUnsigned<84> a_value("3" + std::string(a, '0')); in TEST() local
/third_party/vulkan-loader/loader/
Dloader_linux.c59 uint32_t a_value = determine_priority_type_value(a); in device_type_compare() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3_merge_regs.c179 struct def_value a_value = chase_copies((struct def_value){ in can_skip_interference() local
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest.h530 TestProperty(const std::string& a_key, const std::string& a_value) : in TestProperty()
/third_party/googletest/googletest/include/gtest/
Dgtest.h543 TestProperty(const std::string& a_key, const std::string& a_value) : in TestProperty()
/third_party/googletest/googlemock/test/
Dgmock-actions_test.cc203 explicit MyNonDefaultConstructible(int a_value) : value_(a_value) {} in MyNonDefaultConstructible()
Dgmock-matchers_test.cc521 explicit IntValue(int a_value) : value_(a_value) {} in IntValue()
4004 explicit Uncopyable(int a_value) : value_(a_value) {} in TEST()
4837 explicit NotCopyable(int a_value) : value_(a_value) {} in TEST()