Home
last modified time | relevance | path

Searched refs:_constant (Results 1 – 7 of 7) sorted by relevance

/third_party/flatbuffers/docs/source/
DGrammar.md9 include = `include` string\_constant `;`
34 enumval\_decl = ident [ `=` integer\_constant ]
38 scalar = boolean\_constant | integer\_constant | float\_constant
42 single\_value = scalar | string\_constant
48 file_extension_decl = `file_extension` string\_constant `;`
50 file_identifier_decl = `file_identifier` string\_constant `;`
52 string\_constant = `\".*?\"`
60 dec\_integer\_constant = `[-+]?[:digit:]+`
62 hex\_integer\_constant = `[-+]?0[xX][:xdigit:]+`
64 integer\_constant = dec\_integer\_constant | hex\_integer\_constant
[all …]
/third_party/boost/libs/hana/test/range/
Dmake.cpp18 hana::make<hana::range_tag>(hana::test::_constant<1>{}, hana::test::_constant<4>{}), in main()
/third_party/boost/libs/hana/test/_include/laws/
Dcomparable.hpp125 using x = _constant<i>;
Dfunctor.hpp88 test::_constant<0> v{}; in TestFunctor()
Dbase.hpp277 struct _constant struct
Dfoldable.hpp138 using x = _constant<i>;
141 using ord = _constant<i>;
Dsearchable.hpp155 using x = _constant<i>;