HomeSort by relevance Sort by last modified time
    Searched refs:Overloaded (Results 1 - 11 of 11) sorted by null

  /external/chromium/testing/gmock/test/
gmock-generated-function-mockers_test.cc 238 // Tests mocking functions overloaded on the number of arguments.
249 // Tests mocking functions overloaded on the types of argument.
260 // Tests mocking functions overloaded on the const-ness of this object.
301 // Tests mocking functions overloaded on the const-ness of this object.
447 MOCK_METHOD0(Overloaded, void()); \
448 MOCK_CONST_METHOD1(Overloaded, int(int n)); \
449 MOCK_METHOD2(Overloaded, bool(bool f, int n))
463 EXPECT_CALL(mock, Overloaded());
464 EXPECT_CALL(mock, Overloaded(1)).WillOnce(Return(2));
465 EXPECT_CALL(mock, Overloaded(true, 1)).WillOnce(Return(true))
    [all...]
  /external/clang/include/clang/AST/
TemplateName.h 39 /// \brief Implementation class used to describe either a set of overloaded
44 Overloaded,
72 return Bits.Kind == Overloaded
91 /// overloaded template name.
96 : UncommonTemplateNameStorage(Overloaded, size) { }
192 /// \brief A set of overloaded template declarations.
234 /// \brief Retrieve the underlying, overloaded function template
237 /// \returns The set of overloaded function templates that this template
393 /// \brief The template declaration or set of overloaded function templates
446 /// overloaded operator kind (when set)
    [all...]
ExprCXX.h 41 /// \brief A call to an overloaded operator written using operator
44 /// Represents a call to an overloaded operator written using operator
55 /// \brief The overloaded operator.
78 /// \brief Returns the kind of overloaded operator that this
    [all...]
  /external/chromium/testing/gmock/scripts/
gmock_doctor.py 282 r'call to \'Truly\(<unresolved overloaded function type>\)')
286 The argument you gave to Truly() is an overloaded function. Please tell
287 your compiler which overloaded version you want to use.
293 return _GenericDiagnoser('OFM', 'Overloaded Function Matcher',
303 r'\'Invoke\(<unresolved overloaded function type>')
311 Function you are passing to Invoke is overloaded. Please tell your compiler
312 which overloaded version you want to use.
318 return _GenericDiagnoser('OFA', 'Overloaded Function Action',
328 r'call to \'Invoke\(.+, <unresolved overloaded function '
337 The second argument you gave to Invoke() is an overloaded method. Pleas
    [all...]
  /external/doclava/res/assets/templates/
macros.cs 9 Overloaded version to support use of 'nav' parameter, which when true,
  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3.c     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 316 milliseconds