OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSFixed32Size
(Results
1 - 4
of
4
) sorted by null
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_primitive_field.cc
62
case FieldDescriptor::TYPE_SFIXED32: return WireFormatLite::
kSFixed32Size
;
/external/protobuf/src/google/protobuf/compiler/java/
java_primitive_field.cc
136
case FieldDescriptor::TYPE_SFIXED32: return WireFormatLite::
kSFixed32Size
;
/external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_primitive_field.cc
136
case FieldDescriptor::TYPE_SFIXED32: return WireFormatLite::
kSFixed32Size
;
/external/protobuf/src/google/protobuf/
wire_format_lite.h
460
static const int
kSFixed32Size
= 4;
Completed in 18 milliseconds