Searched defs:UnknownFieldSet (Results 1 - 8 of 8) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dunknown_field_set.cc46 UnknownFieldSet::UnknownFieldSet() function in class:google::protobuf::UnknownFieldSet
49 UnknownFieldSet::~UnknownFieldSet() {
54 void UnknownFieldSet::ClearFallback() {
62 void UnknownFieldSet::MergeFrom(const UnknownFieldSet& other) {
68 int UnknownFieldSet::SpaceUsedExcludingSelf() const {
89 int UnknownFieldSet::SpaceUsed() const {
93 void UnknownFieldSet
[all...]
H A Dunknown_field_set.h51 // An UnknownFieldSet contains fields that were encountered while parsing a
58 // To get the UnknownFieldSet attached to any message, call
63 class LIBPROTOBUF_EXPORT UnknownFieldSet { class in namespace:google::protobuf
65 UnknownFieldSet();
66 ~UnknownFieldSet();
74 // Merge the contents of some other UnknownFieldSet with this one.
75 void MergeFrom(const UnknownFieldSet& other);
77 // Swaps the contents of some other UnknownFieldSet with this one.
78 inline void Swap(UnknownFieldSet* x);
88 // Returns the number of fields present in the UnknownFieldSet
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dunknown_field_set.cc63 UnknownFieldSet::UnknownFieldSet() function in class:google::protobuf::UnknownFieldSet
66 UnknownFieldSet::~UnknownFieldSet() {
71 void UnknownFieldSet::ClearFallback() {
79 void UnknownFieldSet::ClearAndFreeMemory() {
87 void UnknownFieldSet::MergeFrom(const UnknownFieldSet& other) {
93 int UnknownFieldSet::SpaceUsedExcludingSelf() const {
115 int UnknownFieldSet
[all...]
H A Dunknown_field_set.h63 // 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 { class in namespace:google::protobuf
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/src/main/java/com/google/protobuf/
H A DUnknownFieldSet.java46 * {@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 { class in inherits:MessageLite
60 private UnknownFieldSet() {} method in class: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(Collection
89 private UnknownFieldSet(final Map<Integer, Field> fields) { method in class:UnknownFieldSet
[all...]
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 2107 milliseconds