HomeSort by relevance Sort by last modified time
    Searched refs:fixed32 (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/protobuf/java/core/src/main/java/com/google/protobuf/
UnknownFieldSet.java 736 /** 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...]
  /cts/tests/tests/proto/src/android/util/proto/cts/
test.proto 83 optional fixed32 fixed32_field = 90;
84 repeated fixed32 fixed32_field_repeated = 91;
85 repeated fixed32 fixed32_field_packed = 92 [packed=true];
  /frameworks/base/tools/streaming_proto/test/
test.proto 89 optional fixed32 fixed32_field = 90;
90 repeated fixed32 fixed32_field_repeated = 91;
91 repeated fixed32 fixed32_field_packed = 92 [packed=true];
  /external/perfetto/src/protozero/test/example_proto/
test_messages.proto 56 optional fixed32 field_fixed32 = 7;
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
unknown_field_set.h 175 inline uint32 fixed32() const;
261 inline uint32 UnknownField::fixed32() const { function in class:google::protobuf::UnknownField
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
unknown_field_set.h 175 inline uint32 fixed32() const;
261 inline uint32 UnknownField::fixed32() const { function in class:google::protobuf::UnknownField
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
unknown_field_set.h 175 inline uint32 fixed32() const;
261 inline uint32 UnknownField::fixed32() const { function in class:google::protobuf::UnknownField
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
unknown_field_set.h 175 inline uint32 fixed32() const;
261 inline uint32 UnknownField::fixed32() const { function in class:google::protobuf::UnknownField
  /external/protobuf/src/google/protobuf/
unknown_field_set.h 188 inline uint32 fixed32() const;
285 inline uint32 UnknownField::fixed32() const { function in class:google::protobuf::UnknownField
unknown_field_set_unittest.cc 148 TEST_F(UnknownFieldSetTest, Fixed32) {
153 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());
text_format_unittest.cc     [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
unknown_field_set.h 188 inline uint32 fixed32() const;
285 inline uint32 UnknownField::fixed32() const { function in class:google::protobuf::UnknownField
  /external/nanopb-c/generator/google/protobuf/internal/
wire_format.py 151 def Fixed32ByteSize(field_number, fixed32):
  /external/protobuf/python/google/protobuf/internal/
wire_format.py 151 def Fixed32ByteSize(field_number, fixed32):
  /frameworks/base/tools/stats_log_api_gen/
test.proto 50 optional fixed32 fixed32_field = 8;
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FieldType.cs 65 /// The <c>fixed32</c> field type.
67 Fixed32,
  /external/golang-protobuf/proto/
size_test.go 74 {"fixed32", &pb.Defaults{F_Fixed32: Uint32(71)}},
133 {"oneof fixed32", &pb.Oneof{Union: &pb.Oneof_F_Fixed32{43}}},
  /external/golang-protobuf/proto/testdata/
test.pb.go 362 F_Fixed32Required *uint32 `protobuf:"fixed32,13,req,name=F_Fixed32_required,json=FFixed32Required" json:"F_Fixed32_required,omitempty"`
366 F_FloatRequired *float32 `protobuf:"fixed32,17,req,name=F_Float_required,json=FFloatRequired" json:"F_Float_required,omitempty"`
376 F_Fixed32Repeated []uint32 `protobuf:"fixed32,23,rep,name=F_Fixed32_repeated,json=FFixed32Repeated" json:"F_Fixed32_repeated,omitempty"`
380 F_FloatRepeated []float32 `protobuf:"fixed32,27,rep,name=F_Float_repeated,json=FFloatRepeated" json:"F_Float_repeated,omitempty"`
390 F_Fixed32Optional *uint32 `protobuf:"fixed32,33,opt,name=F_Fixed32_optional,json=FFixed32Optional" json:"F_Fixed32_optional,omitempty"`
394 F_FloatOptional *float32 `protobuf:"fixed32,37,opt,name=F_Float_optional,json=FFloatOptional" json:"F_Float_optional,omitempty"`
404 F_Fixed32Defaulted *uint32 `protobuf:"fixed32,43,opt,name=F_Fixed32_defaulted,json=FFixed32Defaulted,def=320" json:"F_Fixed32_defaulted,omitempty"`
408 F_FloatDefaulted *float32 `protobuf:"fixed32,47,opt,name=F_Float_defaulted,json=FFloatDefaulted,def=314159" json:"F_Float_defaulted,omitempty"`
418 F_Fixed32RepeatedPacked []uint32 `protobuf:"fixed32,53,rep,packed,name=F_Fixed32_repeated_packed,json=FFixed32RepeatedPacked" json:"F_Fixed32_repeated_packed,omitempty"`
422 F_FloatRepeatedPacked []float32 `protobuf:"fixed32,57,rep,packed,name=F_Float_repeated_packed,json=FFloatRepeatedPacked" json:"F_Float_repeated_packe (…)
    [all...]
  /external/protobuf/editors/
proto.vim 64 syn keyword pbType fixed32 fixed64 sfixed32 sfixed64
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
UnknownFieldSetLiteTest.java 162 .setExtension(LiteEqualsAndHash.fixed32, 44)
  /external/golang-protobuf/jsonpb/jsonpb_test_proto/
test_objects.pb.go 66 OFloat *float32 `protobuf:"fixed32,8,opt,name=o_float,json=oFloat" json:"o_float,omitempty"`
157 FNan *float32 `protobuf:"fixed32,1,opt,name=f_nan,json=fNan" json:"f_nan,omitempty"`
158 FPinf *float32 `protobuf:"fixed32,2,opt,name=f_pinf,json=fPinf" json:"f_pinf,omitempty"`
159 FNinf *float32 `protobuf:"fixed32,3,opt,name=f_ninf,json=fNinf" json:"f_ninf,omitempty"`
222 RFloat []float32 `protobuf:"fixed32,8,rep,name=r_float,json=rFloat" json:"r_float,omitempty"`
  /external/golang-protobuf/_conformance/conformance_proto/
conformance.pb.go 476 OptionalFixed32 uint32 `protobuf:"fixed32,7,opt,name=optional_fixed32,json=optionalFixed32" json:"optional_fixed32,omitempty"`
478 OptionalSfixed32 int32 `protobuf:"fixed32,9,opt,name=optional_sfixed32,json=optionalSfixed32" json:"optional_sfixed32,omitempty"`
480 OptionalFloat float32 `protobuf:"fixed32,11,opt,name=optional_float,json=optionalFloat" json:"optional_float,omitempty"`
499 RepeatedFixed32 []uint32 `protobuf:"fixed32,37,rep,packed,name=repeated_fixed32,json=repeatedFixed32" json:"repeated_fixed32,omitempty"`
501 RepeatedSfixed32 []int32 `protobuf:"fixed32,39,rep,packed,name=repeated_sfixed32,json=repeatedSfixed32" json:"repeated_sfixed32,omitempty"`
503 RepeatedFloat []float32 `protobuf:"fixed32,41,rep,packed,name=repeated_float,json=repeatedFloat" json:"repeated_float,omitempty"`
521 MapFixed32Fixed32 map[uint32]uint32 `protobuf:"bytes,62,rep,name=map_fixed32_fixed32,json=mapFixed32Fixed32" json:"map_fixed32_fixed32,omitempty" protobuf_key:"fixed32,1,opt,name=key" protobuf_val:"fixed32,2,opt,name=value"`
523 MapSfixed32Sfixed32 map[int32]int32 `protobuf:"bytes,64,rep,name=map_sfixed32_sfixed32,json=mapSfixed32Sfixed32" json:"map_sfixed32_sfixed32,omitempty" protobuf_key:"fixed32,1,opt,name=key" protobuf_val:"fixed32,2,opt,name=value"
    [all...]
  /external/protobuf/conformance/
conformance_test.cc 128 string fixed32(void *data) { return string(static_cast<char*>(data), 4); } function in namespace:__anon32076
132 string uint32(uint32_t u32) { return fixed32(&u32); }
134 string flt(float f) { return fixed32(&f); }
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/
CodedOutputStream.ComputeSize.cs 109 /// fixed32 field, including the tag.
  /external/protobuf/src/google/protobuf/util/
message_differencer.cc     [all...]

Completed in 700 milliseconds

1 2 3