Searched refs:fixed64 (Results 1 - 19 of 19) sorted by relevance

/external/protobuf/java/src/main/java/com/google/protobuf/
H A DUnknownFieldSet.java684 /** 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/src/google/protobuf/
H A Dunknown_field_set.h151 inline uint64 fixed64() const;
227 inline uint64 UnknownField::fixed64() const { function in class:google::protobuf::UnknownField
H A Dtext_format_unittest.cc763 // 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");
H A Dextension_set_unittest.cc356 TEST_SCALAR_EXTENSIONS_SPACE_USED(fixed64 , 108);
432 TEST_REPEATED_EXTENSIONS_SPACE_USED(fixed64 , uint64, 108);
H A Dwire_format.cc180 output->WriteLittleEndian64(field.fixed64());
216 field.number(), field.fixed64(), target);
H A Dunknown_field_set_unittest.cc153 EXPECT_EQ(all_fields_.optional_fixed64(), field->fixed64());
H A Dtext_format.cc1178 generator.Print(FastHex64ToBuffer(field.fixed64(), buffer));
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dunknown_field_set.h176 inline uint64 fixed64() const;
265 inline uint64 UnknownField::fixed64() const { function in class:google::protobuf::UnknownField
H A Dtext_format_unittest.cc915 // fixed64
916 EXPECT_FIELD(fixed64, 1, "1");
917 EXPECT_FIELD(fixed64, 0x1234567812345678ULL, "0x1234567812345678");
918 EXPECT_INVALID(fixed64, "-1");
919 EXPECT_INVALID(fixed64, "a");
920 EXPECT_INVALID(fixed64, "999999999999999999999999999999999999");
921 EXPECT_INVALID(fixed64, "1,2");
H A Dwire_format_lite.cc228 output->WriteLittleEndian64(field.fixed64());
264 field.number(), field.fixed64(), target);
H A Dextension_set_unittest.cc433 TEST_SCALAR_EXTENSIONS_SPACE_USED(fixed64 , 108);
510 TEST_REPEATED_EXTENSIONS_SPACE_USED(fixed64 , uint64, 108);
H A Dunknown_field_set_unittest.cc153 EXPECT_EQ(all_fields_.optional_fixed64(), field->fixed64());
H A Dtext_format.cc1458 generator.Print(FastHex64ToBuffer(field.fixed64(), buffer));
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dwire_format.py155 def Fixed64ByteSize(field_number, fixed64):
/external/protobuf/python/google/protobuf/internal/
H A Dwire_format.py155 def Fixed64ByteSize(field_number, fixed64):
/external/protobuf/editors/
H A Dproto.vim64 syn keyword pbType fixed32 fixed64 sfixed32 sfixed64
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 2430 milliseconds