Lines Matching refs:GetMutableProtobuf
67 mock_database_.GetMutableProtobuf() in SetUp()
289 mock_database_.GetMutableProtobuf()->clear_credentials(); in TEST_F()
477 CertifiedKey& key = *mock_database_.GetMutableProtobuf()->add_device_keys(); in TEST_F()
538 AttestationDatabase* database = mock_database_.GetMutableProtobuf(); in TEST_F()
569 AttestationDatabase* database = mock_database_.GetMutableProtobuf(); in TEST_F()
585 AttestationDatabase* database = mock_database_.GetMutableProtobuf(); in TEST_F()
625 AttestationDatabase* database = mock_database_.GetMutableProtobuf(); in TEST_F()
666 EXPECT_CALL(mock_database_, GetMutableProtobuf()).Times(0); in TEST_F()
870 mock_database_.GetMutableProtobuf()->add_device_keys()->set_key_name("label"); in TEST_F()
948 mock_database_.GetMutableProtobuf()->add_device_keys()->set_key_name("label"); in TEST_F()
1049 CertifiedKey& key = *mock_database_.GetMutableProtobuf()->add_device_keys(); in TEST_F()
1071 EXPECT_EQ(0, mock_database_.GetMutableProtobuf()->device_keys_size()); in TEST_F()