Home
last modified time | relevance | path

Searched defs:test_vector (Results 1 – 4 of 4) sorted by relevance

/external/gmock/test/
Dgmock-generated-matchers_test.cc340 vector<int> test_vector(a, a + GMOCK_ARRAY_SIZE_(a)); in TEST() local
371 vector<string> test_vector; in TEST() local
385 vector<string> test_vector; in TEST() local
394 vector<int> test_vector; in TEST() local
401 vector<int> test_vector; in TEST() local
408 vector<int> test_vector; in TEST() local
415 vector<int> test_vector; in TEST() local
425 vector<int> test_vector(a, a + GMOCK_ARRAY_SIZE_(a)); in TEST() local
434 vector<string> test_vector; in TEST() local
443 vector<string> test_vector; in TEST() local
[all …]
/external/google-breakpad/src/testing/test/
Dgmock-generated-matchers_test.cc338 vector<int> test_vector(a, a + GMOCK_ARRAY_SIZE_(a)); in TEST() local
369 vector<string> test_vector; in TEST() local
383 vector<string> test_vector; in TEST() local
392 vector<int> test_vector; in TEST() local
399 vector<int> test_vector; in TEST() local
406 vector<int> test_vector; in TEST() local
413 vector<int> test_vector; in TEST() local
423 vector<int> test_vector(a, a + GMOCK_ARRAY_SIZE_(a)); in TEST() local
432 vector<string> test_vector; in TEST() local
441 vector<string> test_vector; in TEST() local
[all …]
/external/clang/test/CodeGen/
Dppc64-align-struct.c168 struct test_vector { vector int x; }; argument
/external/google-benchmark/test/
Dbenchmark_test.cc48 std::vector<int>* test_vector = nullptr; variable