Lines Matching refs:deprecated
44 // Mix of field types marked as deprecated.
48 optional string string_field = 1 [deprecated=true];
49 required int32 int_field = 2 [deprecated=true];
50 repeated fixed32 fixed_field = 3 [deprecated=true];
51 optional Msg1 msg_field = 4 [deprecated=true];
54 // Mix of extension field types marked as deprecated.
56 optional string string_ext_field = 101 [deprecated=true];
57 optional int32 int_ext_field = 102 [deprecated=true];
58 repeated fixed32 fixed_ext_field = 103 [deprecated=true];
59 optional Msg1 msg_ext_field = 104 [deprecated=true];
62 // Mix of extension field types (scoped to a message) marked as deprecated.
65 optional string string_ext2_field = 201 [deprecated=true];
66 optional int32 int_ext2_field = 202 [deprecated=true];
67 repeated fixed32 fixed_ext2_field = 203 [deprecated=true];
68 optional Msg1 msg_ext2_field = 204 [deprecated=true];
72 // Enum value marked as deprecated.
76 ENUM1_THREE = 3 [deprecated=true];
79 // Message marked as deprecated.
81 option deprecated = true;
88 // Enum marked as deprecated.
90 option deprecated = true;