Home
last modified time | relevance | path

Searched refs:nested_ (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/spirit/home/classic/meta/
Drefactoring.hpp68 refactor_unary_parser(BinaryT const& binary_, NestedT const& nested_) in refactor_unary_parser() argument
69 : binary(binary_), nested(nested_) {} in refactor_unary_parser()
95 refactor_unary_gen(NestedT const& nested_ = non_nested_refactoring()) in refactor_unary_gen() argument
96 : nested(nested_) {} in refactor_unary_gen()
151 refactor_action_parser(BinaryT const& binary_, NestedT const& nested_) in refactor_action_parser() argument
152 : binary(binary_), nested(nested_) {} in refactor_action_parser()
178 refactor_action_gen(NestedT const& nested_ = non_nested_refactoring()) in refactor_action_gen() argument
179 : nested(nested_) {} in refactor_action_gen()
233 attach_action_parser(ActionT const& actor_, NestedT const& nested_) in attach_action_parser() argument
234 : actor(actor_), nested(nested_) {} in attach_action_parser()
[all …]
/third_party/boost/boost/flyweight/detail/
Dnested_xxx_if_not_ph.hpp24 struct nested_##name##_if_not_placeholder_expression_helper \
30 struct nested_##name##_if_not_placeholder_expression \
34 nested_##name##_if_not_placeholder_expression_helper, \
/third_party/boost/tools/build/src/build/
Derrors.py31 self.nested_ = nested
35 if self.nested_:
37 for n in self.nested_:
/third_party/boost/boost/proto/detail/
Ddecltype.hpp60 … BOOST_PROTO_DECLTYPE_NESTED_TYPEDEF_TPL_(BOOST_PP_CAT(nested_, TYPE), (EXPR)) \
61 typedef typename BOOST_PP_CAT(nested_, TYPE)::type TYPE;
/third_party/protobuf/src/google/protobuf/
Dtext_format.h522 NestedMap nested_; variable
Dtext_format.cc136 auto& vec = nested_[field]; in CreateNested()
178 auto it = nested_.find(field); in GetTreeForNested()
179 if (it == nested_.end() || index >= it->second.size()) { in GetTreeForNested()