Home
last modified time | relevance | path

Searched refs:Ternary (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DNodeType.h24 Ternary, member in sh::NodeType
88 nodeType = NodeType::Ternary;
H A DIntermRebuild.cpp364 case NodeType::Ternary: in traversePre()
430 case NodeType::Ternary: in traverseChildren()
501 case NodeType::Ternary: in traversePost()
/third_party/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc89 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT in Ternary() function
148 int Ternary(int x, bool y, char z) { return value_ + x + y * z; } in Ternary() function in testing::gmock_more_actions_test::Foo
212 TEST(InvokeTest, Ternary) { in TEST()
213 Action<int(int, char, short)> a = Invoke(Ternary); // NOLINT in TEST()
347 TEST(InvokeMethodTest, Ternary) { in TEST()
349 Action<int(int, bool, char)> a = Invoke(&foo, &Foo::Ternary); // NOLINT in TEST()
H A Dgmock-actions_test.cc1212 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT in Ternary() function
1530 WithArgs<0, 1, 2>(Invoke(Ternary)); in TEST()
1552 WithArgs<0, 1, 3>(Invoke(Ternary)); in TEST()
/third_party/typescript/lib/
H A DtypingsInstaller.js5421 * Ternary values are defined such that
5424 * Generally, Ternary.Maybe is used as the result of a relation that depends on itself, and
5425 * Ternary.Unknown is used as the result of a variance check that depends on itself. We make
5429 var Ternary; variable
5430 (function (Ternary) {
5431 Ternary[Ternary["False"] = 0] = "False";
5432 Ternary[Ternary["Unknown"] = 1] = "Unknown";
5433 Ternary[Ternar
[all...]
H A Dtsserverlibrary.js5440 * Ternary values are defined such that
5443 * Generally, Ternary.Maybe is used as the result of a relation that depends on itself, and
5444 * Ternary.Unknown is used as the result of a variance check that depends on itself. We make
5448 var Ternary; variable
5449 (function (Ternary) {
5450 Ternary[Ternary["False"] = 0] = "False";
5451 Ternary[Ternary["Unknown"] = 1] = "Unknown";
5452 Ternary[Ternar
[all...]
H A Dtypescript.js5431 * Ternary values are defined such that
5434 * Generally, Ternary.Maybe is used as the result of a relation that depends on itself, and
5435 * Ternary.Unknown is used as the result of a variance check that depends on itself. We make
5439 var Ternary; variable
5440 (function (Ternary) {
5441 Ternary[Ternary["False"] = 0] = "False";
5442 Ternary[Ternary["Unknown"] = 1] = "Unknown";
5443 Ternary[Ternar
[all...]
H A DtypescriptServices.js5431 * Ternary values are defined such that
5434 * Generally, Ternary.Maybe is used as the result of a relation that depends on itself, and
5435 * Ternary.Unknown is used as the result of a variance check that depends on itself. We make
5439 var Ternary; variable
5440 (function (Ternary) {
5441 Ternary[Ternary["False"] = 0] = "False";
5442 Ternary[Ternary["Unknown"] = 1] = "Unknown";
5443 Ternary[Ternar
[all...]
H A Dtsserver.js5441 * Ternary values are defined such that
5444 * Generally, Ternary.Maybe is used as the result of a relation that depends on itself, and
5445 * Ternary.Unknown is used as the result of a variance check that depends on itself. We make
5449 var Ternary; variable
5450 (function (Ternary) {
5451 Ternary[Ternary["False"] = 0] = "False";
5452 Ternary[Ternary["Unknown"] = 1] = "Unknown";
5453 Ternary[Ternar
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js5412 * Ternary values are defined such that
5415 * Generally, Ternary.Maybe is used as the result of a relation that depends on itself, and
5416 * Ternary.Unknown is used as the result of a variance check that depends on itself. We make
5420 var Ternary; variable
5421 (function (Ternary) {
5422 Ternary[Ternary["False"] = 0] = "False";
5423 Ternary[Ternary["Unknown"] = 1] = "Unknown";
5424 Ternary[Ternar
[all...]

Completed in 70 milliseconds