mirror of
https://github.com/google/pebble.git
synced 2025-06-21 16:46:17 +00:00
Import of the watch repository from Pebble
This commit is contained in:
commit
3b92768480
10334 changed files with 2564465 additions and 0 deletions
22
third_party/nanopb/tests/enum_minmax/enumminmax.proto
vendored
Normal file
22
third_party/nanopb/tests/enum_minmax/enumminmax.proto
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
/* Test out-of-order enum values.
|
||||
*/
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
enum Language {
|
||||
UNKNOWN = 0;
|
||||
ENGLISH_EN_GB = 12;
|
||||
ENGLISH_EN_US = 1;
|
||||
FRENCH_FR_FR = 2;
|
||||
ITALIAN_IT_IT = 3;
|
||||
GERMAN_DE_DE = 4;
|
||||
SPANISH_ES_AR = 13;
|
||||
SPANISH_ES_ES = 5;
|
||||
SPANISH_ES_MX = 14;
|
||||
SWEDISH_SV_SE = 6;
|
||||
DUTCH_NL_NL = 7;
|
||||
KOREAN_KO_KR = 8;
|
||||
JAPANESE_JA_JP = 9;
|
||||
CHINESE_SIMPLIFIED_ZH_CN = 10;
|
||||
CHINESE_TRADITIONAL_ZH_TW = 11;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue