Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
comments.h File Reference
#include <cstdlib>
#include <functional>
#include <string_view>

Go to the source code of this file.

Functions

void IterateComments (const char *buffer, size_t size, std::function< void(std::string_view)> callback)
 

Function Documentation

◆ IterateComments()

void IterateComments ( const char *  buffer,
size_t  size,
std::function< void(std::string_view)>  callback 
)