OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_packable
(Results
1 - 5
of
5
) sorted by null
/external/protobuf/src/google/protobuf/
descriptor.h
398
bool
is_packable
() const; // shorthand for is_repeated() &&
1301
inline bool FieldDescriptor::
is_packable
() const {
function in class:google::protobuf::FieldDescriptor
[
all
...]
wire_format.cc
434
} else if (field->
is_packable
() &&
[
all
...]
descriptor.cc
[
all
...]
/external/protobuf/src/google/protobuf/compiler/java/
java_message.cc
872
if (field->
is_packable
()) {
[
all
...]
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc
[
all
...]
Completed in 27 milliseconds