Home
last modified time | relevance | path

Searched refs:is_any (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
Ddefault_value_objectwriter.h177 bool is_any() const { return is_any_; } in is_any() function
179 void set_is_any(bool is_any) { is_any_ = is_any; } in set_is_any() argument
Ddefault_value_objectwriter.cc386 if (node != NULL && node->is_any() && node->type() != NULL && in MaybePopulateChildrenOfAny()