xref: /third_party/protobuf/php/tests/proto/test_prefix.proto
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/protobuf/php/tests/proto/
1ffe3c632Sopenharmony_cisyntax = "proto3";
2ffe3c632Sopenharmony_ci
3ffe3c632Sopenharmony_cioption php_class_prefix = "Prefix";
4ffe3c632Sopenharmony_ci
5ffe3c632Sopenharmony_cimessage TestPrefix {
6ffe3c632Sopenharmony_ci  int32 a = 1;
7ffe3c632Sopenharmony_ci  NestedMessage nested_message = 2;
8ffe3c632Sopenharmony_ci  NestedEnum nested_enum = 3;
9ffe3c632Sopenharmony_ci  message NestedMessage {
10ffe3c632Sopenharmony_ci    int32 a = 1;
11ffe3c632Sopenharmony_ci  }
12ffe3c632Sopenharmony_ci  enum NestedEnum {
13ffe3c632Sopenharmony_ci      ZERO = 0;
14ffe3c632Sopenharmony_ci  };
15ffe3c632Sopenharmony_ci}
16ffe3c632Sopenharmony_ci
17ffe3c632Sopenharmony_ci// Test prefix for reserved words.
18ffe3c632Sopenharmony_cimessage Empty {
19ffe3c632Sopenharmony_ci  int32 a = 1;
20ffe3c632Sopenharmony_ci}
21

Indexes created Thu Nov 07 10:32:03 CST 2024