Home
last modified time | relevance | path

Searched refs:structured (Results 1 – 25 of 269) sorted by relevance

1234567891011

/third_party/boost/libs/config/test/
Dboost_no_cxx17_structured_bindings.ipp11 // TITLE: C++17 structured bindings
12 // DESCRIPTION: C++17 structured bindings are not supported.
/third_party/boost/libs/property_tree/doc/
Djson_parser.qbk12 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
/third_party/gn/src/gn/format_test_data/
D044.golden7 # structured exceptions (only C++ ones).
D044.gn7 # structured exceptions (only C++ ones).
/third_party/boost/libs/numeric/ublas/IDEs/qtcreator/test/
Dsparse_view_test.pro5 # Support asynchronous structured exception handling
/third_party/boost/libs/phoenix/doc/
Dwrap_up.qbk14 mainstream. In as much as structured programming of the 70s and object oriented
34 FP in action. The library is designed and structured in a strict but clear and
/third_party/json/doc/mkdocs/docs/features/
Djson_pointer.md3 …[RFC 6901](https://tools.ietf.org/html/rfc6901)) as alternative means to address structured values.
/third_party/skia/
Dgo.mod64 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/python/Doc/library/
Dxmlrpc.rst6 server (the server is named by a URI) and get back structured data.
Dmarkup.rst7 Python supports a variety of modules to work with various forms of structured
/third_party/json/doc/mkdocs/docs/features/parsing/
Dparser_callbacks.md64 - 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/protobuf/src/google/protobuf/
Dstruct.proto43 // `Struct` represents a structured data value, consisting of fields
73 // Represents a structured value.
/third_party/jsoncpp/src/lib_json/
Djson_reader.cpp826 Reader::StructuredError structured; in getStructuredErrors() local
827 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() local
1892 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()
/third_party/boost/libs/gil/doc/
Dtoolbox.rst43 The toolbox structured in the following sub-directories:
/third_party/boost/libs/gil/doc/html/_sources/
Dtoolbox.rst.txt43 The toolbox structured in the following sub-directories:
/third_party/flutter/skia/
Dgo.mod23 sigs.k8s.io/structured-merge-diff v0.0.0-20190817042607-6149e4549fca // indirect
/third_party/boost/libs/bimap/doc/
Dtoolbox.qbk32 A structured pair allows you to control the order of the two types.
/third_party/boost/libs/beast/doc/qbk/04_http/
D07_parser_buffers.qbk37 Normally the parser returns after successfully parsing a structured
43 structured element if there are octets remaining in the buffer and no
/third_party/skia/third_party/externals/microhttpd/doc/chapters/
Dbibliography.inc21 A well--structured @emph{HTML} reference can be found on
/third_party/typescript/tests/baselines/reference/
DtypeGuardConstructorDerivedClass.errors.txt39 // Disjointly structured classes
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Dwin_mutex.ipp43 // Not sure if MinGW supports structured exception handling, so for now
/third_party/boost/boost/asio/detail/impl/
Dwin_mutex.ipp43 // Not sure if MinGW supports structured exception handling, so for now
/third_party/boost/libs/spirit/doc/x3/tutorial/
Dminimal.qbk25 familiarity, but structured to allow separate compilation of the actual
28 parsers are structured in a C++ application.
32 The program is structured in a directory with the following header and cpp
/third_party/curl/tests/data/
Dtest128870 # This test is structured to test all the expectations of
/third_party/python/Doc/c-api/
Dconcrete.rst14 dictionary, use :c:func:`PyDict_Check`. The chapter is structured like the

1234567891011