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/python/Tools/c-analyzer/c_analyzer/ |
D | match.py | 53 def is_public(decl): function
|
/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/node/tools/gyp/pylib/gyp/generator/ |
D | xcode.py | 555 def AddHeaderToTarget(header, pbxp, xct, is_public): argument
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
D | comp.rs | 150 fn is_public(&self) -> bool; in is_public() method 416 fn is_public(&self) -> bool { in is_public() method 476 fn is_public(&self) -> bool { in is_public() method 909 fn is_public(&self) -> bool { in is_public() method 979 pub fn is_public(&self) -> bool { in is_public() method 1350 let is_public = cur.public_accessible(); in from_ty() localVariable
|
/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/node/src/ |
D | node_crypto.cc | 3109 bool is_public; in GetPublicOrPrivateKeyFromJs() local
|
/third_party/libabigail/src/ |
D | abg-dwarf-reader.cc | 6326 bool is_public = false; in die_is_public_decl() local
|
D | abg-ir.cc | 2059 elf_symbol::is_public() const in is_public() function in abigail::ir::elf_symbol
|