Lines Matching refs:GetMutableProtobuf
67 mock_database_.GetMutableProtobuf()->mutable_credentials()-> in SetUp()
296 mock_database_.GetMutableProtobuf()->clear_credentials(); in TEST_F()
486 CertifiedKey& key = *mock_database_.GetMutableProtobuf()->add_device_keys(); in TEST_F()
547 AttestationDatabase* database = mock_database_.GetMutableProtobuf(); in TEST_F()
578 AttestationDatabase* database = mock_database_.GetMutableProtobuf(); in TEST_F()
594 AttestationDatabase* database = mock_database_.GetMutableProtobuf(); in TEST_F()
634 AttestationDatabase* database = mock_database_.GetMutableProtobuf(); in TEST_F()
675 EXPECT_CALL(mock_database_, GetMutableProtobuf()).Times(0); in TEST_F()
879 mock_database_.GetMutableProtobuf()->add_device_keys()->set_key_name("label"); in TEST_F()
957 mock_database_.GetMutableProtobuf()->add_device_keys()->set_key_name("label"); in TEST_F()
1061 CertifiedKey& key = *mock_database_.GetMutableProtobuf()->add_device_keys(); in TEST_F()
1086 EXPECT_EQ(0, mock_database_.GetMutableProtobuf()->device_keys_size()); in TEST_F()