Home
last modified time | relevance | path

Searched refs:fixed64 (Results 1 – 25 of 97) sorted by relevance

1234

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DUnknownFieldSet.java740 public List<Long> getFixed64List() { return fixed64; } in getFixed64List()
777 fixed64, in getIdentityArray()
794 for (final long value : fixed64) { in writeTo()
817 for (final long value : fixed64) { in getSerializedSize()
857 private List<Long> fixed64; field in UnknownFieldSet.Field
895 if (result.fixed64 == null) { in build()
896 result.fixed64 = Collections.emptyList(); in build()
898 result.fixed64 = Collections.unmodifiableList(result.fixed64); in build()
941 if (!other.fixed64.isEmpty()) { in mergeFrom()
942 if (result.fixed64 == null) { in mergeFrom()
[all …]
/external/libprotobuf-mutator/src/
Dmutator_test_proto2.proto31 required fixed64 required_fixed64 = 10;
49 optional fixed64 optional_fixed64 = 27;
67 repeated fixed64 repeated_fixed64 = 44;
86 fixed64 oneof_fixed64 = 61;
Dmutator_test_proto3.proto27 fixed64 optional_fixed64 = 27;
45 repeated fixed64 repeated_fixed64 = 44;
64 fixed64 oneof_fixed64 = 61;
/external/perfetto/src/perfetto_cmd/
Dperfetto_cmd_state.proto24 optional fixed64 first_trace_timestamp = 1;
25 optional fixed64 last_trace_timestamp = 2;
27 optional fixed64 total_bytes_uploaded = 3;
/external/protobuf/objectivec/Tests/
Dunittest_runtime_proto3.proto49 fixed64 optional_fixed64 = 8;
68 repeated fixed64 repeated_fixed64 = 38;
88 fixed64 oneof_fixed64 = 58;
109 map<fixed64 , fixed64 > map_fixed64_fixed64 = 77;
Dunittest_runtime_proto2.proto49 optional fixed64 optional_fixed64 = 8;
70 repeated fixed64 repeated_fixed64 = 38;
92 fixed64 oneof_fixed64 = 58 [default = 107];
116 map<fixed64 , fixed64 > map_fixed64_fixed64 = 77;
/external/protobuf/js/
Dtestbinary.proto49 optional fixed64 optional_fixed64 = 8;
72 repeated fixed64 repeated_fixed64 = 38;
96 repeated fixed64 packed_repeated_fixed64 = 68 [packed=true];
142 optional fixed64 extend_optional_fixed64 = 8;
159 repeated fixed64 extend_repeated_fixed64 = 38;
176 repeated fixed64 extend_packed_repeated_fixed64 = 68 [packed=true];
/external/opencensus-java/contrib/appengine_standard_util/src/main/proto/
Dtrace_id.proto8 fixed64 hi = 1;
9 fixed64 lo = 2;
/external/grpc-grpc/third_party/nanopb/tests/callbacks/
Dcallbacks.proto7 repeated fixed64 fixed64value = 4;
14 repeated fixed64 fixed64value = 4;
/external/nanopb-c/tests/callbacks/
Dcallbacks.proto7 repeated fixed64 fixed64value = 4;
14 repeated fixed64 fixed64value = 4;
/external/grpc-grpc/third_party/nanopb/examples/using_double_on_avr/
Ddoubleproto.proto12 required fixed64 field1 = 1;
13 required fixed64 field2 = 2;
/external/nanopb-c/examples/using_double_on_avr/
Ddoubleproto.proto12 required fixed64 field1 = 1;
13 required fixed64 field2 = 2;
/external/tensorflow/tensorflow/core/protobuf/
Deager_service.proto80 fixed64 context_id = 1;
87 fixed64 context_id = 1;
98 fixed64 context_id = 1;
110 fixed64 context_id = 1;
117 fixed64 context_id = 1;
124 fixed64 context_id = 1;
133 fixed64 context_id = 1;
/external/tensorflow/tensorflow/contrib/proto/python/kernel_tests/
Dtest_example.proto35 repeated fixed64 fixed64_value = 6;
53 optional fixed64 fixed64_value_with_default = 25 [default = 6];
80 repeated fixed64 fixed64_value = 6 [packed = true];
97 optional fixed64 fixed64_value_with_default = 25 [default = 6];
116 optional fixed64 fixed64_value = 6;
/external/nanopb-c/tests/multiple_files/
Dmultifile1.proto7 repeated fixed64 fixed64value = 4;
14 repeated fixed64 fixed64value = 4;
/external/grpc-grpc/third_party/nanopb/tests/multiple_files/
Dmultifile1.proto7 repeated fixed64 fixed64value = 4;
14 repeated fixed64 fixed64value = 4;
/external/protobuf/src/google/protobuf/
Dmap_lite_unittest.proto49 map<fixed64 , fixed64 > map_fixed64_fixed64 = 8;
70 map<fixed64 , fixed64 > map_fixed64_fixed64 = 8;
Dunittest_lite.proto66 optional fixed64 optional_fixed64 = 8;
105 repeated fixed64 repeated_fixed64 = 38;
140 optional fixed64 default_fixed64 = 68 [default = 48 ];
186 repeated fixed64 packed_fixed64 = 97 [packed = true];
208 optional fixed64 optional_fixed64_extension_lite = 8;
250 repeated fixed64 repeated_fixed64_extension_lite = 38;
289 optional fixed64 default_fixed64_extension_lite = 68 [default = 48 ];
328 repeated fixed64 packed_fixed64_extension_lite = 97 [packed = true];
/external/golang-protobuf/proto/test_proto/
Dtest.proto92 required fixed64 F_Fixed64_required = 14;
109 repeated fixed64 F_Fixed64_repeated = 24;
126 optional fixed64 F_Fixed64_optional = 34;
143 optional fixed64 F_Fixed64_defaulted = 44 [default=640];
160 repeated fixed64 F_Fixed64_repeated_packed = 54 [packed=true];
197 required fixed64 skip_fixed64 = 13;
338 optional fixed64 no_default_fixed64 = 110;
355 optional fixed64 default_fixed64 = 210 [default = 49];
450 optional fixed64 F_Fixed64 = 5 [default=640];
528 fixed64 F_Fixed64 = 5;
/external/nanopb-c/tests/field_size_32/
Dalltypes.proto51 required fixed64 req_fixed64 = 11;
74 repeated fixed64 rep_fixed64 = 10031;
97 optional fixed64 opt_fixed64 = 10051 [default = 4051];
/external/nanopb-c/tests/field_size_16/
Dalltypes.proto51 required fixed64 req_fixed64 = 11;
74 repeated fixed64 rep_fixed64 = 10031;
97 optional fixed64 opt_fixed64 = 10051 [default = 4051];
/external/grpc-grpc/third_party/nanopb/tests/backwards_compatibility/
Dalltypes_legacy.proto51 required fixed64 req_fixed64 = 11;
73 repeated fixed64 rep_fixed64 = 31 [packed = true];
94 optional fixed64 opt_fixed64 = 51 [default = 4051];
/external/grpc-grpc/third_party/nanopb/tests/field_size_32/
Dalltypes.proto51 required fixed64 req_fixed64 = 11;
74 repeated fixed64 rep_fixed64 = 10031;
96 optional fixed64 opt_fixed64 = 10051 [default = 4051];
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
Dunittest_reference_types_nano.proto26 optional fixed64 optional_fixed64 = 8;
54 repeated fixed64 repeated_fixed64 = 38;
88 optional fixed64 default_fixed64 = 68 [default = 48 ];
/external/grpc-grpc/third_party/nanopb/tests/field_size_16/
Dalltypes.proto51 required fixed64 req_fixed64 = 11;
74 repeated fixed64 rep_fixed64 = 10031;
96 optional fixed64 opt_fixed64 = 10051 [default = 4051];

1234