Home
last modified time | relevance | path

Searched defs:TestValue (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/ut/cpp/ir/
Dvalue_test.cc32 class TestValue : public UT::Common { class
34 TestValue() {} in TestValue() function in mindspore::TestValue
37 TEST_F(TestValue, test_int64) { in TEST_F() argument
42 TEST_F(TestValue, testToAbstract) { in TEST_F() argument
82 TEST_F(TestValue, GetValue) { in TEST_F() argument
/third_party/protobuf/rust/test/shared/
Dproto_macro_test.rs17 struct TestValue { struct
27 let value = TestValue { val: 106 }; in test_setting_literals() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/memory/
Dmemory_test.cc527 struct TestValue { struct
528 TestValue() {} in TestValue() function
529 explicit TestValue(int* trace) : trace(trace) { ++*trace; } in TestValue() function
530 ~TestValue() { in ~TestValue()
533 int* trace = nullptr;
/third_party/flatbuffers/tests/
Dparser_test.cpp466 T TestValue(const char *json, const char *type_name, in TestValue() function
/third_party/protobuf/src/google/protobuf/util/
Djson_format_proto3.proto157 message TestValue { message
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DDataMov.cpp462 #define TestValue(C, Dest, IsTrue, Src0, Value0, Src1, Value1) \ in TEST_F() macro
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
Dstatusor_test.cc1323 TEST(StatusOr, TestValue) { in TEST() argument