Home
last modified time | relevance | path

Searched defs:fixed32 (Results 1 – 10 of 10) sorted by relevance

/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/
Dlite_equals_and_hash.proto76 optional fixed32 fixed32 = 102; field
/third_party/protobuf/python/google/protobuf/internal/
Dtest_proto3_optional.proto58 optional fixed32 optional_fixed32 = 7; field
Dwire_format.py151 def Fixed32ByteSize(field_number, fixed32): argument
/third_party/protobuf/src/google/protobuf/
Dunittest_proto3_optional.proto61 optional fixed32 optional_fixed32 = 7; field
Dunknown_field_set.h349 inline uint32 UnknownField::fixed32() const { in fixed32() function
/third_party/protobuf/js/
Dproto3_test.proto63 optional fixed32 optional_fixed32 = 127; field
/third_party/protobuf/objectivec/Tests/
Dunittest_runtime_proto3.proto137 optional fixed32 optional_fixed32 = 7; field
/third_party/protobuf/php/tests/proto/
Dtest.proto44 optional fixed32 true_optional_fixed32 = 207; field
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUnknownFieldSet.java874 private List<Integer> fixed32; field in UnknownFieldSet.Field
/third_party/protobuf/conformance/
Dbinary_json_conformance_suite.cc137 string fixed32(void *data) { return string(static_cast<char*>(data), 4); } in fixed32() function