Home
last modified time | relevance | path

Searched refs:OneOf (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/torque/
Dtorque-parser.cc990 Symbol* OneOf(std::vector<std::string> alternatives) { in OneOf() function
1053 Rule({OneOf({"+", "-", "!", "~"}), &unaryExpression}, MakeUnaryOperator),
1061 BinaryOperator(&unaryExpression, OneOf({"*", "/", "%"}));
1065 BinaryOperator(multiplicativeExpression, OneOf({"+", "-"}));
1069 BinaryOperator(additiveExpression, OneOf({"<<", ">>", ">>>"}));
1076 Rule({shiftExpression, OneOf({"<", ">", "<=", ">="}), shiftExpression},
1081 BinaryOperator(&relationalExpression, OneOf({"==", "!="}));
1085 BinaryOperator(equalityExpression, OneOf({"&", "|"}));
1109 Rule({OneOf({"*=", "/=", "%=", "+=", "-=", "<<=", ">>=", ">>>=", "&=",
1141 Rule({OneOf({"let", "const"}), &identifier, Token(":"), &type},
[all …]
/external/grpc-grpc/third_party/nanopb/tests/regression/issue_188/
DSConscript1 # Regression test for issue with Enums inside OneOf.
/external/nanopb-c/tests/regression/issue_188/
DSConscript1 # Regression test for issue with Enums inside OneOf.
/external/libprotobuf-mutator/src/
Dmutator_test_proto3.proto54 oneof OneOf { oneof
Dmutator_test_proto2.proto76 oneof OneOf { oneof
/external/grpc-grpc/third_party/nanopb/generator/
Dnanopb_generator.py685 class OneOf(Field): class
796 oneof = OneOf(self.name, f)
880 if not isinstance(f, OneOf):
888 if isinstance(f, OneOf):
/external/nanopb-c/generator/
Dnanopb_generator.py771 class OneOf(Field): class
890 oneof = OneOf(self.name, f)
976 if not isinstance(f, OneOf):
984 if isinstance(f, OneOf):
/external/protobuf/objectivec/Tests/
DGPBMessageTests+Runtime.m118 // OneOf fields - no has*/setHas*
245 // OneOf fields - no has*/setHas*