Searched refs:overload (Results 1 - 25 of 25) sorted by relevance

/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DMismatchedTokenException.pm7 use overload
H A DMissingTokenException.pm5 use overload
H A DUnwantedTokenException.pm5 use overload
H A DCommonToken.pm7 use overload
H A DCommonTokenStream.pm13 use overload
H A DBitSet.pm10 use overload
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/backportPP/
H A DBoolean.pm11 This module exists only to provide overload resolution for Storable
/external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/backportPP/
H A DBoolean.pm11 This module exists only to provide overload resolution for Storable
/external/chromium_org/third_party/JSON/out/lib/perl5/JSON/backportPP/
H A DBoolean.pm11 This module exists only to provide overload resolution for Storable
/external/dnsmasq/contrib/wrt/
H A Ddhcp_lease_time.c98 unsigned char *ret, *overload; local
104 /* look for overload option. */
105 if (!(overload = option_find1(&mess->options[0], ((unsigned char *)mess) + size, OPTION_OVERLOAD, 1)))
109 if ((overload[2] & 1) &&
114 if ((overload[2] & 2) &&
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas112 procedure Rewind(const Marker: Integer); overload;
125 procedure Rewind; overload;
347 function ToString(const Start, Stop: Integer): String; overload;
355 function ToString(const Start, Stop: IToken): String; overload;
469 function ToString: String; overload;
470 function ToString(const TokenNames: TStringArray): String; overload;
817 procedure ConsumeUntil(const Input: IIntStream; const TokenType: Integer); overload;
820 procedure ConsumeUntil(const Input: IIntStream; const BitSet: IBitSet); overload;
833 //function GetRuleInvocationStack: IList<IANTLRInterface>; overload;
847 // const RecognizerClassName: String): IList<IANTLRInterface>; overload;
[all...]
H A DAntlr.Runtime.Tree.pas73 function CreateNode(const Payload: IToken): IANTLRInterface; overload;
162 function BecomeRoot(const NewRoot, OldRoot: IANTLRInterface): IANTLRInterface; overload;
209 function BecomeRoot(const NewRoot: IToken; const OldRoot: IANTLRInterface): IANTLRInterface; overload;
217 function CreateNode(const TokenType: Integer; const FromToken: IToken): IANTLRInterface; overload;
226 const Text: String): IANTLRInterface; overload;
234 function CreateNode(const TokenType: Integer; const Text: String): IANTLRInterface; overload;
369 function ToString(const Start, Stop: IANTLRInterface): String; overload;
370 function ToString: String; overload;
561 procedure SanityCheckParentAndChildIndexes; overload;
563 const I: Integer); overload;
[all...]
H A DAntlr.Runtime.Tools.pas143 procedure AddRange(const Values: array of T); overload;
144 procedure AddRange(const Collection: IEnumerable<T>); overload;
145 procedure AddRange(Collection: TEnumerable<T>); overload;
146 procedure AddRange(const List: IList<T>); overload;
150 procedure InsertRange(Index: Integer; const Values: array of T); overload;
151 procedure InsertRange(Index: Integer; const Collection: IEnumerable<T>); overload;
152 procedure InsertRange(Index: Integer; const Collection: TEnumerable<T>); overload;
153 procedure InsertRange(Index: Integer; const List: IList<T>); overload;
168 procedure Sort; overload;
169 procedure Sort(const AComparer: IComparer<T>); overload;
[all...]
H A DAntlr.Runtime.Collections.pas117 constructor Create; overload;
118 constructor Create(const ACapacity: Integer); overload;
156 class function ListToString(const Coll: IList<IANTLRInterface>): String; overload; static;
157 class function ListToString(const Coll: IList<String>): String; overload; static;
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
H A Dv8_interface.py245 # Add overload information only to overloaded methods, so template code can
274 overload['number_of_required_arguments']
275 for overload in overloads),
282 # FIXME: Blink's overload resolution algorithm is incorrect, per:
285 # 1. Compute effective overload set.
341 'is_variadic': False, # Required for overload resolution
371 'is_nullable': False, # Required for overload resolution
373 'is_strict_type_checking': False, # Required for overload resolution
/external/dnsmasq/src/
H A Drfc2131.c1475 unsigned char *ret, *overload; local
1481 /* look for overload option. */
1482 if (!(overload = option_find1(&mess->options[0] + sizeof(u32), ((unsigned char *)mess) + size, OPTION_OVERLOAD, 1)))
1486 if ((overload[2] & 1) &&
1491 if ((overload[2] & 2) &&
1552 unsigned char *overload; local
1587 overload = find_overload(mess);
1589 if (overload && (option_uint(overload, 0, 1) & 1))
1598 if (overload
1637 unsigned char *overload; local
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
H A DDelphi.stg159 constructor Create; overload;
160 constructor Create(const AInput: ICharStream<grammar.delegators:{g|; const A<g:delegateName()>: IBaseRecognizer{<g.recognizerName>}}>); overload;
161 constructor Create(const AInput: ICharStream; const AState: IRecognizerSharedState<grammar.delegators:{g|; const A<g:delegateName()>: IBaseRecognizer{<g.recognizerName>}}>); overload;
341 constructor Create(const AInput: <inputStreamType><grammar.delegators:{g|; const A<g:delegateName()>: IBaseRecognizer{<g.recognizerName>}}>); overload;
342 constructor Create(const AInput: <inputStreamType>; const AState: IRecognizerSharedState<grammar.delegators:{g|; const A<g:delegateName()>: IBaseRecognizer{<g.recognizerName>}}>); overload;
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/
H A DbackportPP.pm9 use overload ();
422 if ((overload::StrVal($value) =~ /=(\w+)/)[0]) {
1411 use overload (
/external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/
H A DbackportPP.pm9 use overload ();
422 if ((overload::StrVal($value) =~ /=(\w+)/)[0]) {
1411 use overload (
/external/chromium_org/third_party/JSON/out/lib/perl5/JSON/
H A DbackportPP.pm9 use overload ();
422 if ((overload::StrVal($value) =~ /=(\w+)/)[0]) {
1411 use overload (
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dcode_generator_v8.pm2166 # FIXME: Implement WebIDL overload resolution algorithm.
2242 # Generate code for choosing the correct overload to call. Overloads are
2245 # overload is applicable, precedence is given according to the order of
2264 foreach my $overload (@{$function->{overloads}}) {
2265 my ($numMandatoryParams, $parametersCheck) = GenerateFunctionParametersCheck($overload);
2268 my $overloadedIndexString = $overload->{overloadIndex};
2826 # overload set for constructors. In other words, use the lowest number of mandatory arguments among
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex176 overload of CPU processing capabilities on the replay system. (Refer to
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/
H A DJSON.pm248 # if called after install module, overload is disable.... why?
282 # if called after install module, overload is disable.... why?
355 use overload (
/external/chromium_org/third_party/JSON/JSON-2.59/lib/
H A DJSON.pm248 # if called after install module, overload is disable.... why?
282 # if called after install module, overload is disable.... why?
355 use overload (
/external/chromium_org/third_party/JSON/out/lib/perl5/
H A DJSON.pm248 # if called after install module, overload is disable.... why?
282 # if called after install module, overload is disable.... why?
355 use overload (

Completed in 993 milliseconds