Home
last modified time | relevance | path

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

/frameworks/proto_logging/stats/stats_log_api_gen/test_java/src/com/android/test/statslogapigen/
DVendorAtomCodeGenTest.java175 final int[] repeatedInt = {kTestIntValue, kTestIntValue + 1, kTestIntValue + 2}; in testCreateVendorAtom4ApiGen() local
186 repeatedInt, repeatedLong, repeatedString, repeatedEnum); in testCreateVendorAtom4ApiGen()
200 assertThat(atom.values[7].getRepeatedIntValue()).isEqualTo(repeatedInt); in testCreateVendorAtom4ApiGen()
/frameworks/proto_logging/stats/stats_log_api_gen/
Dtest_api_gen_vendor.cpp154 const vector<int32_t> repeatedInt{kTestIntValue, kTestIntValue + 1, kTestIntValue + 2}; in TEST() local
162 repeatedFloat, repeatedInt, repeatedLong, repeatedString, repeatedEnum); in TEST()
175 EXPECT_EQ(atom.values[7].get<VendorAtomValue::repeatedIntValue>(), repeatedInt); in TEST()