Home
last modified time | relevance | path

Searched refs:overload (Results 1 – 25 of 41) 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/caliper/examples/src/main/java/examples/
DCharacterBenchmark.java31 @Param private Overload overload; field in CharacterBenchmark
56 if (overload == Overload.CHAR) { in isSpace()
73 if (overload == Overload.CHAR) { in digit()
89 if (overload == Overload.CHAR) { in getNumericValue()
105 if (overload == Overload.CHAR) { in isDigit()
121 if (overload == Overload.CHAR) { in isIdentifierIgnorable()
137 if (overload == Overload.CHAR) { in isJavaIdentifierPart()
153 if (overload == Overload.CHAR) { in isJavaIdentifierStart()
169 if (overload == Overload.CHAR) { in isLetter()
185 if (overload == Overload.CHAR) { in isLetterOrDigit()
[all …]
/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() argument
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/clang/include/clang/Basic/
DAttrDocs.td190 which overload is selected based on the values of the function's arguments.
207 overload candidate could not be selected to be displayed in diagnostics. The
217 evaluation, then this overload will not be chosen and the provided string may
241 share ODR-equivalent enable_if expressions, the overload resolution is
242 ambiguous. Otherwise, enable_if overload resolution continues with the next
245 overload out of a number of viable overloads using enable_if.
315 ``pass_object_size`` plays a part in overload resolution. If two overload
316 candidates are otherwise equally good, then the overload with one or more
327 // OK -- overload A has no parameters with pass_object_size.
329 // Error -- Same signature (sans pass_object_size) as overload B, and both
[all …]
DOperatorKinds.def101 // ?: can *not* be overloaded, but we need the overload
/external/deqp/doc/testspecs/GLES31/
Dfunctional.shaders.arrays_of_arrays.txt43 overload functions
/external/clang/include/clang/AST/
DCommentCommands.td221 def Overload : DeclarationVerbatimLineCommand<"overload">;
DBuiltinTypes.def195 // The type of an unresolved overload set. A placeholder type.
/external/libxml2/os400/libxmlrpg/
Dxmlmemory.rpgle135 * 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/
DSTYLE.md135 success and zero on error. Do not overload the return value to both
/external/vulkan-validation-layers/tests/gtest-1.7.0/cmake/
Dinternal_utils.cmake66 # Resolved overload was found by argument-dependent lookup.
/external/google-breakpad/src/testing/gtest/cmake/
Dinternal_utils.cmake66 # Resolved overload was found by argument-dependent lookup.
/external/gmock/include/gmock/
Dgmock-generated-matchers.h.pump254 // arguments for function templates, so we have to overload it.
565 // You can overload matchers with different numbers of parameters:
/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:
/external/tinyxml/
Dchanges.txt58 should take stream references: I agree, and would like to overload

12