Home
last modified time | relevance | path

Searched defs:is_any (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/src/google/protobuf/util/internal/
Ddefault_value_objectwriter.h192 bool is_any() const { return is_any_; } in is_any() function
194 void set_is_any(bool is_any) { is_any_ = is_any; } in set_is_any()
/third_party/boost/libs/iostreams/example/
Dfinite_state_filter.hpp44 struct is_any { struct
46 static bool test(Ch, const std::locale&) { return true; } in test()
/third_party/gstreamer/gstreamer/gst/
Dgstcapsfeatures.c66 gboolean is_any; member
/third_party/boost/boost/type_erasure/
Dany.hpp192 struct is_any : ::boost::mpl::false_ {}; struct
195 struct is_any<any<Concept, T> > : ::boost::mpl::true_ {}; struct
/third_party/grpc/third_party/upb/generated_for_cmake/upb/json/
Dparser.c214 bool is_any; member
/third_party/grpc/third_party/upb/cmake/upb/json/
Dparser.c214 bool is_any; member
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c9171 bool is_any; member