OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isPackable
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/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
730
public boolean
isPackable
() {
731
return isRepeated() && getLiteType().
isPackable
();
[
all
...]
/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
...]
Completed in 336 milliseconds