Searched refs:structured (Results 1 – 25 of 256) sorted by relevance
1234567891011
/third_party/json/doc/mkdocs/docs/api/basic_json/ |
D | is_structured.md | 7 This function returns `#!cpp true` if and only if the JSON type is structured (array or object). 11 `#!cpp true` if type is structured (array or object), `#!cpp false` otherwise. 23 The term *structured* stems from [RFC 8259](https://tools.ietf.org/html/rfc8259): 25 > JSON can represent four primitive types (strings, numbers, booleans, and null) and two structured…
|
D | is_discarded.md | 47 …then it is removed when it is part of a structured value. For instance, if the second value of an … 52 during parsing, but will be removed when inside a structured value or replaced by null in other cas…
|
D | items.md | 40 [structured bindings](https://en.cppreference.com/w/cpp/language/structured_binding) (C++17): 90 - Added structured binding support in version 3.5.0.
|
D | parser_callback_t.md | 31 - Discarded values in structured types are skipped. That is, the parser will behave as if the disca… 33 - In case a value outside a structured type is skipped, it is replaced with `null`. This case happe…
|
D | is_primitive.md | 35 > JSON can represent four primitive types (strings, numbers, booleans, and null) and two structured…
|
D | front.md | 13 In case of a structured type (array or object), a reference to the first element is returned. In ca…
|
D | back.md | 20 In case of a structured type (array or object), a reference to the last element is returned. In cas…
|
/third_party/rust/crates/log/rfcs/ |
D | 0296-structured-logging.md | 8 …structured logging to the `log` crate in both `std` and `no_std` environments, allowing log record… 10 `log` will provide an API for capturing structured data that offloads complex serialization to de-f… 18 - [What is structured logging?](#what-is-structured-logging) 19 - [Why do we need structured logging in `log`?](#why-do-we-need-structured-logging-in-log) 21 - [Logging structured key-value pairs](#logging-structured-key-value-pairs) 24 …- [How producers and consumers of structured values interact](#how-producers-and-consumers-of-stru… 46 ## What is structured logging? 52 As an example of structured logging, a textual record like this: 58 could be represented as a structured record like this: 72 When log records are kept in a structured format like this, potentially interesting queries like _w… [all …]
|
/third_party/rust/crates/log/ |
D | CHANGELOG.md | 25 * Support `NonZero*` integers as values in structured logging 26 * Support static strings as keys in structured logging 46 * Internal reworks of the structured logging API. Removed the `Fill` API 58 * Support coercing structured values into concrete types. 66 * Fix up a possible inference breakage with structured value errors. 67 * Respect formatting flags in structured value formatting. 103 * Initial unstable support for capturing structured data under the `kv_unstable` 214 * We're looking to add support for *structured* logging - the inclusion of extra key-value pairs of
|
/third_party/vk-gl-cts/android/cts/main/vk-master-2021-03-01/ |
D | draw.txt | 42 dEQP-VK.draw.renderpass.multiple_interpolation.structured.with_sample_decoration.1_sample 43 dEQP-VK.draw.renderpass.multiple_interpolation.structured.with_sample_decoration.2_samples 44 dEQP-VK.draw.renderpass.multiple_interpolation.structured.with_sample_decoration.4_samples 45 dEQP-VK.draw.renderpass.multiple_interpolation.structured.with_sample_decoration.8_samples 46 dEQP-VK.draw.renderpass.multiple_interpolation.structured.with_sample_decoration.16_samples 47 dEQP-VK.draw.renderpass.multiple_interpolation.structured.with_sample_decoration.32_samples 48 dEQP-VK.draw.renderpass.multiple_interpolation.structured.with_sample_decoration.64_samples
|
/third_party/rust/crates/tracing/tracing-journald/ |
D | README.md | 8 preserving structured information. 26 scoped, structured, and async-aware diagnostics. `tracing-journald` provides a
|
/third_party/jsoncpp/src/lib_json/ |
D | json_reader.cpp | 816 Reader::StructuredError structured; in getStructuredErrors() local 817 structured.offset_start = error.token_.start_ - begin_; in getStructuredErrors() 818 structured.offset_limit = error.token_.end_ - begin_; in getStructuredErrors() 819 structured.message = error.message_; in getStructuredErrors() 820 allErrors.push_back(structured); in getStructuredErrors() 1868 OurReader::StructuredError structured; in getStructuredErrors() local 1869 structured.offset_start = error.token_.start_ - begin_; in getStructuredErrors() 1870 structured.offset_limit = error.token_.end_ - begin_; in getStructuredErrors() 1871 structured.message = error.message_; in getStructuredErrors() 1872 allErrors.push_back(structured); in getStructuredErrors()
|
/third_party/gn/src/gn/format_test_data/ |
D | 044.golden | 7 # structured exceptions (only C++ ones).
|
D | 044.gn | 7 # structured exceptions (only C++ ones).
|
/third_party/skia/ |
D | go.mod | 64 sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e // indirect 65 sigs.k8s.io/structured-merge-diff/v3 v3.0.0 // indirect
|
/third_party/json/doc/mkdocs/docs/features/parsing/ |
D | parser_callbacks.md | 64 - Discarded values in structured types are skipped. That is, the parser will behave as if the disca… 65 - In case a value outside a structured type is skipped, it is replaced with `#!json null`. This cas…
|
/third_party/json/doc/mkdocs/docs/features/ |
D | json_pointer.md | 3 …[RFC 6901](https://tools.ietf.org/html/rfc6901)) as alternative means to address structured values.
|
/third_party/python/Doc/library/ |
D | xmlrpc.rst | 6 server (the server is named by a URI) and get back structured data.
|
D | markup.rst | 7 Python supports a variety of modules to work with various forms of structured
|
/third_party/protobuf/src/google/protobuf/ |
D | struct.proto | 43 // `Struct` represents a structured data value, consisting of fields 73 // Represents a structured value.
|
/third_party/vk-gl-cts/android/cts/main/vksc-master/ |
D | draw.txt | 715 dEQP-VKSC.draw.multiple_interpolation.structured.no_sample_decoration.1_sample 716 dEQP-VKSC.draw.multiple_interpolation.structured.no_sample_decoration.2_samples 717 dEQP-VKSC.draw.multiple_interpolation.structured.no_sample_decoration.4_samples 718 dEQP-VKSC.draw.multiple_interpolation.structured.no_sample_decoration.8_samples 719 dEQP-VKSC.draw.multiple_interpolation.structured.no_sample_decoration.16_samples 720 dEQP-VKSC.draw.multiple_interpolation.structured.no_sample_decoration.32_samples 721 dEQP-VKSC.draw.multiple_interpolation.structured.no_sample_decoration.64_samples 722 dEQP-VKSC.draw.multiple_interpolation.structured.with_sample_decoration.1_sample 723 dEQP-VKSC.draw.multiple_interpolation.structured.with_sample_decoration.2_samples 724 dEQP-VKSC.draw.multiple_interpolation.structured.with_sample_decoration.4_samples [all …]
|
/third_party/rust/crates/tracing/tracing-serde/ |
D | README.md | 20 scoped, structured, and async-aware diagnostics.`tracing-serde` enables 24 `tracing` gives us machine-readable structured diagnostic
|
D | CHANGELOG.md | 3 This release adds *experimental* support for recording structured field
|
/third_party/flutter/skia/ |
D | go.mod | 23 sigs.k8s.io/structured-merge-diff v0.0.0-20190817042607-6149e4549fca // indirect
|
/third_party/skia/third_party/externals/microhttpd/doc/chapters/ |
D | bibliography.inc | 21 A well--structured @emph{HTML} reference can be found on
|
1234567891011