Searched refs:parses (Results 1 – 25 of 244) sorted by relevance
12345678910
/third_party/boost/libs/vmd/doc/ |
D | vmd_modifiers_return_type.qbk | 33 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 …]
|
D | vmd_sequence.qbk | 215 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/ |
D | trace.cc | 189 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/ |
D | manual.qbk | 60 * 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 …]
|
D | parser.qbk | 11 The function parses a prefix of the input string.
|
D | build_parser.qbk | 19 takes an input string, parses it with `P` and returns the result of parsing. It
|
D | token.qbk | 18 `token` parses the input using `P` when it succeeds, `token` consumes all
|
D | entire_input.qbk | 19 It parses the input using `P` and checks if it consumes the entire input. If `P`
|
D | transform.qbk | 19 `transform` parses the input using `P` and transforms the result `P` returns
|
/third_party/flutter/skia/tools/svg/ |
D | README.md | 19 This python script parses txt files and downloads SVGs into a specified directory.
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/ |
D | flutter_manifest_test.dart | 401 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/ |
D | README | 14 - kateparse: parses Kate streams
|
/third_party/boost/libs/spirit/doc/x3/tutorial/ |
D | employee.qbk | 103 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/ |
D | employee.qbk | 78 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/ |
D | README.md | 55 * `_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/ |
D | README.md | 3 This application parses a JSON policy passed on stdin and emits the
|
/third_party/skia/tools/svg/ |
D | README.md | 24 This python script parses txt files and downloads SVGs and images into a specified directory.
|
/third_party/re2/doc/ |
D | mksyntaxgo | 25 Package syntax parses regular expressions into parse trees and compiles
|
/third_party/e2fsprogs/debian/attic/libs/ |
D | control | 72 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/ |
D | timeline_test.dart | 11 test('parses JSON', () {
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/ |
D | main.go | 48 intrinsic-gen parses the <tint>/src/intrinsics.def file, then scans the project
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/cmake/ |
D | parse_version.cmake | 15 # parse_version() reads and parses the version string from FILE, assigning the
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.3.rst | 20 …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/ |
D | data-structures.txt | 5 …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/ |
D | package_map.dart | 35 /// Load and parses the .packages file.
|
12345678910