Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/
Dmessage_differencer_unittest.cc83 differencer->set_scope(util::MessageDifferencer::FULL); in ExpectEqualsWithDifferencer()
86 differencer->set_scope(util::MessageDifferencer::PARTIAL); in ExpectEqualsWithDifferencer()
175 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
191 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
206 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
222 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
238 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
254 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
332 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
352 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
[all …]
Dmessage_differencer.h568 void set_scope(Scope scope);
Dmessage_differencer.cc296 void MessageDifferencer::set_scope(Scope scope) { scope_ = scope; } in set_scope() function in google::protobuf::util::MessageDifferencer
/third_party/libabigail/include/
Dabg-ir.h1253 set_scope(scope_decl* s) in set_scope() function
1556 set_scope(scope_decl*);
2892 set_scope(scope_decl*);
3789 set_scope(scope_decl*);
/third_party/libabigail/src/
Dabg-ir.cc5238 decl_base::set_scope(scope_decl* scope) in set_scope() function in abigail::ir::decl_base
5243 priv_->context_->set_scope(scope); in set_scope()
7700 member->set_scope(this); in add_member_decl()
7844 member->set_scope(this); in insert_member_decl()
8135 decl->set_scope(0); in remove_decl_from_scope()
18909 var_decl::set_scope(scope_decl* scope) in set_scope() function in abigail::ir::var_decl
18914 get_context_rel()->set_scope(scope); in set_scope()
21751 m->set_scope(this); in add_member_class_template()
23071 method_decl::set_scope(scope_decl* scope) in set_scope() function in abigail::ir::method_decl
23076 get_context_rel()->set_scope(scope); in set_scope()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_pcb.c4339 struct sctp_nets **netp, uint16_t port, int set_scope, int from) argument
4393 if (set_scope) {
4421 if (set_scope) {
4520 if (net->addr_is_local && ((set_scope || (from == SCTP_ADDR_IS_CONFIRMED)))) {
/third_party/libabigail/
DChangeLog21325 (decl_base::{get_context_rel, set_scope}): Adjust.
21326 (class_decl::method_decl::{method_decl, set_scope}): Likewise.
21903 get_type, set_scope}): Remove from the class_decl scope.
37492 set_scope}): Adjust.
37496 (var_decl::set_scope): Likewise.
37498 (class_decl::method_decl::set_scope): Likewise.
38824 (class_decl::method_decl::set_scope): New virtual overload.
38857 (class_decl::method_decl::set_scope): New definition.
38879 (var_decl::set_scope): Declare new virtual member.
38908 (var_decl::set_scope): Define new member function. Make this set
[all …]