xref: /third_party/protobuf/php/tests/proto/test_no_namespace.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_metadata_namespace = "\\";
4ffe3c632Sopenharmony_ci
5ffe3c632Sopenharmony_cimessage NoNamespaceMessage {
6ffe3c632Sopenharmony_ci  int32 a = 1;
7ffe3c632Sopenharmony_ci
8ffe3c632Sopenharmony_ci  // Test nested messages, enums, and reserved names
9ffe3c632Sopenharmony_ci  NestedMessage nested_message = 2;
10ffe3c632Sopenharmony_ci  NestedEnum nested_enum = 3;
11ffe3c632Sopenharmony_ci  message NestedMessage {
12ffe3c632Sopenharmony_ci    int32 a = 1;
13ffe3c632Sopenharmony_ci  }
14ffe3c632Sopenharmony_ci  enum NestedEnum {
15ffe3c632Sopenharmony_ci      ZERO = 0;
16ffe3c632Sopenharmony_ci  };
17ffe3c632Sopenharmony_ci}
18ffe3c632Sopenharmony_ci
19ffe3c632Sopenharmony_cienum NoNamespaceEnum {
20ffe3c632Sopenharmony_ci  VALUE_A = 0;
21ffe3c632Sopenharmony_ci  VALUE_B = 1;
22ffe3c632Sopenharmony_ci}
23

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