HomeSort by relevance Sort by last modified time
    Searched full:overload (Results 426 - 450 of 776) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 159 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;
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 13 #include "clang/Sema/Overload.h"
509 // an unrelated class, and for us to find an overload set including
511 // we actually pick through overload resolution is from a superclass.
    [all...]
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
functional     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
functional     [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
functional     [all...]
future 80 /// Overload for make_error_code.
85 /// Overload for make_error_condition.
    [all...]
  /external/guava/guava/src/com/google/common/collect/
Lists.java 172 * (Unlike here, there is no risk of overload ambiguity, since the {@code
302 * {@code (Foo firstFoo, Foo... moreFoos)}, in order to avoid overload
344 * overload ambiguity or to enforce a minimum argument count.
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Lists.java 170 * (Unlike here, there is no risk of overload ambiguity, since the {@code
268 * {@code (Foo firstFoo, Foo... moreFoos)}, in order to avoid overload
310 * overload ambiguity or to enforce a minimum argument count.
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 181 OverloadsShown ShowOverloads; // Which overload candidates to show.
485 /// \brief Specify which overload candidates to show when overload resolution
    [all...]
  /external/clang/lib/AST/
NSAPI.cpp 468 case BuiltinType::Overload:
  /external/clang/test/CXX/class.access/
p4.cpp 8 // the function selected by overload resolution.
  /external/clang/test/SemaCXX/
new-delete.cpp 285 // Don't diagnose access for overload candidates that aren't selected.
  /external/clang/test/SemaTemplate/
dependent-names.cpp 407 // Create some overloaded operators so we build an overload operator call
  /external/deqp/framework/common/
tcuTestLog.hpp 466 // Overload stream operator to implement custom format
  /external/deqp/modules/gles31/functional/
es31fShaderMultisampleInterpolationTests.cpp     [all...]
  /external/e2fsprogs/misc/
fsck.8.in 369 starting too many file system checkers at once, which might overload
  /external/eigen/Eigen/src/Core/products/
CoeffBasedProduct.h 223 // here we need to overload the nested rule for products
  /external/emma/core/java12/com/vladium/emma/rt/
InstrClassLoader.java 249 classURL = getResource (classResource); // important to hook into URLClassLoader's overload of this so that Class-Path manifest attributes are processed etc
  /external/gtest/src/
gtest-printers.cc 320 // of unsigned short. Defining an overload for const wchar_t* in that case
  /external/guava/guava/src/com/google/common/io/
CharSource.java 278 * overload if possible.
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Normalizer2.java 180 // TODO: If callers really use this API, then we should add an overload that takes a ByteBuffer.
  /external/icu/icu4c/source/common/
servloc.h 446 // redeclare because of overload resolution rules?
  /external/icu/icu4c/source/common/unicode/
resbund.h 441 * @deprecated ICU 2.8 Use getLocale(ULocDataLocaleType type, UErrorCode &status) overload instead.
  /external/icu/icu4c/source/i18n/unicode/
coll.h 330 * @deprecated ICU 2.6 use the overload with UErrorCode &
361 * @deprecated ICU 2.6 use the overload with UErrorCode &
416 * @deprecated ICU 2.6 use the overload with UErrorCode &
697 * If collators might have been registered, use the overload of getAvailableLocales
    [all...]

Completed in 1166 milliseconds

<<11121314151617181920>>