HomeSort by relevance Sort by last modified time
    Searched full:fixed64 (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/nanopb-c/examples/using_double_on_avr/
doubleproto.proto 10 required fixed64 field1 = 1;
11 required fixed64 field2 = 2;
README.txt 17 1) Change all 'double' fields into 'fixed64' in the .proto.
  /external/nanopb-c/tests/callbacks/
callbacks.proto 5 repeated fixed64 fixed64value = 4;
12 repeated fixed64 fixed64value = 4;
  /external/nanopb-c/tests/multiple_files/
callbacks.proto 5 repeated fixed64 fixed64value = 4;
12 repeated fixed64 fixed64value = 4;
  /external/nanopb-c/tests/message_sizes/
messages1.proto 12 required fixed64 interface_id = 1;
  /external/chromium_org/components/metrics/proto/
profiler_event.proto 37 optional fixed64 birth_thread_name_hash = 1;
40 optional fixed64 exec_thread_name_hash = 2;
43 optional fixed64 source_file_name_hash = 3;
46 optional fixed64 source_function_name_hash = 4;
user_action_event.proto 17 optional fixed64 name_hash = 1;
histogram_event.proto 16 optional fixed64 name_hash = 1;
  /external/chromium_org/components/feedback/proto/
common.proto 17 optional fixed64 gaia_id = 1;
  /external/protobuf/src/google/protobuf/
unittest_extension_repeated_nano.proto 21 repeated fixed64 repeated_fixed64 = 18;
unittest_extension_singular_nano.proto 21 optional fixed64 some_fixed64 = 18;
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 ];
unittest_lite.proto 63 optional fixed64 optional_fixed64 = 8;
96 repeated fixed64 repeated_fixed64 = 38;
129 optional fixed64 default_fixed64 = 68 [default = 48 ];
166 repeated fixed64 packed_fixed64 = 97 [packed = true];
188 optional fixed64 optional_fixed64_extension_lite = 8;
224 repeated fixed64 repeated_fixed64_extension_lite = 38;
260 optional fixed64 default_fixed64_extension_lite = 68 [default = 48 ];
293 repeated fixed64 packed_fixed64_extension_lite = 97 [packed = true];
unittest_extension_packed_nano.proto 21 repeated fixed64 packed_fixed64 = 18 [ packed = true ];
unittest_repeated_packables_nano.proto 59 repeated fixed64 fixed64s = 8;
84 repeated fixed64 fixed64s = 8 [ packed = true ];
unittest_micro.proto 61 optional fixed64 optional_fixed64 = 8;
94 repeated fixed64 repeated_fixed64 = 38;
127 optional fixed64 default_fixed64 = 68 [default = 48 ];
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
UnknownFieldSet.java 684 /** Get the list of fixed64 values for this field. */
685 public List<Long> getFixed64List() { return fixed64; }
722 fixed64,
739 for (final long value : fixed64) {
762 for (final long value : fixed64) {
802 private List<Long> fixed64; field in class:UnknownFieldSet.Field
840 if (result.fixed64 == null) {
841 result.fixed64 = Collections.emptyList();
843 result.fixed64 = Collections.unmodifiableList(result.fixed64);
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
UnknownFieldSet.java 684 /** Get the list of fixed64 values for this field. */
685 public List<Long> getFixed64List() { return fixed64; }
722 fixed64,
739 for (final long value : fixed64) {
762 for (final long value : fixed64) {
802 private List<Long> fixed64; field in class:UnknownFieldSet.Field
840 if (result.fixed64 == null) {
841 result.fixed64 = Collections.emptyList();
843 result.fixed64 = Collections.unmodifiableList(result.fixed64);
    [all...]
  /external/nanopb-c/tests/alltypes/
alltypes.proto 49 required fixed64 req_fixed64 = 11;
72 repeated fixed64 rep_fixed64 = 31 [packed = true];
94 optional fixed64 opt_fixed64 = 51 [default = 4051];
  /external/nanopb-c/tests/field_size_16/
alltypes.proto 49 required fixed64 req_fixed64 = 11;
72 repeated fixed64 rep_fixed64 = 10031;
94 optional fixed64 opt_fixed64 = 10051 [default = 4051];
  /external/nanopb-c/tests/field_size_32/
alltypes.proto 49 required fixed64 req_fixed64 = 11;
72 repeated fixed64 rep_fixed64 = 10031;
94 optional fixed64 opt_fixed64 = 10051 [default = 4051];
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
unittest_lite.proto 63 optional fixed64 optional_fixed64 = 8;
102 repeated fixed64 repeated_fixed64 = 38;
137 optional fixed64 default_fixed64 = 68 [default = 48 ];
174 repeated fixed64 packed_fixed64 = 97 [packed = true];
196 optional fixed64 optional_fixed64_extension_lite = 8;
238 repeated fixed64 repeated_fixed64_extension_lite = 38;
277 optional fixed64 default_fixed64_extension_lite = 68 [default = 48 ];
310 repeated fixed64 packed_fixed64_extension_lite = 97 [packed = true];
  /external/chromium_org/components/rappor/proto/
rappor_metric.proto 31 optional fixed64 name_hash = 1;
  /external/chromium_org/google_apis/gcm/protocol/
checkin.proto 68 optional fixed64 security_token = 13;
151 optional fixed64 android_id = 7; // From the request, or newly assigned
152 optional fixed64 security_token = 8; // The associated security token
  /external/nanopb-c/tests/backwards_compatibility/
alltypes_legacy.c 49 PB_FIELD( 11, FIXED64 , REQUIRED, STATIC, AllTypes, req_fixed64, req_float, 0),
66 PB_FIELD( 31, FIXED64 , REPEATED, STATIC, AllTypes, rep_fixed64, rep_float, 0),
83 PB_FIELD( 51, FIXED64 , OPTIONAL, STATIC, AllTypes, opt_fixed64, opt_float, &AllTypes_opt_fixed64_default),

Completed in 698 milliseconds

1 2 3 4 5