/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | UnknownFieldSet.java | 740 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/ |
D | mutator_test_proto2.proto | 31 required fixed64 required_fixed64 = 10; 49 optional fixed64 optional_fixed64 = 27; 67 repeated fixed64 repeated_fixed64 = 44; 86 fixed64 oneof_fixed64 = 61;
|
D | mutator_test_proto3.proto | 27 fixed64 optional_fixed64 = 27; 45 repeated fixed64 repeated_fixed64 = 44; 64 fixed64 oneof_fixed64 = 61;
|
/external/perfetto/src/perfetto_cmd/ |
D | perfetto_cmd_state.proto | 24 optional fixed64 first_trace_timestamp = 1; 25 optional fixed64 last_trace_timestamp = 2; 27 optional fixed64 total_bytes_uploaded = 3;
|
/external/protobuf/objectivec/Tests/ |
D | unittest_runtime_proto3.proto | 49 fixed64 optional_fixed64 = 8; 68 repeated fixed64 repeated_fixed64 = 38; 88 fixed64 oneof_fixed64 = 58; 109 map<fixed64 , fixed64 > map_fixed64_fixed64 = 77;
|
D | unittest_runtime_proto2.proto | 49 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/ |
D | testbinary.proto | 49 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/ |
D | trace_id.proto | 8 fixed64 hi = 1; 9 fixed64 lo = 2;
|
/external/grpc-grpc/third_party/nanopb/tests/callbacks/ |
D | callbacks.proto | 7 repeated fixed64 fixed64value = 4; 14 repeated fixed64 fixed64value = 4;
|
/external/nanopb-c/tests/callbacks/ |
D | callbacks.proto | 7 repeated fixed64 fixed64value = 4; 14 repeated fixed64 fixed64value = 4;
|
/external/grpc-grpc/third_party/nanopb/examples/using_double_on_avr/ |
D | doubleproto.proto | 12 required fixed64 field1 = 1; 13 required fixed64 field2 = 2;
|
/external/nanopb-c/examples/using_double_on_avr/ |
D | doubleproto.proto | 12 required fixed64 field1 = 1; 13 required fixed64 field2 = 2;
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | eager_service.proto | 80 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/ |
D | test_example.proto | 35 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/ |
D | multifile1.proto | 7 repeated fixed64 fixed64value = 4; 14 repeated fixed64 fixed64value = 4;
|
/external/grpc-grpc/third_party/nanopb/tests/multiple_files/ |
D | multifile1.proto | 7 repeated fixed64 fixed64value = 4; 14 repeated fixed64 fixed64value = 4;
|
/external/protobuf/src/google/protobuf/ |
D | map_lite_unittest.proto | 49 map<fixed64 , fixed64 > map_fixed64_fixed64 = 8; 70 map<fixed64 , fixed64 > map_fixed64_fixed64 = 8;
|
D | unittest_lite.proto | 66 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/ |
D | test.proto | 92 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/ |
D | alltypes.proto | 51 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/ |
D | alltypes.proto | 51 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/ |
D | alltypes_legacy.proto | 51 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/ |
D | alltypes.proto | 51 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/ |
D | unittest_reference_types_nano.proto | 26 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/ |
D | alltypes.proto | 51 required fixed64 req_fixed64 = 11; 74 repeated fixed64 rep_fixed64 = 10031; 96 optional fixed64 opt_fixed64 = 10051 [default = 4051];
|