Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dversionparsing_unittest.cc19 typedef int ExampleVersion[kExampleSegments]; typedef
22 ExampleVersion ver; in TEST()
24 static const ExampleVersion expect1 = {1, 1, 2, 0}; in TEST()
28 static const ExampleVersion expect2 = {2, 0, 0, 1}; in TEST()
34 ExampleVersion ver; in TEST()
44 static const ExampleVersion ver1 = {1, 0, 21, 0}; in TEST()
45 static const ExampleVersion ver2 = {1, 1, 2, 0}; in TEST()
46 static const ExampleVersion ver3 = {1, 1, 3, 0}; in TEST()
47 static const ExampleVersion ver4 = {1, 1, 3, 9861}; in TEST()