Home
last modified time | relevance | path

Searched refs:add_ (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/libs/spirit/classic/example/intermediate/
Dparameters.cpp122 symbols_with_data(symbol_inserter_t const &add_, InitT const &data_) : in symbols_with_data() argument
123 add(add_), data(as_actor<InitT>::convert(data_)) in symbols_with_data()
143 symbols_gen(symbol_inserter<T, BOOST_SPIRIT_CLASSIC_NS::impl::tst<T, CharT> > const &add_, in symbols_gen() argument
146 return symbols_with_data<T, InitT>(add_, data_); in symbols_gen()
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dlexer.hpp91 bool add_(std::string const& keyword, int id = token_ids::invalid);
100 l.add_(keyword, id); in operator ()()
Dlexer.cpp16 template bool client::lexer::conjure_tokens<base_iterator_type>::add_(
Dlexer_def.hpp82 bool conjure_tokens<BaseIterator>::add_( in add_() function in client::lexer::conjure_tokens
/third_party/protobuf/src/google/protobuf/
Dlite_unittest.cc177 msg1 = generator.add_##FIELD(); \ in TEST()
178 msg2 = generator.add_##FIELD(); \ in TEST()
179 msg3 = generator.add_##FIELD(); \ in TEST()
190 msg1 = generator.add_##FIELD()->mutable_field1(); \ in TEST()
191 msg2 = generator.add_##FIELD()->mutable_field1(); \ in TEST()
192 msg3 = generator.add_##FIELD()->mutable_field1(); \ in TEST()
Dmessage_unittest.inc442 msg1 = generator.add_##FIELD(); \
443 msg2 = generator.add_##FIELD(); \
444 msg3 = generator.add_##FIELD(); \
455 msg1 = generator.add_##FIELD()->mutable_field1(); \
456 msg2 = generator.add_##FIELD()->mutable_field1(); \
457 msg3 = generator.add_##FIELD()->mutable_field1(); \
Dtest_util.inc69 // the add_*() accessors.
/third_party/boost/libs/icl/example/large_bitset_/
Dlarge_bitset.hpp109 …large_bitset& add (const interval_type& rhs){return segment_apply(&large_bitset::add_, r… in add()
198 …void add_(DomainT lo, DomainT up, BitSetT bits){_map += value_type(interval_type::right_open… in add_() function in mini::large_bitset
/third_party/libsoup/libsoup/
DSoup-2.4.metadata20 add_* skip=false type="unowned GLib.TimeoutSource"
/third_party/ffmpeg/
Dconfigure5618 add_${pfx}cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600
5621 add_${pfx}cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600
5625 add_${pfx}cppflags -U__STRICT_ANSI__ -D_XOPEN_SOURCE=600
5633 add_${pfx}cppflags -U__STRICT_ANSI__ -D__USE_MINGW_ANSI_STDIO=1
5635 add_${pfx}cppflags -D__printf__=__gnu_printf__
5637 add_${pfx}cppflags -D_WIN32_WINNT=0x0600
5638 add_${pfx}cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600
5645 add_${pfx}cppflags -U__STRICT_ANSI__ -D__USE_MINGW_ANSI_STDIO=1
5647 add_${pfx}cppflags -D__MSVCRT_VERSION__=0x0700
5649 add_${pfx}cppflags -D_WIN32_WINNT=0x0600
[all …]
/third_party/boost/libs/log/doc/
Dcore.qbk71 …tribute`. Attribute sets provide interface similar to `std::map`, so the `add_*` methods accept an…
91 …e core, all iterators that were previously returned by the corresponding `add_*` methods are inval…
/third_party/python/Doc/library/
Demail.contentmanager.rst106 encoding, and it enables the use of the various ``add_`` methods, thereby
Demail.compat32-message.rst582 replaced by the ``make_`` and ``add_`` methods.
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst730 - anv/image: Further split add_*_surface funcs (v2)