Edit copybara rules to remove absl::Span
PiperOrigin-RevId: 601558492 Change-Id: Id09178209b9258c810b61c749582c995fac518b1
This commit is contained in:
committed by
Robert Shih
parent
6bf182af45
commit
b239b11b60
@@ -11,7 +11,6 @@
|
||||
|
||||
#include "odk_structs.h"
|
||||
#include "odk_structs_priv.h"
|
||||
#include "third_party/absl/types/span.h"
|
||||
|
||||
namespace wvodk_test {
|
||||
|
||||
@@ -116,7 +115,7 @@ OEMCryptoResult ODK_ReadSingleField(const uint8_t* buf, const ODK_Field* field);
|
||||
OEMCryptoResult ODK_DumpSingleField(const uint8_t* buf, const ODK_Field* field);
|
||||
OEMCryptoResult ODK_IterFields(ODK_FieldMode mode, uint8_t* buf, size_t size_in,
|
||||
size_t* size_out,
|
||||
absl::Span<const ODK_Field> fields);
|
||||
const std::vector<ODK_Field>& fields);
|
||||
void ODK_ExpectEqualBuf(const void* s1, const void* s2, size_t n,
|
||||
const std::vector<ODK_Field>& fields);
|
||||
void ODK_ResetOdkFields(std::vector<ODK_Field>* fields);
|
||||
|
||||
Reference in New Issue
Block a user