Home
last modified time | relevance | path

Searched refs:AnyTest (Results 1 – 21 of 21) sorted by relevance

/external/angle/third_party/abseil-cpp/absl/types/
Dany_test.cc93 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/
Dany_test.cc93 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/
Dany_test.cc93 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/
Dany_test.cc93 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/
Dany_test.cc93 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/
Dany_test.cc93 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/
Dany_test.cc41 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/
DAnyTest.cpp18 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
DCMakeLists.txt6 AnyTest.cpp
/external/protobuf/cmake/
DREADME.md188 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/
DAnyTest.cs38 public class AnyTest class
/external/llvm-project/llvm/utils/gn/secondary/llvm/unittests/ADT/
DBUILD.gn17 "AnyTest.cpp",
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DAnyTest.java39 public class AnyTest extends TestCase { class
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DAnyTest.cs38 public class AnyTest class
/external/protobuf/objectivec/Tests/
DGPBUnittestProtos.m39 #import "google/protobuf/AnyTest.pbobjc.m"
DGPBWellKnownTypesTest.m36 #import "google/protobuf/AnyTest.pbobjc.h"
/external/protobuf/python/google/protobuf/internal/
Dwell_known_types_test.py919 class AnyTest(unittest.TestCase): class
/external/python/cpython3/Lib/unittest/test/testmock/
Dtesthelpers.py21 class AnyTest(unittest.TestCase): class
/external/python/mock/mock/tests/
Dtesthelpers.py33 class AnyTest(unittest.TestCase): class
/external/protobuf/
DMakefile.am129 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/
Dmessage_differencer_unittest.cc3652 TEST(AnyTest, Simple) { in TEST() argument