/external/ceres-solver/internal/ceres/ |
H A D | integral_types.h | 42 struct Ternary { struct in namespace:ceres::internal 46 struct Ternary<false, kTrueType, kFalseType> { struct in namespace:ceres::internal 51 typename Ternary<sizeof(TYPE) * 8 == kBits, TYPE,
|
/external/gmock/test/ |
H A D | gmock-more-actions_test.cc | 112 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT function in namespace:testing::gmock_more_actions_test 190 int Ternary(int x, bool y, char z) { return value_ + x + y*z; } function in class:testing::gmock_more_actions_test::Foo 254 TEST(InvokeTest, Ternary) { 255 Action<int(int, char, short)> a = Invoke(Ternary); // NOLINT 386 TEST(InvokeMethodTest, Ternary) { 388 Action<int(int, bool, char)> a = Invoke(&foo, &Foo::Ternary); // NOLINT
|
H A D | gmock-generated-actions_test.cc | 99 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT function in namespace:testing::gmock_generated_actions_test 302 WithArgs<0, 2, 3>(Invoke(Ternary)); 385 WithArgs<0, 1, 2>(Invoke(Ternary)); 407 WithArgs<0, 1, 3>(Invoke(Ternary));
|
/external/google-breakpad/src/testing/test/ |
H A D | gmock-more-actions_test.cc | 112 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT function in namespace:testing::gmock_more_actions_test 190 int Ternary(int x, bool y, char z) { return value_ + x + y*z; } function in class:testing::gmock_more_actions_test::Foo 254 TEST(InvokeTest, Ternary) { 255 Action<int(int, char, short)> a = Invoke(Ternary); // NOLINT 386 TEST(InvokeMethodTest, Ternary) { 388 Action<int(int, bool, char)> a = Invoke(&foo, &Foo::Ternary); // NOLINT
|
H A D | gmock-generated-actions_test.cc | 99 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT function in namespace:testing::gmock_generated_actions_test 302 WithArgs<0, 2, 3>(Invoke(Ternary)); 385 WithArgs<0, 1, 2>(Invoke(Ternary)); 407 WithArgs<0, 1, 3>(Invoke(Ternary));
|
H A D | gmock-actions_test.cc | 1051 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT function in namespace:__anon6443 1084 int Ternary(int x, bool y, char z) { return value_ + x + y*z; } function in class:__anon6443::Foo
|
/external/v8/test/cctest/ |
H A D | test-asm-validator.cc | 834 TEST(Ternary) {
|