| header = """ |
| // Copyright 2025 The Fuchsia Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| """ |
| autogen_warning = """ |
| // Warning: |
| // This file was autogenerated by cbindgen. |
| // Do not modify this file manually. |
| """ |
| |
| include_guard = "SRC_DIAGNOSTICS_LIB_CPP_LOG_DECODER_LOG_DECODER_H_" |
| language = "CPP" |
| style = "type" |
| |
| sys_includes = [ "zircon/types.h" ] |
| |
| [parse] |
| parse_deps = true |
| include = ["diagnostics_message"] |
| |
| [fn] |
| prefix = 'extern "C"' |
| |
| [enum] |
| rename_variants = "ScreamingSnakeCase" |
| prefix_with_name = true |
| |
| [export] |
| exclude = [ |
| "TimeDelta_MIN", |
| "TimeDelta_MAX", |
| "TimeDelta", |
| "MIN", |
| "MAX", |
| ] |
| |
| include = [] |