Searched refs:nested_ (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/boost/spirit/home/classic/meta/ |
D | refactoring.hpp | 68 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/ |
D | nested_xxx_if_not_ph.hpp | 24 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/ |
D | errors.py | 31 self.nested_ = nested 35 if self.nested_: 37 for n in self.nested_:
|
/third_party/boost/boost/proto/detail/ |
D | decltype.hpp | 60 … 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/ |
D | text_format.h | 522 NestedMap nested_; variable
|
D | text_format.cc | 136 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()
|