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

  /external/protobuf/src/google/protobuf/
unknown_field_set.cc 51 // instantiate the UnknownFieldSet dynamically only when required.
52 UnknownFieldSet* default_unknown_field_set_instance_ = NULL;
59 default_unknown_field_set_instance_ = new UnknownFieldSet();
66 const UnknownFieldSet* UnknownFieldSet::default_instance() {
72 UnknownFieldSet::UnknownFieldSet()
75 UnknownFieldSet::~UnknownFieldSet() {
80 void UnknownFieldSet::ClearFallback()
    [all...]
unknown_field_set.h 63 // An UnknownFieldSet contains fields that were encountered while parsing a
70 // To get the UnknownFieldSet attached to any message, call
75 class LIBPROTOBUF_EXPORT UnknownFieldSet {
77 UnknownFieldSet();
78 ~UnknownFieldSet();
89 // Merge the contents of some other UnknownFieldSet with this one.
90 void MergeFrom(const UnknownFieldSet& other);
93 void MergeFromAndDestroy(UnknownFieldSet* other);
95 // Swaps the contents of some other UnknownFieldSet with this one.
96 inline void Swap(UnknownFieldSet* x)
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
unknown_field_set.h 63 // An UnknownFieldSet contains fields that were encountered while parsing a
70 // To get the UnknownFieldSet attached to any message, call
75 class LIBPROTOBUF_EXPORT UnknownFieldSet {
77 UnknownFieldSet();
78 ~UnknownFieldSet();
89 // Merge the contents of some other UnknownFieldSet with this one.
90 void MergeFrom(const UnknownFieldSet& other);
92 // Swaps the contents of some other UnknownFieldSet with this one.
93 inline void Swap(UnknownFieldSet* x);
103 // Returns the number of fields present in the UnknownFieldSet
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
unknown_field_set.h 63 // An UnknownFieldSet contains fields that were encountered while parsing a
70 // To get the UnknownFieldSet attached to any message, call
75 class LIBPROTOBUF_EXPORT UnknownFieldSet {
77 UnknownFieldSet();
78 ~UnknownFieldSet();
89 // Merge the contents of some other UnknownFieldSet with this one.
90 void MergeFrom(const UnknownFieldSet& other);
92 // Swaps the contents of some other UnknownFieldSet with this one.
93 inline void Swap(UnknownFieldSet* x);
103 // Returns the number of fields present in the UnknownFieldSet
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
unknown_field_set.h 63 // An UnknownFieldSet contains fields that were encountered while parsing a
70 // To get the UnknownFieldSet attached to any message, call
75 class LIBPROTOBUF_EXPORT UnknownFieldSet {
77 UnknownFieldSet();
78 ~UnknownFieldSet();
89 // Merge the contents of some other UnknownFieldSet with this one.
90 void MergeFrom(const UnknownFieldSet& other);
92 // Swaps the contents of some other UnknownFieldSet with this one.
93 inline void Swap(UnknownFieldSet* x);
103 // Returns the number of fields present in the UnknownFieldSet
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
unknown_field_set.h 63 // An UnknownFieldSet contains fields that were encountered while parsing a
70 // To get the UnknownFieldSet attached to any message, call
75 class LIBPROTOBUF_EXPORT UnknownFieldSet {
77 UnknownFieldSet();
78 ~UnknownFieldSet();
89 // Merge the contents of some other UnknownFieldSet with this one.
90 void MergeFrom(const UnknownFieldSet& other);
93 void MergeFromAndDestroy(UnknownFieldSet* other);
95 // Swaps the contents of some other UnknownFieldSet with this one.
96 inline void Swap(UnknownFieldSet* x)
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
unknown_field_set.h 63 // An UnknownFieldSet contains fields that were encountered while parsing a
70 // To get the UnknownFieldSet attached to any message, call
75 class LIBPROTOBUF_EXPORT UnknownFieldSet {
77 UnknownFieldSet();
78 ~UnknownFieldSet();
89 // Merge the contents of some other UnknownFieldSet with this one.
90 void MergeFrom(const UnknownFieldSet& other);
92 // Swaps the contents of some other UnknownFieldSet with this one.
93 inline void Swap(UnknownFieldSet* x);
103 // Returns the number of fields present in the UnknownFieldSet
    [all...]
  /external/protobuf/java/core/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() {
80 public UnknownFieldSet getDefaultInstanceForType() {
83 private static final UnknownFieldSet defaultInstance =
84 new UnknownFieldSet(Collections.<Integer, Field>emptyMap())
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/
protobuf-java-3.0.0-beta-2.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.2/
protobuf-java-3.0.2.jar 

Completed in 465 milliseconds