HomeSort by relevance Sort by last modified time
    Searched full:have_unknown_fields (Results 1 - 5 of 5) sorted by null

  /external/protobuf/src/google/protobuf/
metadata.h 66 if (have_unknown_fields() && arena() == NULL) {
73 if (GOOGLE_PREDICT_FALSE(have_unknown_fields())) {
81 if (GOOGLE_PREDICT_TRUE(have_unknown_fields())) {
89 if (GOOGLE_PREDICT_FALSE(have_unknown_fields())) {
96 GOOGLE_ATTRIBUTE_ALWAYS_INLINE bool have_unknown_fields() const { function in class:google::protobuf::internal::InternalMetadataWithArena
107 if (have_unknown_fields() || other->have_unknown_fields()) {
descriptor.pb.cc     [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
metadata.h 66 if (have_unknown_fields() && arena() == NULL) {
73 if (GOOGLE_PREDICT_FALSE(have_unknown_fields())) {
81 if (GOOGLE_PREDICT_TRUE(have_unknown_fields())) {
89 if (GOOGLE_PREDICT_FALSE(have_unknown_fields())) {
96 GOOGLE_ATTRIBUTE_ALWAYS_INLINE bool have_unknown_fields() const { function in class:google::protobuf::internal::InternalMetadataWithArena
107 if (have_unknown_fields() || other->have_unknown_fields()) {
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 250 if (_internal_metadata_.have_unknown_fields()) {
369 if (_internal_metadata_.have_unknown_fields()) {
407 if (_internal_metadata_.have_unknown_fields()) {
441 if (_internal_metadata_.have_unknown_fields()) {
478 if (from._internal_metadata_.have_unknown_fields()) {
754 if (_internal_metadata_.have_unknown_fields()) {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc     [all...]

Completed in 267 milliseconds