Home
last modified time | relevance | path

Searched defs:is_public (Results 1 - 13 of 13) sorted by relevance

/third_party/gn/src/gn/
H A Dinherited_libraries.cc22 void InheritedLibraries::Append(const Target* target, bool is_public) { in Append() argument
33 AppendInherited(const InheritedLibraries& other, bool is_public) AppendInherited() argument
42 AppendPublicSharedLibraries( const InheritedLibraries& other, bool is_public) AppendPublicSharedLibraries() argument
H A Dinnerapis_publicinfo_generator.h24 bool is_public; member
H A Dheader_checker.h42 bool is_public; member
93 bool is_public; member
H A Dtarget_public_pair.h35 TargetPublicPair(const Target* target, bool is_public) in TargetPublicPair() argument
43 bool is_public() const { return is_public_; } in is_public() function in TargetPublicPair
44 void set_is_public(bool is_public) { is_public_ = is_public; } in set_is_public() argument
97 void Append(const Target* target, bool is_public) { in Append() argument
121 AppendInherited(const C& other, bool is_public) AppendInherited() argument
[all...]
H A Dresolved_target_data.cc103 ComputeInheritedLibsFor( base::span<const Target*> deps, bool is_public, TargetPublicPairListBuilder* inherited_libraries) const ComputeInheritedLibsFor() argument
186 ComputeRustLibsFor(base::span<const Target*> deps, bool is_public, RustLibsBuilder* rust_libs) const ComputeRustLibsFor() argument
[all...]
H A Dheader_checker.cc29 bool is_public; member
[all...]
H A Dinnerapis_publicinfo_generator.cc127 static void SetExternalPublicConfigsKey(const std::string &label, bool is_public) in SetExternalPublicConfigsKey() argument
H A Dtarget.cc753 void Target::PullDependentTargetLibsFrom(const Target* dep, bool is_public) { in PullDependentTargetLibsFrom() argument
/third_party/python/Tools/c-analyzer/c_analyzer/
H A Dmatch.py53 def is_public(decl): function
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dcrypto_knowledge.py126 def is_public(self) -> bool: member in KeyType
/third_party/node/src/crypto/
H A Dcrypto_keys.cc784 bool is_public; in GetPublicOrPrivateKeyFromJs() local
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dcomp.rs150 fn is_public(&self) -> bool; in is_public() functions
416 fn is_public(&self) -> bool { in is_public() functions
476 fn is_public(&self) -> bool { in is_public() functions
909 fn is_public(&self) -> bool { in is_public() functions
979 pub fn is_public(&self) -> bool { in is_public() functions
/third_party/libabigail/src/
H A Dabg-ir.cc2059 elf_symbol::is_public() const in is_public() function in abigail::ir::elf_symbol

Completed in 43 milliseconds