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