HomeSort by relevance Sort by last modified time
    Searched full:unknown_field_set (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium_org/third_party/protobuf/
protobuf_lite.gypi 23 'src/google/protobuf/unknown_field_set.cc',
24 'src/google/protobuf/unknown_field_set.h',
protobuf_full_do_not_use.host.darwin-arm.mk 51 third_party/protobuf/src/google/protobuf/unknown_field_set.cc \
protobuf_full_do_not_use.host.darwin-mips.mk 51 third_party/protobuf/src/google/protobuf/unknown_field_set.cc \
protobuf_full_do_not_use.host.darwin-x86.mk 51 third_party/protobuf/src/google/protobuf/unknown_field_set.cc \
protobuf_full_do_not_use.host.linux-arm.mk 51 third_party/protobuf/src/google/protobuf/unknown_field_set.cc \
protobuf_full_do_not_use.host.linux-mips.mk 51 third_party/protobuf/src/google/protobuf/unknown_field_set.cc \
protobuf_full_do_not_use.host.linux-x86.mk 51 third_party/protobuf/src/google/protobuf/unknown_field_set.cc \
protobuf_lite.target.darwin-arm.mk 28 third_party/protobuf/src/google/protobuf/unknown_field_set.cc \
protobuf_lite.target.darwin-mips.mk 28 third_party/protobuf/src/google/protobuf/unknown_field_set.cc \
protobuf_lite.target.darwin-x86.mk 28 third_party/protobuf/src/google/protobuf/unknown_field_set.cc \
protobuf_lite.target.linux-arm.mk 28 third_party/protobuf/src/google/protobuf/unknown_field_set.cc \
protobuf_lite.target.linux-mips.mk 28 third_party/protobuf/src/google/protobuf/unknown_field_set.cc \
protobuf_lite.target.linux-x86.mk 28 third_party/protobuf/src/google/protobuf/unknown_field_set.cc \
  /external/protobuf/vsprojects/
extract_includes.bat 25 copy ..\src\google\protobuf\unknown_field_set.h include\google\protobuf\unknown_field_set.h
libprotobuf.vcproj 263 RelativePath="..\src\google\protobuf\unknown_field_set.h"
407 RelativePath="..\src\google\protobuf\unknown_field_set.cc"
  /external/chromium_org/third_party/protobuf/vsprojects/
extract_includes.bat 31 copy ..\src\google\protobuf\unknown_field_set.h include\google\protobuf\unknown_field_set.h
  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python-proto2.cc 44 #include <google/protobuf/unknown_field_set.h>
604 google::protobuf::UnknownFieldSet* unknown_field_set = local
606 for (int i = 0; i < unknown_field_set->field_count(); ++i) {
607 if (unknown_field_set->field(i).number() ==
609 result = PyInt_FromLong(unknown_field_set->field(i).varint());
696 google::protobuf::UnknownFieldSet* unknown_field_set = local
698 for (int i = 0; i < unknown_field_set->field_count(); ++i) {
699 if (unknown_field_set->field(i).number() ==
701 unknown_field_set->mutable_field(i)->set_varint(value);
708 unknown_field_set->AddVarint(field_descriptor->number(), value)
    [all...]
  /external/protobuf/src/google/protobuf/
unknown_field_set.cc 36 #include <google/protobuf/unknown_field_set.h>
reflection_ops.cc 37 #include <google/protobuf/unknown_field_set.h>
  /external/chromium_org/third_party/protobuf/src/
Makefile.am 69 google/protobuf/unknown_field_set.h \
133 google/protobuf/unknown_field_set.cc \
  /external/protobuf/
Android.mk 65 src/google/protobuf/unknown_field_set.cc \
262 src/google/protobuf/unknown_field_set.cc \
  /external/protobuf/src/
Makefile.am 56 google/protobuf/unknown_field_set.h \
119 google/protobuf/unknown_field_set.cc \
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
SEBS 54 "unknown_field_set.cc",
reflection_ops.cc 41 #include <google/protobuf/unknown_field_set.h>
unknown_field_set.cc 35 #include <google/protobuf/unknown_field_set.h>

Completed in 738 milliseconds

1 2