OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Clause
(Results
1 - 4
of
4
) sorted by null
/external/chromium/testing/gmock/include/gmock/
gmock-spec-builders.h
43
// where the .With()
clause
is optional.
251
// Gives each
clause
in the ON_CALL() statement a name.
252
enum
Clause
{
273
// The last
clause
in the ON_CALL() statement as seen so far.
275
Clause
last_clause_;
298
// Implements the .With()
clause
.
310
// Implements the .WillByDefault()
clause
.
454
//
clause
of EXPECT_CALL() for setting the (partial) order of
537
// A set of expectation handles. Useful in the .After()
clause
of
709
enum
Clause
{
[
all
...]
/external/webkit/Source/JavaScriptCore/parser/
SyntaxChecker.h
109
typedef int
Clause
;
ASTBuilder.h
105
typedef CaseClauseNode*
Clause
;
293
ClauseListNode* createClauseList(CaseClauseNode*
clause
) { return new (m_globalData) ClauseListNode(m_globalData,
clause
); }
294
ClauseListNode* createClauseList(ClauseListNode* tail, CaseClauseNode*
clause
) { return new (m_globalData) ClauseListNode(m_globalData, tail,
clause
); }
[
all
...]
/external/llvm/lib/VMCore/
Verifier.cpp
[
all
...]
Completed in 242 milliseconds