HomeSort by relevance Sort by last modified time
    Searched defs:UnknownFieldSet (Results 1 - 4 of 4) sorted by null

  /external/protobuf/src/google/protobuf/
unknown_field_set.cc 47 UnknownFieldSet::UnknownFieldSet()
50 UnknownFieldSet::~UnknownFieldSet() {
55 void UnknownFieldSet::ClearFallback() {
63 void UnknownFieldSet::ClearAndFreeMemory() {
71 void UnknownFieldSet::MergeFrom(const UnknownFieldSet& other) {
77 int UnknownFieldSet::SpaceUsedExcludingSelf() const {
99 int UnknownFieldSet::SpaceUsed() const
    [all...]
unknown_field_set.h 62 // An UnknownFieldSet contains fields that were encountered while parsing a
69 // To get the UnknownFieldSet attached to any message, call
74 class LIBPROTOBUF_EXPORT UnknownFieldSet {
76 UnknownFieldSet();
77 ~UnknownFieldSet();
88 // Merge the contents of some other UnknownFieldSet with this one.
89 void MergeFrom(const UnknownFieldSet& other);
91 // Swaps the contents of some other UnknownFieldSet with this one.
92 inline void Swap(UnknownFieldSet* x);
102 // Returns the number of fields present in the UnknownFieldSet
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
UnknownFieldSet.java 46 * {@code UnknownFieldSet} is used to keep track of fields which were seen when
52 * <p>Every {@link Message} contains an {@code UnknownFieldSet} (and every
59 public final class UnknownFieldSet implements MessageLite {
60 private UnknownFieldSet() {}
71 public static Builder newBuilder(final UnknownFieldSet copyFrom) {
75 /** Get an empty {@code UnknownFieldSet}. */
76 public static UnknownFieldSet getDefaultInstance() {
79 public UnknownFieldSet getDefaultInstanceForType() {
82 private static final UnknownFieldSet defaultInstance =
83 new UnknownFieldSet(Collections.<Integer, Field>emptyMap())
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 

Completed in 414 milliseconds