/third_party/boost/boost/format/ |
D | format_implementation.hpp | 162 clear_bind (int argN) { in clear_bind() argument 164 if(argN<1 || argN > num_args_ || bound_.size()==0 || !bound_[argN-1] ) { in clear_bind() 166 boost::throw_exception(io::out_of_range(argN, 1, num_args_+1 ) ); in clear_bind() 169 bound_[argN-1]=false; in clear_bind() 276 bind_arg_body (basic_format<Ch, Tr, Alloc>& self, int argN, const T& val) { in bind_arg_body() argument 281 if(argN<1 || argN > self.num_args_) { in bind_arg_body() 283 boost::throw_exception(io::out_of_range(argN, 1, self.num_args_+1 ) ); in bind_arg_body() 291 self.cur_arg_ = argN-1; // arrays begin at 0 in bind_arg_body() 299 self.bound_[argN-1]=true; in bind_arg_body() 300 if(self.cur_arg_ == argN-1 ) { in bind_arg_body()
|
D | parsing.hpp | 516 int argN=items_[cur_item].argN_; in parse() local 517 if(argN == format_item_t::argN_ignored) in parse() 519 if(argN ==format_item_t::argN_no_posit) in parse() 521 else if(argN == format_item_t::argN_tabulation) special_things=true; in parse() 522 else if(argN > max_argN) max_argN = argN; in parse()
|
D | format_class.hpp | 110 basic_format& bind_arg(int argN, const T& val) in bind_arg() argument 111 { return io::detail::bind_arg_body(*this, argN, val); } in bind_arg() 112 basic_format& clear_bind(int argN);
|
D | internals_fwd.hpp | 39 int argN, const T& val);
|
/third_party/boost/libs/spirit/doc/qi/ |
D | roman.qbk | 108 result(argN, argN,..., argN)
|
D | concepts.qbk | 384 [[`arg1`, `arg2`, ..., `argN`] [__qi_lazy_arguments__ that evaluate to each of 396 [[`x(arg1, arg2, ..., argN)`][In a parser expression, invoke Nonterminal `r` 398 `arg1` ... `argN`] [`X`]]
|
/third_party/boost/libs/phoenix/doc/starter_kit/ |
D | arguments.qbk | 24 `argN` returns the Nth argument. Examples:
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ATI/ |
D | ATI_fragment_shader.txt | 118 Accepted by the <dst> and <argN> parameters of 131 the <argN> parameter of ColorFragmentOp[1..3]ATI and 166 Accepted by the <argN> parameter of ColorFragmentOp[1..3]ATI and 555 The <argN> parameter specifies the source argument. The source can 699 <argN> passed to ColorFragmentOp[1..3]ATI or 724 if <argN> is SECONDARY_INTERPOLATOR_ATI and <argNRep> is ALPHA, or 725 by AlphaFragmentOp[1..3]ATI if <argN> is SECONDARY_INTERPOLATOR_ATI 727 DOT4_ATI and <argN> is SECONDARY_INTERPOLATOR_ATI and <argNRep> is 731 AlphaFragmentOp3ATI if all three <argN> parameters are constants, 750 The error INVALID_ENUM is generated if <argN> passed to
|
/third_party/openGLES/extensions/ATI/ |
D | ATI_fragment_shader.txt | 118 Accepted by the <dst> and <argN> parameters of 131 the <argN> parameter of ColorFragmentOp[1..3]ATI and 166 Accepted by the <argN> parameter of ColorFragmentOp[1..3]ATI and 555 The <argN> parameter specifies the source argument. The source can 699 <argN> passed to ColorFragmentOp[1..3]ATI or 724 if <argN> is SECONDARY_INTERPOLATOR_ATI and <argNRep> is ALPHA, or 725 by AlphaFragmentOp[1..3]ATI if <argN> is SECONDARY_INTERPOLATOR_ATI 727 DOT4_ATI and <argN> is SECONDARY_INTERPOLATOR_ATI and <argNRep> is 731 AlphaFragmentOp3ATI if all three <argN> parameters are constants, 750 The error INVALID_ENUM is generated if <argN> passed to
|
/third_party/boost/libs/spirit/doc/karma/ |
D | concepts.qbk | 400 [[`arg1`, `arg2`, ..., `argN`] [__karma_lazy_arguments__ that evaluate to each of 412 [[`x(arg1, arg2, ..., argN)`][In a generator expression, invoke Nonterminal `x` 414 `arg1`...`argN`] [`X`]]
|
/third_party/boost/libs/phoenix/doc/modules/ |
D | core.qbk | 126 `arg1`..`argN`, and its __bll__ counterpart `_1`..`_N`. (where N is a predefined 129 Here are some sample preset definitions of `arg1`..`argN`
|
D | operator.qbk | 72 Lazy-operator application is highly contagious. In most cases, a single `argN`
|
D | scope.qbk | 235 As far as the arguments are concerned (arg1..argN), the scope in which the
|
/third_party/boost/libs/phoenix/doc/inside/ |
D | actor.qbk | 51 [`actor(arg0, arg1, ..., argN)`]
|
/third_party/boost/tools/quickbook/doc/ |
D | block.qbk | 672 [template sample[arg1 arg2...argN] replacement text... ] 678 [template sample[arg1 arg2...argN]
|
/third_party/openGLES/extensions/NV/ |
D | NV_half_float.txt | 189 ( [args ,] T arg1, ... , T argN [, args]);
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_half_float.txt | 189 ( [args ,] T arg1, ... , T argN [, args]);
|
/third_party/boost/tools/quickbook/test/ |
D | quickbook_manual-1_4.quickbook | 1192 [template sample[arg1 arg2...argN] replacement text... ] 1198 [template sample[arg1 arg2...argN]
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 155798 + args, in which case it posts {type, data:[arg1...argN]}.
|