Flutter Engine
The Flutter Engine
Static Public Member Functions | List of all members
SerializationTestUtils< SkString, true > Struct Reference

Static Public Member Functions

static void InvalidateData (unsigned char *data)
 

Detailed Description

Definition at line 202 of file SerializationTest.cpp.

Member Function Documentation

◆ InvalidateData()

static void SerializationTestUtils< SkString, true >::InvalidateData ( unsigned char *  data)
inlinestatic

Definition at line 203 of file SerializationTest.cpp.

203 {
204 data[3] |= 0x80; // Reverse sign of 1st integer
205 }
std::shared_ptr< const fml::Mapping > data
Definition: texture_gles.cc:63

The documentation for this struct was generated from the following file: