Home
last modified time | relevance | path

Searched refs:argN (Results 1 – 19 of 19) sorted by relevance

/third_party/boost/boost/format/
Dformat_implementation.hpp162 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()
Dparsing.hpp516 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()
Dformat_class.hpp110 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);
Dinternals_fwd.hpp39 int argN, const T& val);
/third_party/boost/libs/spirit/doc/qi/
Droman.qbk108 result(argN, argN,..., argN)
Dconcepts.qbk384 [[`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/
Darguments.qbk24 `argN` returns the Nth argument. Examples:
/third_party/skia/third_party/externals/opengl-registry/extensions/ATI/
DATI_fragment_shader.txt118 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/
DATI_fragment_shader.txt118 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/
Dconcepts.qbk400 [[`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/
Dcore.qbk126 `arg1`..`argN`, and its __bll__ counterpart `_1`..`_N`. (where N is a predefined
129 Here are some sample preset definitions of `arg1`..`argN`
Doperator.qbk72 Lazy-operator application is highly contagious. In most cases, a single `argN`
Dscope.qbk235 As far as the arguments are concerned (arg1..argN), the scope in which the
/third_party/boost/libs/phoenix/doc/inside/
Dactor.qbk51 [`actor(arg0, arg1, ..., argN)`]
/third_party/boost/tools/quickbook/doc/
Dblock.qbk672 [template sample[arg1 arg2...argN] replacement text... ]
678 [template sample[arg1 arg2...argN]
/third_party/openGLES/extensions/NV/
DNV_half_float.txt189 ( [args ,] T arg1, ... , T argN [, args]);
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_half_float.txt189 ( [args ,] T arg1, ... , T argN [, args]);
/third_party/boost/tools/quickbook/test/
Dquickbook_manual-1_4.quickbook1192 [template sample[arg1 arg2...argN] replacement text... ]
1198 [template sample[arg1 arg2...argN]
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch155798 + args, in which case it posts {type, data:[arg1...argN]}.