Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dlite_equals_and_hash.proto70 optional fixed32 fixed32 = 102; field
/external/protobuf/src/google/protobuf/
Dunknown_field_set.h285 inline uint32 UnknownField::fixed32() const { in fixed32() function
/external/protobuf/python/google/protobuf/internal/
Dwire_format.py151 def Fixed32ByteSize(field_number, fixed32): argument
/external/protobuf/conformance/
Dconformance_test.cc128 string fixed32(void *data) { return string(static_cast<char*>(data), 4); } in fixed32() function
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DUnknownFieldSet.java856 private List<Integer> fixed32; field in UnknownFieldSet.Field