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