Flutter Engine
 
Loading...
Searching...
No Matches
comments.h
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef FLUTTER_TOOLS_LICENSES_CPP_SRC_COMMENTS_H_
6#define FLUTTER_TOOLS_LICENSES_CPP_SRC_COMMENTS_H_
7
8#include <cstdlib>
9#include <functional>
10#include <string_view>
11
12void IterateComments(const char* buffer,
13 size_t size,
14 std::function<void(std::string_view)> callback);
15
16#endif // FLUTTER_TOOLS_LICENSES_CPP_SRC_COMMENTS_H_
void IterateComments(const char *buffer, size_t size, std::function< void(std::string_view)> callback)
FlutterDesktopBinaryReply callback