Home
last modified time | relevance | path

Searched refs:unknown_field_set (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.cc1450 const UnknownFieldSet& unknown_field_set = in CheckAndGetInteger() local
1452 for (int i = 0; i < unknown_field_set.field_count(); ++i) { in CheckAndGetInteger()
1453 if (unknown_field_set.field(i).number() == field_descriptor->number()) { in CheckAndGetInteger()
1683 UnknownFieldSet* unknown_field_set = in CheckAndGetInteger() local
1685 unknown_field_set->DeleteByNumber(field_descriptor->number()); in CheckAndGetInteger()
2277 const UnknownFieldSet& unknown_field_set = in CheckAndGetInteger() local
2279 for (int i = 0; i < unknown_field_set.field_count(); ++i) { in CheckAndGetInteger()
2280 if (unknown_field_set.field(i).number() == in CheckAndGetInteger()
2282 unknown_field_set.field(i).type() == in CheckAndGetInteger()
2284 result = PyInt_FromLong(unknown_field_set.field(i).varint()); in CheckAndGetInteger()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/
Dlibprotobuf.cmake32 ${protobuf_source_dir}/src/google/protobuf/unknown_field_set.cc
Dextract_includes.bat.in114 …BUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\unknown_field_set.h include\google\protobuf\unknown_…
/frameworks/opt/gamesdk/src/protobuf/
Dprotobuf.cmake167 ${GP_SRC_DIR}/unknown_field_set.cc
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/
DMakefile.am133 google/protobuf/unknown_field_set.h \
244 google/protobuf/unknown_field_set.cc \
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DBUILD145 "src/google/protobuf/unknown_field_set.cc",
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_test.cc2113 const UnknownFieldSet& unknown_field_set = in TEST() local
2115 EXPECT_EQ(1, unknown_field_set.field_count()); in TEST()