Searched refs:fixed32 (Results 1 - 18 of 18) sorted by relevance

/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnknownFieldSet.java736 /** Get the list of fixed32 values for this field. */
737 public List<Integer> getFixed32List() { return fixed32; }
776 fixed32,
791 for (final int value : fixed32) {
814 for (final int value : fixed32) {
856 private List<Integer> fixed32; field in class:UnknownFieldSet.Field
890 if (result.fixed32 == null) {
891 result.fixed32 = Collections.emptyList();
893 result.fixed32 = Collections.unmodifiableList(result.fixed32);
[all...]
/external/protobuf/src/google/protobuf/
H A Dunknown_field_set.h188 inline uint32 fixed32() const;
285 inline uint32 UnknownField::fixed32() const { function in class:google::protobuf::UnknownField
H A Dunknown_field_set_unittest.cc153 EXPECT_EQ(all_fields_.optional_fixed32(), field->fixed32());
552 EXPECT_EQ(i, unknown.field(i).fixed32());
554 EXPECT_EQ(i + num, unknown.field(i).fixed32());
H A Dtext_format_unittest.cc1121 // fixed32
1122 EXPECT_FIELD(fixed32, 1, "1");
1123 EXPECT_FIELD(fixed32, 0x12345678, "0x12345678");
1124 EXPECT_INVALID(fixed32, "-1");
1125 EXPECT_INVALID(fixed32, "a");
1126 EXPECT_INVALID(fixed32, "999999999999999999999999999999999999");
1127 EXPECT_INVALID(fixed32, "1,2");
H A Dextension_set_unittest.cc663 TEST_SCALAR_EXTENSIONS_SPACE_USED(fixed32 , 107);
740 TEST_REPEATED_EXTENSIONS_SPACE_USED(fixed32 , uint32, 107);
H A Dwire_format.cc192 output->WriteLittleEndian32(field.fixed32());
230 field.number(), field.fixed32(), target);
H A Dtext_format.cc1904 StrCat(strings::Hex(field.fixed32(), strings::ZERO_PAD_8)));
/external/nanopb-c/generator/google/protobuf/internal/
H A Dwire_format.py151 def Fixed32ByteSize(field_number, fixed32):
/external/protobuf/python/google/protobuf/internal/
H A Dwire_format.py151 def Fixed32ByteSize(field_number, fixed32):
/external/protobuf/editors/
H A Dproto.vim64 syn keyword pbType fixed32 fixed64 sfixed32 sfixed64
/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DUnknownFieldSetLiteTest.java162 .setExtension(LiteEqualsAndHash.fixed32, 44)
/external/protobuf/conformance/
H A Dconformance_test.cc128 string fixed32(void *data) { return string(static_cast<char*>(data), 4); } function in namespace:__anon16135
132 string uint32(uint32_t u32) { return fixed32(&u32); }
134 string flt(float f) { return fixed32(&f); }
/external/protobuf/src/google/protobuf/util/
H A Dmessage_differencer.cc1128 match = fields1[index1].second->fixed32() ==
1129 fields2[index2].second->fixed32();
1557 output = StrCat("0x", strings::Hex(unknown_field->fixed32(),
/external/protobuf/ruby/ext/google/protobuf_c/
H A Ddefs.c626 CONVERT(FIXED32, fixed32);
655 CONVERT(FIXED32, fixed32);
H A Dupb.c8602 /* Decodes a fixed32 from the current buffer position.
8864 PRIMITIVE_OP(FIXED32, fixed32, uint32, uint32_t, uint32_t)
8866 PRIMITIVE_OP(SFIXED32, fixed32, int32, int32_t, uint32_t)
8870 PRIMITIVE_OP(FLOAT, fixed32, float, as_float, uint32_t)
9628 T(fixed32, uint32_t, uint32_t, encode_fixed32)
9687 T(FIXED32, fixed32, uint32);
/external/protobuf/php/ext/google/protobuf/
H A Dupb.c7891 /* Decodes a fixed32 from the current buffer position.
8153 PRIMITIVE_OP(FIXED32, fixed32, uint32, uint32_t, uint32_t)
8155 PRIMITIVE_OP(SFIXED32, fixed32, int32, int32_t, uint32_t)
8159 PRIMITIVE_OP(FLOAT, fixed32, float, as_float, uint32_t)
8917 T(fixed32, uint32_t, uint32_t, encode_fixed32)
8976 T(FIXED32, fixed32, uint32);
/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/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 352 milliseconds