/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
unittest.proto | 82 optional fixed64 optional_fixed64 = 8; 120 repeated fixed64 repeated_fixed64 = 38; 154 optional fixed64 default_fixed64 = 68 [default = 48 ]; 201 optional fixed64 optional_fixed64_extension = 8; 241 repeated fixed64 repeated_fixed64_extension = 38; 278 optional fixed64 default_fixed64_extension = 68 [default = 48 ]; 572 repeated fixed64 packed_fixed64 = 97 [packed = true]; 591 repeated fixed64 unpacked_fixed64 = 97 [packed = false]; 612 repeated fixed64 packed_fixed64_extension = 97 [packed = true]; 654 repeated fixed64 repeated_fixed64 = 2046 [all...] |
extension_set.cc | [all...] |
extension_set_heavy.cc | 395 HANDLE_TYPE( FIXED64, Fixed64, uint64); 428 HANDLE_TYPE( FIXED64, Fixed64, uint64); 457 HANDLE_TYPE( FIXED64, Fixed64, uint64_value);
|
wire_format.cc | 170 HANDLE_PACKED_TYPE( FIXED64, uint64, UInt64) 231 HANDLE_TYPE( FIXED64, uint64, UInt64) 489 HANDLE_PRIMITIVE_TYPE( FIXED64, uint64, Fixed64, UInt64) 677 HANDLE_FIXED_TYPE( FIXED64, Fixed64)
|
text_format_unittest.cc | 263 // 'a' is a valid FIXED64 tag, so for the string to be parseable as a message [all...] |
unittest_custom_options.proto | 65 optional fixed64 field_opt1 = 7740936; 156 optional fixed64 fixed64_opt = 7700194;
|
unknown_field_set.h | 176 inline uint64 fixed64() const; 265 inline uint64 UnknownField::fixed64() const { function in class:google::protobuf::UnknownField
|
/external/protobuf/src/google/protobuf/ |
unittest.proto | 76 optional fixed64 optional_fixed64 = 8; 108 repeated fixed64 repeated_fixed64 = 38; 140 optional fixed64 default_fixed64 = 68 [default = 48 ]; 187 optional fixed64 optional_fixed64_extension = 8; 221 repeated fixed64 repeated_fixed64_extension = 38; 255 optional fixed64 default_fixed64_extension = 68 [default = 48 ]; 511 repeated fixed64 packed_fixed64 = 97 [packed = true]; 530 repeated fixed64 unpacked_fixed64 = 97 [packed = false]; 551 repeated fixed64 packed_fixed64_extension = 97 [packed = true]; 593 repeated fixed64 repeated_fixed64 = 2046 [all...] |
extension_set_heavy.cc | 350 HANDLE_TYPE( FIXED64, Fixed64, uint64); 383 HANDLE_TYPE( FIXED64, Fixed64, uint64); 412 HANDLE_TYPE( FIXED64, Fixed64, uint64_value);
|
extension_set.cc | 751 HANDLE_TYPE( FIXED64, UInt64, uint64); [all...] |
text_format_unittest.cc | 263 // 'a' is a valid FIXED64 tag, so for the string to be parseable as a message 763 // fixed64 764 EXPECT_FIELD(fixed64, 1, "1"); 765 EXPECT_FIELD(fixed64, 0x1234567812345678ULL, "0x1234567812345678"); 766 EXPECT_INVALID(fixed64, "-1"); 767 EXPECT_INVALID(fixed64, "a"); 768 EXPECT_INVALID(fixed64, "999999999999999999999999999999999999"); 769 EXPECT_INVALID(fixed64, "1,2"); [all...] |
unittest_custom_options.proto | 59 optional fixed64 field_opt1 = 7740936; 144 optional fixed64 fixed64_opt = 7700194;
|
wire_format.cc | 180 output->WriteLittleEndian64(field.fixed64()); 216 field.number(), field.fixed64(), target); 473 HANDLE_PACKED_TYPE( FIXED64, uint64, UInt64) 534 HANDLE_TYPE( FIXED64, uint64, UInt64) 792 HANDLE_PRIMITIVE_TYPE( FIXED64, uint64, Fixed64, UInt64) [all...] |
unknown_field_set.h | 151 inline uint64 fixed64() const; 227 inline uint64 UnknownField::fixed64() const { function in class:google::protobuf::UnknownField
|
unknown_field_set_unittest.cc | 148 TEST_F(UnknownFieldSetTest, Fixed64) { 153 EXPECT_EQ(all_fields_.optional_fixed64(), field->fixed64());
|
/external/chromium_org/components/metrics/proto/ |
chrome_user_metrics_extension.proto | 40 optional fixed64 client_id = 1;
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
write_batch.cc | 6 // sequence: fixed64
|
/external/protobuf/editors/ |
proto.vim | 64 syn keyword pbType fixed32 fixed64 sfixed32 sfixed64
|
/external/nanopb-c/ |
pb.h | 143 #define PB_LTYPE_FIXED64 0x04 /* fixed64, sfixed64, double */ 259 * If the wire type was a varint/fixed32/fixed64, the length is the length 467 * - Field type: BOOL, BYTES, DOUBLE, ENUM, FIXED32, FIXED64,
|
pb_decode.h | 137 /* Decode a fixed64, sfixed64 or double value. You need to pass a pointer to
|
pb_encode.h | 139 /* Encode a fixed64, sfixed64 or double value.
|
/external/chromium_org/third_party/leveldatabase/src/doc/ |
table_format.txt | 50 magic: fixed64; // == 0xdb4775248b80fb57 (little-endian)
|
/external/chromium_org/third_party/leveldatabase/src/util/ |
coding_test.cc | 27 TEST(Coding, Fixed64) {
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
WireFormat.java | 113 FIXED64 (JavaType.LONG , WIRETYPE_FIXED64 ),
|
/external/chromium_org/components/autofill/content/browser/risk/proto/ |
fingerprint.proto | 74 optional fixed64 user_and_device_name_hash = 1;
|