Searched refs:GetRecords (Results 1 – 4 of 4) sorted by relevance
229 auto outcome = client_->GetRecords( in GetNextInternal()235 if (outcome.GetResult().GetRecords().size() == 0) { in GetNextInternal()246 if (outcome.GetResult().GetRecords().size() != 1) { in GetNextInternal()248 outcome.GetResult().GetRecords().size(), in GetNextInternal()254 const auto& data = outcome.GetResult().GetRecords()[0].GetData(); in GetNextInternal()
256 PersistentSampleMapRecords* PersistentSampleMap::GetRecords() { in GetRecords() function in base::PersistentSampleMap271 PersistentSampleMapRecords* records = GetRecords(); in ImportSamples()
77 PersistentSampleMapRecords* GetRecords();
793 func (m *LogUsageRecord) GetRecords() int32 { func