HomeSort by relevance Sort by last modified time
    Searched refs:Ternary (Results 1 - 10 of 10) 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,
  /system/tools/aidl/
ast_java.h 212 struct Ternary : public Expression {
217 Ternary() = default;
218 Ternary(Expression* condition, Expression* ifpart, Expression* elsepart);
219 virtual ~Ternary() = default;
ast_java.cpp 255 Ternary::Ternary(Expression* a, Expression* b, Expression* c)
258 void Ternary::Write(CodeWriter* to) const {
type_java.cpp 195 new Ternary(v, new LiteralExpression("1"), new LiteralExpression("0"))));
700 new Ternary(new Comparison(v, "!=", NULL_VALUE),
    [all...]
  /external/gmock/test/
gmock-more-actions_test.cc 112 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT
190 int Ternary(int x, bool y, char z) { return value_ + x + y*z; }
253 // Tests using Invoke() with a ternary function.
254 TEST(InvokeTest, Ternary) {
255 Action<int(int, char, short)> a = Invoke(Ternary); // NOLINT
385 // Tests using Invoke() with a ternary method.
386 TEST(InvokeMethodTest, Ternary) {
388 Action<int(int, bool, char)> a = Invoke(&foo, &Foo::Ternary); // NOLINT
gmock-generated-actions_test.cc 99 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT
302 WithArgs<0, 2, 3>(Invoke(Ternary));
385 WithArgs<0, 1, 2>(Invoke(Ternary));
407 WithArgs<0, 1, 3>(Invoke(Ternary));
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-more-actions_test.cc 112 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT
190 int Ternary(int x, bool y, char z) { return value_ + x + y*z; }
253 // Tests using Invoke() with a ternary function.
254 TEST(InvokeTest, Ternary) {
255 Action<int(int, char, short)> a = Invoke(Ternary); // NOLINT
385 // Tests using Invoke() with a ternary method.
386 TEST(InvokeMethodTest, Ternary) {
388 Action<int(int, bool, char)> a = Invoke(&foo, &Foo::Ternary); // NOLINT
gmock-generated-actions_test.cc 99 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT
302 WithArgs<0, 2, 3>(Invoke(Ternary));
385 WithArgs<0, 1, 2>(Invoke(Ternary));
407 WithArgs<0, 1, 3>(Invoke(Ternary));
    [all...]
gmock-actions_test.cc     [all...]
  /external/v8/test/cctest/
test-asm-validator.cc 834 TEST(Ternary) {
    [all...]

Completed in 210 milliseconds