Home
last modified time | relevance | path

Searched refs:setEnum (Results 1 – 14 of 14) sorted by relevance

/third_party/protobuf/objectivec/Tests/
DGPBSwiftTests.swift60 msg.mapInt32Enum.setEnum(Message2_Enum.bar.rawValue, forKey:600) in testProto2Basics()
61 msg.mapInt32Enum.setEnum(Message2_Enum.baz.rawValue, forKey:601) in testProto2Basics()
158 msg.mapInt32Enum.setEnum(Message2_Enum.bar.rawValue, forKey:600) in testProto3Basics()
DGPBMessageTests+Serialization.m1436 [orig.knownMapField setEnum:Proto2MapEnumPlusExtra_EProto2MapEnumFoo
1438 [orig.unknownMapField setEnum:Proto2MapEnumPlusExtra_EProto2MapEnumExtra
1518 [msg.mapInt32Enum setEnum:Message2_Enum_Bar forKey:232];
1519 [msg.mapInt32Enum setEnum:Message2_Enum_Baz forKey:2033];
DGPBDictionaryTests+Int32.m2626 [dict setEnum:700 forKey:11];
2797 [dict setEnum:700 forKey:11];
2908 [dict setEnum:703 forKey:11];
2923 [dict setEnum:701 forKey:14];
3164 XCTAssertThrowsSpecificNamed([dict setEnum:801 forKey:12], // Unknown
3286 XCTAssertThrowsSpecificNamed([dict setEnum:803 forKey:11], // Unknown
DGPBDictionaryTests+String.m2626 [dict setEnum:700 forKey:@"foo"];
2797 [dict setEnum:700 forKey:@"foo"];
2908 [dict setEnum:703 forKey:@"foo"];
2923 [dict setEnum:701 forKey:@"mumble"];
3164 XCTAssertThrowsSpecificNamed([dict setEnum:801 forKey:@"bar"], // Unknown
3286 XCTAssertThrowsSpecificNamed([dict setEnum:803 forKey:@"foo"], // Unknown
DGPBDictionaryTests+UInt64.m2626 [dict setEnum:700 forKey:31ULL];
2797 [dict setEnum:700 forKey:31ULL];
2908 [dict setEnum:703 forKey:31ULL];
2923 [dict setEnum:701 forKey:34ULL];
3164 XCTAssertThrowsSpecificNamed([dict setEnum:801 forKey:32ULL], // Unknown
3286 XCTAssertThrowsSpecificNamed([dict setEnum:803 forKey:31ULL], // Unknown
DGPBDictionaryTests+UInt32.m2626 [dict setEnum:700 forKey:1U];
2797 [dict setEnum:700 forKey:1U];
2908 [dict setEnum:703 forKey:1U];
2923 [dict setEnum:701 forKey:4U];
3164 XCTAssertThrowsSpecificNamed([dict setEnum:801 forKey:2U], // Unknown
3286 XCTAssertThrowsSpecificNamed([dict setEnum:803 forKey:1U], // Unknown
DGPBDictionaryTests+Int64.m2626 [dict setEnum:700 forKey:21LL];
2797 [dict setEnum:700 forKey:21LL];
2908 [dict setEnum:703 forKey:21LL];
2923 [dict setEnum:701 forKey:24LL];
3164 XCTAssertThrowsSpecificNamed([dict setEnum:801 forKey:22LL], // Unknown
3286 XCTAssertThrowsSpecificNamed([dict setEnum:803 forKey:21LL], // Unknown
DGPBDictionaryTests.pddm546 //% XCTAssertThrowsSpecificNamed([dict setEnum:VAL2 forKey:KEY2], // Unknown
629 //% XCTAssertThrowsSpecificNamed([dict setEnum:VAL4 forKey:KEY1], // Unknown
DGPBTestUtilities.m1117 setEnum:(i % 2) ? MapEnum_MapEnumBar : MapEnum_MapEnumBaz
/third_party/protobuf/objectivec/
DGPBDictionary.h850 - (void)setEnum:(int32_t)value forKey:(uint32_t)key;
1771 - (void)setEnum:(int32_t)value forKey:(int32_t)key;
2692 - (void)setEnum:(int32_t)value forKey:(uint64_t)key;
3613 - (void)setEnum:(int32_t)value forKey:(int64_t)key;
4534 - (void)setEnum:(int32_t)value forKey:(BOOL)key;
5455 - (void)setEnum:(int32_t)value forKey:(NSString *)key;
DGPBDictionary.m744 //%- (void)setEnum:(VALUE_TYPE)value forKey:(KEY_TYPE##KisP$S##KisP)key {
2952 - (void)setEnum:(int32_t)value forKey:(uint32_t)key {
4702 - (void)setEnum:(int32_t)value forKey:(int32_t)key {
6452 - (void)setEnum:(int32_t)value forKey:(uint64_t)key {
8202 - (void)setEnum:(int32_t)value forKey:(int64_t)key {
10016 - (void)setEnum:(int32_t)value forKey:(NSString *)key {
12005 - (void)setEnum:(int32_t)value forKey:(BOOL)key {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
DMCAsmParser.h67 void setEnum(int64_t enumVal) { in setEnum() function
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DGatherAPIData.java389 info.setEnum(); in createInfo()
DAPIInfo.java107 public void setEnum() { setType(CAT, CAT_ENUM); } in setEnum() method in APIInfo