OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPackable
(Results
1 - 4
of
4
) sorted by null
/external/protobuf/java/src/main/java/com/google/protobuf/
WireFormat.java
117
public boolean
isPackable
() { return false; }
120
public boolean
isPackable
() { return false; }
123
public boolean
isPackable
() { return false; }
126
public boolean
isPackable
() { return false; }
146
public boolean
isPackable
() { return true; }
Descriptors.java
703
public boolean
isPackable
() {
704
return isRepeated() && getLiteType().
isPackable
();
[
all
...]
GeneratedMessageLite.java
324
extension.descriptor.type.
isPackable
() &&
AbstractMessage.java
336
} else if (field.
isPackable
() &&
Completed in 48 milliseconds