/third_party/boost/libs/metaparse/doc/ |
D | return_.qbk | 1 [#return_] 2 [section return_] 7 struct return_; 18 `return_` accepts every input. The result of parsing is `C`, the remaining 23 #include <boost/metaparse/return_.hpp> 30 get_result<return_<c>::apply<s, pos>>::type 34 get_remaining<return_<c>::apply<s, pos>>::type 38 get_position<return_<c>::apply<s, pos>>::type 44 #include <boost/metaparse/return_.hpp> 57 using optional_number = one_of<int_, return_<default_value>>;
|
D | if_.qbk | 33 one_of<last_of<p, return_<t>>, return_<f>>
|
D | reference.qbk | 49 * [link return_ return_] 352 [include return_.qbk]
|
D | keyword.qbk | 33 last_of<lit<c1>, /* ... */, lit<cn>, return_<r>>
|
/third_party/mesa3d/src/compiler/glsl/tests/ |
D | lower_jump_cases.py | 85 def return_(value = None): function 296 complex_if('', return_()) 315 complex_if('', return_()) 333 return_() 347 return_(const_float(1)) 360 complex_if('', return_(const_float(1))) + 361 return_(const_float(2)) 379 simple_if('a', return_(const_float(1)), 380 return_(const_float(2))) 402 complex_if('a', return_()) + [all …]
|
/third_party/boost/libs/metaparse/test/ |
D | return_.cpp | 22 using boost::metaparse::return_; 26 typedef apply_wrap2<return_<int1>, int2, int3> acc; 28 typedef return_<char_x> return_x;
|
D | foldl_start_with_parser.cpp | 72 using boost::metaparse::return_; 81 foldl_start_with_parser<P, return_<vector<> >, back_inserter>
|
D | foldl_reject_incomplete_start_with_parser.cpp | 76 using boost::metaparse::return_; 87 return_<vector<> >,
|
/third_party/boost/boost/metaparse/v1/ |
D | return_.hpp | 22 struct return_ struct 24 typedef return_ type; argument
|
D | foldr.hpp | 19 struct foldr : foldr_start_with_parser<P, return_<State>, BackwardOp> {};
|
D | foldr_reject_incomplete.hpp | 24 first_of<return_<State>, fail_at_first_char_expected<P> >,
|
D | keyword.hpp | 72 return_<ResultType>,
|
/third_party/boost/libs/metaparse/example/meta_hs/ |
D | token.hpp | 63 boost::metaparse::return_< 70 boost::metaparse::return_< 81 boost::metaparse::return_<
|
/third_party/mindspore/mindspore/core/ir/ |
D | func_graph_extends.cc | 60 if (force_new_ret || return_ == nullptr) { in set_output() 63 return_ = this_graph->NewCNodeInOrder(params); in set_output() 66 manager_.lock()->SetEdge(return_, 1, value); in set_output() 69 return_->set_input(first_data_index, value); in set_output() 73 return_->set_abstract(value->abstract()); in set_output() 74 AnfNodePtr input0 = return_->input(0); in set_output()
|
D | func_graph.h | 253 CNodePtr get_return() const final { return return_; } in get_return() 254 void set_return(const CNodePtr &cnode) final { return_ = cnode; } in set_return() 461 CNodePtr return_; variable
|
D | func_graph.cc | 48 return_(nullptr), in FuncGraph() 65 if (return_ != nullptr && return_->inputs().size() == return_input_num) { in output() 66 return return_->input(1); in output()
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
D | pool.h | 80 virtual void return_(Item*) = 0; 157 storage->return_(item); in reset() 237 MARL_NO_EXPORT inline void return_(Item*) override; 316 void BoundedPool<T, N, POLICY>::Storage::return_(Item* item) { in return_() function 363 MARL_NO_EXPORT inline void return_(Item*) override; 430 void UnboundedPool<T, POLICY>::Storage::return_(Item* item) { in return_() function
|
/third_party/python/Lib/test/test_importlib/import_/ |
D | test_caching.py | 54 def create_mock(self, *names, return_=None): argument 59 return return_
|
/third_party/boost/boost/metaparse/ |
D | return_.hpp | 15 using v1::return_;
|
/third_party/boost/boost/metaparse/v1/impl/ |
D | iterate_impl.hpp | 39 struct iterate_impl<0, P, Accum> : return_<Accum> {};
|
/third_party/boost/boost/metaparse/v1/cpp11/ |
D | sequence.hpp | 30 struct sequence<> : return_<boost::mpl::vector<>> {};
|
/third_party/boost/boost/metaparse/v1/cpp11/impl/ |
D | nth_of_c_skip_remaining.hpp | 29 return_<FinalResult>::template apply<S, Pos>
|
/third_party/boost/libs/metaparse/example/constexpr_parser/ |
D | main.cpp | 51 using boost::metaparse::return_; 271 return_<int_<impl<S>().value> >
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_unittest.cc | 114 conflicting_enum = protobuf_unittest::return_; in TEST()
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/ |
D | compiler.hpp | 214 void return_(); 215 void return_(value v);
|