Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dany_test.cc38 TEST(AnyTest, TestPackAndUnpack) { in TEST() argument
52 TEST(AnyTest, TestPackAndUnpackAny) { in TEST() argument
70 TEST(AnyTest, TestIs) { in TEST() argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/
DREADME.md184 C:\Path\to\protobuf>cmake\build\release\tests.exe --gtest_filter=AnyTest*
186 Note: Google Test filter = AnyTest*
189 [----------] 3 tests from AnyTest
190 [ RUN ] AnyTest.TestPackAndUnpack
191 [ OK ] AnyTest.TestPackAndUnpack (0 ms)
192 [ RUN ] AnyTest.TestPackAndUnpackAny
193 [ OK ] AnyTest.TestPackAndUnpackAny (0 ms)
194 [ RUN ] AnyTest.TestIs
195 [ OK ] AnyTest.TestIs (0 ms)
196 [----------] 3 tests from AnyTest (1 ms total)
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DAnyTest.cs38 public class AnyTest class
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DAnyTest.java41 public class AnyTest extends TestCase { class
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dwell_known_types_test.py580 class AnyTest(unittest.TestCase): class
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DMakefile.am107 csharp/src/Google.Protobuf.Test/WellKnownTypes/AnyTest.cs \
269 java/core/src/test/java/com/google/protobuf/AnyTest.java \
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dmessage_differencer_unittest.cc3115 TEST(AnyTest, Simple) { in TEST() argument