Searched refs:structured (Results 1 – 25 of 269) sorted by relevance
1234567891011
11 // TITLE: C++17 structured bindings12 // DESCRIPTION: C++17 structured bindings are not supported.
12 JSON is a simple, compact format for loosely structured node trees of any depth,13 very similar to the property tree dataset. It is less structured than XML and
7 # structured exceptions (only C++ ones).
5 # Support asynchronous structured exception handling
14 mainstream. In as much as structured programming of the 70s and object oriented34 FP in action. The library is designed and structured in a strict but clear and
3 …[RFC 6901](https://tools.ietf.org/html/rfc6901)) as alternative means to address structured values.
64 sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e // indirect65 sigs.k8s.io/structured-merge-diff/v3 v3.0.0 // indirect
6 server (the server is named by a URI) and get back structured data.
7 Python supports a variety of modules to work with various forms of structured
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…
43 // `Struct` represents a structured data value, consisting of fields73 // Represents a structured value.
826 Reader::StructuredError structured; in getStructuredErrors() local827 structured.offset_start = error.token_.start_ - begin_; in getStructuredErrors()828 structured.offset_limit = error.token_.end_ - begin_; in getStructuredErrors()829 structured.message = error.message_; in getStructuredErrors()830 allErrors.push_back(structured); in getStructuredErrors()1891 OurReader::StructuredError structured; in getStructuredErrors() local1892 structured.offset_start = error.token_.start_ - begin_; in getStructuredErrors()1893 structured.offset_limit = error.token_.end_ - begin_; in getStructuredErrors()1894 structured.message = error.message_; in getStructuredErrors()1895 allErrors.push_back(structured); in getStructuredErrors()
43 The toolbox structured in the following sub-directories:
23 sigs.k8s.io/structured-merge-diff v0.0.0-20190817042607-6149e4549fca // indirect
32 A structured pair allows you to control the order of the two types.
37 Normally the parser returns after successfully parsing a structured43 structured element if there are octets remaining in the buffer and no
21 A well--structured @emph{HTML} reference can be found on
39 // Disjointly structured classes
43 // Not sure if MinGW supports structured exception handling, so for now
25 familiarity, but structured to allow separate compilation of the actual28 parsers are structured in a C++ application.32 The program is structured in a directory with the following header and cpp
70 # This test is structured to test all the expectations of
14 dictionary, use :c:func:`PyDict_Check`. The chapter is structured like the