Home
last modified time | relevance | path

Searched refs:proto3 (Results 1 – 25 of 86) sorted by relevance

1234

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/benchmarks/
Dbenchmark_messages_proto3.proto1 // Benchmark messages for proto3.
3 syntax = "proto3";
5 package benchmarks.proto3;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
Dunittest_runtime_proto3.proto30 syntax = "proto3";
57 // No 'group' in proto3.
76 // No 'group' in proto3.
96 // No 'group' in proto3.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/tests/
Dtest_import.proto1 syntax = "proto3";
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Djson_util_test.cc49 using proto3::FOO;
50 using proto3::BAR;
51 using proto3::TestMessage;
52 using proto3::TestMap;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_unittest_proto3.proto33 // uses proto3 messages. This makes it suitable for testing
34 // implementations which only support proto3.
36 // required fields in proto3.
37 syntax = "proto3";
Dunittest_proto3_lite.proto31 syntax = "proto3";
74 // Groups are not allowed in proto3.
117 // Groups are not allowed in proto3.
Dunittest_proto3_arena.proto31 syntax = "proto3";
74 // Groups are not allowed in proto3.
117 // Groups are not allowed in proto3.
Dunittest_proto3_arena_lite.proto31 syntax = "proto3";
75 // Groups are not allowed in proto3.
118 // Groups are not allowed in proto3.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/src/main/
Dsentinel.proto1 syntax = "proto3";
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/app/src/main/proto/
Ddev_tuningfork.proto1 syntax = "proto3";
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/app/src/main/assets/tuningfork/
Ddev_tuningfork.proto1 syntax = "proto3";
/frameworks/opt/gamesdk/src/tuningfork/proto/
Dexample_tuningfork.proto1 syntax = "proto3";
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/testdata/
Dstruct.proto31 // Proto to test proto3 struct.
32 syntax = "proto3";
Dtimestamp_duration.proto31 // Proto to test proto3 Timestamp and Duration.
32 syntax = "proto3";
Dmaps.proto31 // Proto to test proto3 maps.
32 syntax = "proto3";
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt269 converted to "lowerCamelCase" in proto3 JSON format. This option can be
272 * Added conformance tests to ensure implementations are following proto3 JSON
295 - Updated the JSON utility to comply with proto3 JSON specification.
298 * Added proto3 JSON format utility. It includes support for all field types
325 * Added proto3 support for JavaScript. The runtime is written in pure
339 the proto3 language guide:
341 https://developers.google.com/protocol-buffers/docs/proto3#json
344 proto3-conformant JSON serializers and parsers. Until then, do not rely
427 Most proto3 features supported:
438 * Introduced two new language implementations (Objective-C, C#) to proto3.
[all …]
/frameworks/opt/gamesdk/src/tuningfork/tools/validation/src/test/resources/testdata/
Dfidelity_params_complex.proto17 syntax = "proto3";
Dfidelity_params_not_scalar.proto17 syntax = "proto3";
Dfidelity_params_valid.proto17 syntax = "proto3";
Dcompile_valid.proto17 syntax = "proto3";
Dannotation_not_only_enums.proto17 syntax = "proto3";
Dannotation_complex.proto17 syntax = "proto3";
Dcompile_invalid.proto17 syntax = "proto3";
Dcompile_with_deps.proto17 syntax = "proto3";
Ddev_tuningfork.proto17 syntax = "proto3";

1234