Flutter Engine
The Flutter Engine
third_party
dart-lang
sdk
runtime
bin
observatory_assets_empty.cc
Go to the documentation of this file.
1
// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
2
// for details. All rights reserved. Use of this source code is governed by a
3
// BSD-style license that can be found in the LICENSE file.
4
5
// This file is linked into the dart executable when it does not have
6
// Observatory baked in.
7
8
#include <stdint.h>
9
10
namespace
dart
{
11
namespace
bin {
12
13
static
const
uint8_t
observatory_assets_archive_
[] = {
'\0'
};
14
unsigned
int
observatory_assets_archive_len
= 0;
15
const
uint8_t*
observatory_assets_archive
=
observatory_assets_archive_
;
16
17
}
// namespace bin
18
}
// namespace dart
dart::bin::observatory_assets_archive_
static const uint8_t observatory_assets_archive_[]
Definition:
observatory_assets_empty.cc:13
dart::bin::observatory_assets_archive_len
unsigned int observatory_assets_archive_len
Definition:
observatory_assets_empty.cc:14
dart::bin::observatory_assets_archive
const uint8_t * observatory_assets_archive
Definition:
observatory_assets_empty.cc:15
dart
Definition:
dart_vm.cc:33
Generated on Sun Jun 23 2024 21:55:23 for Flutter Engine by
1.9.4