Home
last modified time | relevance | path

Searched refs:parses (Results 1 – 25 of 244) sorted by relevance

12345678910

/third_party/boost/libs/vmd/doc/
Dvmd_modifiers_return_type.qbk33 When VMD parses input generically it must determine the type of each data
40 Because of this when VMD parses input generically,
42 it parses all tuple-like data as a tuple and never as a list or an array.
44 When VMD parses input generically, and the type of the data is required
45 in some way as part of the return of a macro, VMD by default parses for
143 modifier, which always parses for the most specific type.
232 modifier that parses the data type of the invalid array as an array. But if we use
251 modifier that parses the data type of the invalid list as a list. But if we use
270 modifier that parses the sequence other than looking for only valid tuples. So here we must use
277 is to return the particular element's data. When BOOST_VMD_ELEM does this it parses
[all …]
Dvmd_sequence.qbk215 and tuples consecutively we need to distinguish how VMD parses the data.
216 The rule is that VMD always parses a single element tuple as a tuple unless it is
222 VMD parses the above data as 2 consecutive tuples.
228 VMD parses the above data as 2 consecutive tuples.
234 VMD parses the above data as a seq followed by a tuple.
/third_party/gn/src/gn/
Dtrace.cc189 std::vector<const TraceItem*> parses; in SummarizeTraces() local
197 parses.push_back(event); in SummarizeTraces()
223 SummarizeParses(parses, out); in SummarizeTraces()
/third_party/boost/libs/metaparse/doc/
Dmanual.qbk60 * A parser that parses nothing and always succeeds is
63 * A parser that parses one character and returns the parsed character as the
105 * If parsing succeeds, it parses the remaining string with the second parser
124 whitespaces after the number. So the following parser parses one number and the
173 parser parses the input using [link repeated `repeated`]`<int_token>` and then
196 This example parses the input, builds the list of numbers and then loops over it
203 [link repeated `repeated`]`<int_token>` here. It parses the input with that
242 it achieves the same result by doing less as well. It parses the input by
359 the value `int_<0>` as this starting value). Then it parses all elements of the
422 because [link foldl_start_with_parser `foldl_start_with_parser`] parses the
[all …]
Dparser.qbk11 The function parses a prefix of the input string.
Dbuild_parser.qbk19 takes an input string, parses it with `P` and returns the result of parsing. It
Dtoken.qbk18 `token` parses the input using `P` when it succeeds, `token` consumes all
Dentire_input.qbk19 It parses the input using `P` and checks if it consumes the entire input. If `P`
Dtransform.qbk19 `transform` parses the input using `P` and transforms the result `P` returns
/third_party/flutter/skia/tools/svg/
DREADME.md19 This python script parses txt files and downloads SVGs into a specified directory.
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Dflutter_manifest_test.dart401 test('parses major.minor.patch+build version clause 1', () async {
418 test('parses major.minor.patch with no build version', () async {
435 test('parses major.minor.patch+build version clause 2', () async {
452 test('parses major.minor+build version clause', () async {
469 test('parses empty version clause', () async {
486 test('parses no version clause', () async {
/third_party/gstreamer/gstplugins_bad/ext/kate/
DREADME14 - kateparse: parses Kate streams
/third_party/boost/libs/spirit/doc/x3/tutorial/
Demployee.qbk103 The expression parses quoted strings.
107 parses one or more chars, except the double quote. It stops when it sees
116 parses `a` but not `b`. Its attribute is just `A`; the attribute of `a`. `b`'s
/third_party/boost/libs/spirit/doc/qi/
Demployee.qbk78 The expression parses quoted strings.
82 parses one or more chars, except the double quote. It stops when it sees
91 parses `a` but not `b`. Its attribute is just `A`; the attribute of `a`. `b`'s
/third_party/node/benchmark/
DREADME.md55 * `_cli.js`: parses the command line arguments passed to `compare.js`,
57 * `_cli.R`: parses the command line arguments passed to `compare.R`
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-policy2c/
DREADME.md3 This application parses a JSON policy passed on stdin and emits the
/third_party/skia/tools/svg/
DREADME.md24 This python script parses txt files and downloads SVGs and images into a specified directory.
/third_party/re2/doc/
Dmksyntaxgo25 Package syntax parses regular expressions into parse trees and compiles
/third_party/e2fsprogs/debian/attic/libs/
Dcontrol72 This package includes a tool that parses a command table to generate
108 libuuid generates and parses 128-bit universally unique id's (UUID's),
/third_party/flutter/flutter/packages/flutter_driver/test/src/
Dtimeline_test.dart11 test('parses JSON', () {
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/
Dmain.go48 intrinsic-gen parses the <tint>/src/intrinsics.def file, then scans the project
/third_party/skia/third_party/externals/swiftshader/third_party/marl/cmake/
Dparse_version.cmake15 # parse_version() reads and parses the version string from FILE, assigning the
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.3.rst20 …lementation of ctags, thanks to Christopher Li. Now you can have a ctags that 'actually parses C'.
23 * Sparse now parses the '__regparm__' attribute just like 'regparm', fixing a warning with pthreads…
/third_party/ltp/tools/sparse/sparse-src/Documentation/
Ddata-structures.txt5 …e C parser exists in two main files: parse.c, which parses statements, and expression.c, which par…
/third_party/flutter/flutter/packages/flutter_tools/lib/src/dart/
Dpackage_map.dart35 /// Load and parses the .packages file.

12345678910