OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Ternary
(Results
1 - 3
of
3
) sorted by null
/external/ceres-solver/internal/ceres/
integral_types.h
40
// Compile time
ternary
on types.
42
struct
Ternary
{
46
struct
Ternary
<false, kTrueType, kFalseType> {
51
typename
Ternary
<sizeof(TYPE) * 8 == kBits, TYPE,
/frameworks/base/tools/aidl/
AST.cpp
444
Ternary
::
Ternary
()
451
Ternary
::
Ternary
(Expression* a, Expression* b, Expression* c)
458
Ternary
::~
Ternary
()
463
Ternary
::Write(FILE* to)
AST.h
206
struct
Ternary
: public Expression
212
Ternary
();
213
Ternary
(Expression* condition, Expression* ifpart, Expression* elsepart);
214
virtual ~
Ternary
();
Completed in 325 milliseconds