Searched defs:is_public (Results 1 – 14 of 14) sorted by relevance
/third_party/gn/src/gn/ |
D | target_public_pair.h | 18 TargetPublicPair(const Target* target, bool is_public) in TargetPublicPair() 26 bool is_public() const { return pair_.tag() != 0; } in is_public() function 27 void set_is_public(bool is_public) { pair_.set_tag(is_public ? 1 : 0); } in set_is_public() 76 void Append(const Target* target, bool is_public) { in Append() 100 void AppendInherited(const C& other, bool is_public) { in AppendInherited()
|
D | inherited_libraries.cc | 22 void InheritedLibraries::Append(const Target* target, bool is_public) { in Append() 34 bool is_public) { in AppendInherited() 44 bool is_public) { in AppendPublicSharedLibraries()
|
D | header_checker.h | 42 bool is_public; member 92 bool is_public; member
|
D | resolved_target_data.cc | 252 bool is_public, in ComputeInheritedLibsFor() 346 bool is_public, in ComputeRustLibsFor()
|
D | header_checker.cc | 28 bool is_public; member
|
D | target.cc | 758 void Target::PullDependentTargetLibsFrom(const Target* dep, bool is_public) { in PullDependentTargetLibsFrom()
|
/third_party/boost/boost/contract/ |
D | base_types.hpp | 97 #define BOOST_CONTRACT_BASE_TYPES_PUSH_BACK_IF_(is_public, types_nilseq, base) \ argument 107 #define BOOST_CONTRACT_BASE_TYPES_SKIP_NOT_PUBLIC_(is_public, types_nilseq, \ argument 112 #define BOOST_CONTRACT_BASE_TYPES_PUSH_BACK_PUBLIC_(is_public, types_nilseq, \ argument 122 #define BOOST_CONTRACT_BASE_TYPES_ACCESS_(is_public, types_nilseq, base) \ argument
|
/third_party/libsoup/tests/ |
D | tld-test.c | 138 gboolean is_public; in do_inet_tests() local 167 gboolean is_public; in do_non_inet_tests() local
|
/third_party/python/Tools/c-analyzer/c_analyzer/ |
D | match.py | 53 def is_public(decl): function
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
D | xcode.py | 555 def AddHeaderToTarget(header, pbxp, xct, is_public): argument
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
D | xcode.py | 523 def AddHeaderToTarget(header, pbxp, xct, is_public): argument
|
/third_party/flatbuffers/grpc/src/compiler/ |
D | cpp_generator.cc | 181 std::map<grpc::string, grpc::string> *vars, bool is_public) { in PrintHeaderClientMethodInterfaces() 388 bool is_public) { in PrintHeaderClientMethod()
|
/third_party/grpc/src/compiler/ |
D | cpp_generator.cc | 197 bool is_public) { in PrintHeaderClientMethodInterfaces() 396 bool is_public) { in PrintHeaderClientMethod()
|
/third_party/node/src/ |
D | node_crypto.cc | 3109 bool is_public; in GetPublicOrPrivateKeyFromJs() local
|