/external/angle/third_party/abseil-cpp/absl/types/ |
D | any_test.cc | 93 TEST(AnyTest, Noexcept) { in TEST() argument 110 TEST(AnyTest, HasValue) { in TEST() argument 119 TEST(AnyTest, Type) { in TEST() argument 130 TEST(AnyTest, EmptyPointerCast) { in TEST() argument 152 TEST(AnyTest, InPlaceConstruction) { in TEST() argument 160 TEST(AnyTest, InPlaceConstructionVariableTemplate) { in TEST() argument 168 TEST(AnyTest, InPlaceConstructionWithCV) { in TEST() argument 176 TEST(AnyTest, InPlaceConstructionWithCVVariableTemplate) { in TEST() argument 184 TEST(AnyTest, InPlaceConstructionWithFunction) { in TEST() argument 190 TEST(AnyTest, InPlaceConstructionWithFunctionVariableTemplate) { in TEST() argument [all …]
|
/external/abseil-cpp/absl/types/ |
D | any_test.cc | 93 TEST(AnyTest, Noexcept) { in TEST() argument 110 TEST(AnyTest, HasValue) { in TEST() argument 119 TEST(AnyTest, Type) { in TEST() argument 130 TEST(AnyTest, EmptyPointerCast) { in TEST() argument 152 TEST(AnyTest, InPlaceConstruction) { in TEST() argument 160 TEST(AnyTest, InPlaceConstructionVariableTemplate) { in TEST() argument 168 TEST(AnyTest, InPlaceConstructionWithCV) { in TEST() argument 176 TEST(AnyTest, InPlaceConstructionWithCVVariableTemplate) { in TEST() argument 184 TEST(AnyTest, InPlaceConstructionWithFunction) { in TEST() argument 190 TEST(AnyTest, InPlaceConstructionWithFunctionVariableTemplate) { in TEST() argument [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/ |
D | any_test.cc | 93 TEST(AnyTest, Noexcept) { in TEST() argument 110 TEST(AnyTest, HasValue) { in TEST() argument 119 TEST(AnyTest, Type) { in TEST() argument 130 TEST(AnyTest, EmptyPointerCast) { in TEST() argument 152 TEST(AnyTest, InPlaceConstruction) { in TEST() argument 160 TEST(AnyTest, InPlaceConstructionVariableTemplate) { in TEST() argument 168 TEST(AnyTest, InPlaceConstructionWithCV) { in TEST() argument 176 TEST(AnyTest, InPlaceConstructionWithCVVariableTemplate) { in TEST() argument 184 TEST(AnyTest, InPlaceConstructionWithFunction) { in TEST() argument 190 TEST(AnyTest, InPlaceConstructionWithFunctionVariableTemplate) { in TEST() argument [all …]
|
/external/webrtc/third_party/abseil-cpp/absl/types/ |
D | any_test.cc | 93 TEST(AnyTest, Noexcept) { in TEST() argument 110 TEST(AnyTest, HasValue) { in TEST() argument 119 TEST(AnyTest, Type) { in TEST() argument 130 TEST(AnyTest, EmptyPointerCast) { in TEST() argument 152 TEST(AnyTest, InPlaceConstruction) { in TEST() argument 160 TEST(AnyTest, InPlaceConstructionVariableTemplate) { in TEST() argument 168 TEST(AnyTest, InPlaceConstructionWithCV) { in TEST() argument 176 TEST(AnyTest, InPlaceConstructionWithCVVariableTemplate) { in TEST() argument 184 TEST(AnyTest, InPlaceConstructionWithFunction) { in TEST() argument 190 TEST(AnyTest, InPlaceConstructionWithFunctionVariableTemplate) { in TEST() argument [all …]
|
/external/openscreen/third_party/abseil/src/absl/types/ |
D | any_test.cc | 93 TEST(AnyTest, Noexcept) { in TEST() argument 110 TEST(AnyTest, HasValue) { in TEST() argument 119 TEST(AnyTest, Type) { in TEST() argument 130 TEST(AnyTest, EmptyPointerCast) { in TEST() argument 152 TEST(AnyTest, InPlaceConstruction) { in TEST() argument 160 TEST(AnyTest, InPlaceConstructionVariableTemplate) { in TEST() argument 168 TEST(AnyTest, InPlaceConstructionWithCV) { in TEST() argument 176 TEST(AnyTest, InPlaceConstructionWithCVVariableTemplate) { in TEST() argument 184 TEST(AnyTest, InPlaceConstructionWithFunction) { in TEST() argument 190 TEST(AnyTest, InPlaceConstructionWithFunctionVariableTemplate) { in TEST() argument [all …]
|
/external/libtextclassifier/abseil-cpp/absl/types/ |
D | any_test.cc | 93 TEST(AnyTest, Noexcept) { in TEST() argument 110 TEST(AnyTest, HasValue) { in TEST() argument 119 TEST(AnyTest, Type) { in TEST() argument 130 TEST(AnyTest, EmptyPointerCast) { in TEST() argument 152 TEST(AnyTest, InPlaceConstruction) { in TEST() argument 160 TEST(AnyTest, InPlaceConstructionVariableTemplate) { in TEST() argument 168 TEST(AnyTest, InPlaceConstructionWithCV) { in TEST() argument 176 TEST(AnyTest, InPlaceConstructionWithCVVariableTemplate) { in TEST() argument 184 TEST(AnyTest, InPlaceConstructionWithFunction) { in TEST() argument 190 TEST(AnyTest, InPlaceConstructionWithFunctionVariableTemplate) { in TEST() argument [all …]
|
/external/protobuf/src/google/protobuf/ |
D | any_test.cc | 41 TEST(AnyTest, TestPackAndUnpack) { in TEST() argument 56 TEST(AnyTest, TestUnpackWithTypeMismatch) { in TEST() argument 67 TEST(AnyTest, TestPackAndUnpackAny) { in TEST() argument 87 TEST(AnyTest, TestPackWithCustomTypeUrl) { in TEST() argument 107 TEST(AnyTest, TestIs) { in TEST() argument 132 TEST(AnyTest, MoveConstructor) { in TEST() argument 148 TEST(AnyTest, MoveAssignment) { in TEST() argument
|
/external/llvm-project/llvm/unittests/ADT/ |
D | AnyTest.cpp | 18 TEST(AnyTest, ConstructionAndAssignment) { in TEST() argument 78 TEST(AnyTest, GoodAnyCast) { in TEST() argument 129 TEST(AnyTest, CopiesAndMoves) { in TEST() argument 156 TEST(AnyTest, BadAnyCast) { in TEST() argument
|
D | CMakeLists.txt | 6 AnyTest.cpp
|
/external/protobuf/cmake/ |
D | README.md | 188 C:\Path\to\protobuf>cmake\build\release\tests.exe --gtest_filter=AnyTest* 190 Note: Google Test filter = AnyTest* 193 [----------] 3 tests from AnyTest 194 [ RUN ] AnyTest.TestPackAndUnpack 195 [ OK ] AnyTest.TestPackAndUnpack (0 ms) 196 [ RUN ] AnyTest.TestPackAndUnpackAny 197 [ OK ] AnyTest.TestPackAndUnpackAny (0 ms) 198 [ RUN ] AnyTest.TestIs 199 [ OK ] AnyTest.TestIs (0 ms) 200 [----------] 3 tests from AnyTest (1 ms total)
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/ |
D | AnyTest.cs | 38 public class AnyTest class
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/unittests/ADT/ |
D | BUILD.gn | 17 "AnyTest.cpp",
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | AnyTest.java | 39 public class AnyTest extends TestCase { class
|
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
D | AnyTest.cs | 38 public class AnyTest class
|
/external/protobuf/objectivec/Tests/ |
D | GPBUnittestProtos.m | 39 #import "google/protobuf/AnyTest.pbobjc.m"
|
D | GPBWellKnownTypesTest.m | 36 #import "google/protobuf/AnyTest.pbobjc.h"
|
/external/protobuf/python/google/protobuf/internal/ |
D | well_known_types_test.py | 919 class AnyTest(unittest.TestCase): class
|
/external/python/cpython3/Lib/unittest/test/testmock/ |
D | testhelpers.py | 21 class AnyTest(unittest.TestCase): class
|
/external/python/mock/mock/tests/ |
D | testhelpers.py | 33 class AnyTest(unittest.TestCase): class
|
/external/protobuf/ |
D | Makefile.am | 129 csharp/src/Google.Protobuf.Test/WellKnownTypes/AnyTest.cs \ 360 java/core/src/test/java/com/google/protobuf/AnyTest.java \
|
/external/protobuf/src/google/protobuf/util/ |
D | message_differencer_unittest.cc | 3652 TEST(AnyTest, Simple) { in TEST() argument
|