Searched refs:out_records (Results 1 – 3 of 3) sorted by relevance
115 std::vector<std::unique_ptr<Record>> out_records = cache.PopAll(); in TEST_F() local116 ASSERT_EQ(records.size(), out_records.size()); in TEST_F()118 CheckRecordEqual(records[i], *out_records[i]); in TEST_F()
55 bluetooth_sdp_record* out_records, int count);
144 bluetooth_sdp_record* out_records, int count) { in copy_sdp_records() argument148 char* free_ptr = (char*)(&out_records[count]); /* set pointer to after the last entry */ in copy_sdp_records()152 out_record = &out_records[i]; in copy_sdp_records()