Home
last modified time | relevance | path

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

12

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas112 procedure Rewind(const Marker: Integer); overload;
125 procedure Rewind; overload;
347 function ToString(const Start, Stop: Integer): String; overload; in ToString()
355 function ToString(const Start, Stop: IToken): String; overload; in ToString()
469 function ToString: String; overload; in ToString()
470 function ToString(const TokenNames: TStringArray): String; overload; in ToString()
817 procedure ConsumeUntil(const Input: IIntStream; const TokenType: Integer); overload;
820 procedure ConsumeUntil(const Input: IIntStream; const BitSet: IBitSet); overload;
965 function GetTokens: IList<IToken>; overload; in GetTokens()
966 function GetTokens(const Start, Stop: Integer): IList<IToken>; overload; in GetTokens()
[all …]
DAntlr.Runtime.Tree.pas73 function CreateNode(const Payload: IToken): IANTLRInterface; overload; in CreateNode()
162 function BecomeRoot(const NewRoot, OldRoot: IANTLRInterface): IANTLRInterface; overload; in BecomeRoot()
209 …ction BecomeRoot(const NewRoot: IToken; const OldRoot: IANTLRInterface): IANTLRInterface; overload; in BecomeRoot()
217 … function CreateNode(const TokenType: Integer; const FromToken: IToken): IANTLRInterface; overload; in CreateNode()
226 const Text: String): IANTLRInterface; overload;
234 function CreateNode(const TokenType: Integer; const Text: String): IANTLRInterface; overload; in CreateNode()
369 function ToString(const Start, Stop: IANTLRInterface): String; overload; in ToString()
370 function ToString: String; overload; in ToString()
561 procedure SanityCheckParentAndChildIndexes; overload;
563 const I: Integer); overload;
[all …]
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 …]
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; in ListToString()
157 class function ListToString(const Coll: IList<String>): String; overload; static; in ListToString()
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp5-generic-lambda-1y.cpp14 template <class F1, class F2> struct overload : F1, F2 { struct
17 overload(F1 f1, F2 f2) : F1(f1), F2(f2) { } in overload() function
26 overload<decltype(Base), decltype(NumParams)> O(Base, NumParams);
32 template <class F1, class F2> struct overload : F1, F2 { struct
35 overload(F1 f1, F2 f2) : F1(f1), F2(f2) { } in overload() function
44 overload<decltype(Base), decltype(NumParams)> O(Base, NumParams);
/external/dnsmasq/contrib/wrt/
Ddhcp_lease_time.c98 unsigned char *ret, *overload; in option_find() local
105 …if (!(overload = option_find1(&mess->options[0], ((unsigned char *)mess) + size, OPTION_OVERLOAD, … in option_find()
109 if ((overload[2] & 1) && in option_find()
114 if ((overload[2] & 2) && in option_find()
/external/dnsmasq/src/
Drfc2131.c1475 unsigned char *ret, *overload; in option_find() local
1482 …if (!(overload = option_find1(&mess->options[0] + sizeof(u32), ((unsigned char *)mess) + size, OPT… in option_find()
1486 if ((overload[2] & 1) && in option_find()
1491 if ((overload[2] & 2) && in option_find()
1552 unsigned char *overload; in dhcp_packet_size() local
1587 overload = find_overload(mess); in dhcp_packet_size()
1589 if (overload && (option_uint(overload, 0, 1) & 1)) in dhcp_packet_size()
1598 if (overload && (option_uint(overload, 0, 1) & 2)) in dhcp_packet_size()
1637 unsigned char *overload; in free_space() local
1639 if (!(overload = find_overload(mess)) && in free_space()
[all …]
/external/clang/test/SemaObjCXX/
Dunknown-anytype.mm47 // - get this call through overload resolution somehow,
Doverload.mm173 // it's okay to overload Class with id.
/external/deqp/doc/testspecs/GLES31/
Dfunctional.shaders.arrays_of_arrays.txt43 overload functions
/external/clang/docs/
DAttributeReference.rst245 which overload is selected based on the values of the function's arguments.
262 overload candidate could not be selected to be displayed in diagnostics. The
272 evaluation, then this overload will not be chosen and the provided string may
296 share ODR-equivalent enable_if expressions, the overload resolution is
297 ambiguous. Otherwise, enable_if overload resolution continues with the next
300 overload out of a number of viable overloads using enable_if.
618 to pick the best overload given the call arguments, with a few C-specific
/external/clang/include/clang/Basic/
DOperatorKinds.def101 // ?: can *not* be overloaded, but we need the overload
DAttrDocs.td185 which overload is selected based on the values of the function's arguments.
202 overload candidate could not be selected to be displayed in diagnostics. The
212 evaluation, then this overload will not be chosen and the provided string may
236 share ODR-equivalent enable_if expressions, the overload resolution is
237 ambiguous. Otherwise, enable_if overload resolution continues with the next
240 overload out of a number of viable overloads using enable_if.
280 to pick the best overload given the call arguments, with a few C-specific
/external/clang/include/clang/AST/
DCommentCommands.td221 def Overload : DeclarationVerbatimLineCommand<"overload">;
DBuiltinTypes.def177 // The type of an unresolved overload set. A placeholder type.
/external/libxml2/os400/libxmlrpg/
Dxmlmemory.rpgle134 * The way to overload the existing functions.
/external/eigen/doc/
DStructHavingEigenMembers.dox9 …icFixedSizeVectorizable "fixed-size vectorizable Eigen types", you must overload its "operator new…
/external/llvm/utils/vim/
Dvimrc202 " An overload candidate. Use a crazy hack to get vim to
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DDelphi.stg159 constructor Create; overload;
160 …rammar.delegators:{g|; const A<g:delegateName()>: IBaseRecognizer{<g.recognizerName>}}>); overload;
161 …rammar.delegators:{g|; const A<g:delegateName()>: IBaseRecognizer{<g.recognizerName>}}>); overload;
341 …rammar.delegators:{g|; const A<g:delegateName()>: IBaseRecognizer{<g.recognizerName>}}>); overload;
342 …rammar.delegators:{g|; const A<g:delegateName()>: IBaseRecognizer{<g.recognizerName>}}>); overload;
/external/boringssl/src/
DSTYLE136 success and zero on error. Do not overload the return value to both
/external/google-breakpad/src/testing/gtest/cmake/
Dinternal_utils.cmake66 # Resolved overload was found by argument-dependent lookup.
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-matchers.h.pump309 // arguments for function templates, so we have to overload it.
596 // You can overload matchers with different numbers of parameters:
Dgmock-generated-actions.h.pump285 // function templates, so we have to overload it.
395 // You can also overload actions with different numbers of parameters:
/external/tinyxml/
Dchanges.txt58 should take stream references: I agree, and would like to overload
/external/libxml2/
DTODO161 - Added a clean mechanism for overload or added input methods:

12