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
12
void
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_
IterateComments
void IterateComments(const char *buffer, size_t size, std::function< void(std::string_view)> callback)
callback
FlutterDesktopBinaryReply callback
Definition
flutter_windows_view_unittests.cc:52
tools
licenses_cpp
src
comments.h
Generated on Thu Nov 6 2025 16:11:30 for Flutter Engine by
1.9.8