/third_party/libabigail/include/ |
H A D | abg-fwd.h | 902 get_name(const type_or_decl_base*, bool qualified = true); 906 bool qualified = true); 929 bool qualified = true, 934 bool qualified = true, 939 bool qualified = true, 944 bool qualified = true, 950 bool qualified = true,
|
H A D | abg-ir.h | 2179 /// The abstraction of a qualified type. 2281 bool qualified = true, bool internal = false); 2947 get_anon_dm_reliable_name(bool qualified = true) const;
|
/third_party/rust/crates/cxx/macro/src/ |
H A D | type_id.rs | 1 use crate::syntax::qualified::QualifiedName;
|
H A D | lib.rs | 46 use crate::syntax::qualified::QualifiedName;
|
H A D | expand.rs | 6 use crate::syntax::qualified::QualifiedName; 1247 let qualified = QualifiedName { segments }; in type_id() 1248 crate::type_id::expand(Crate::Cxx, qualified) in type_id()
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_helpers.h | 97 // "<namespace>::some_name" is the correct fully qualified namespace. 119 // Returns the non-nested type name for the given type. If "qualified" is 123 // Then the qualified ClassName for Qux would be: 125 // While the non-qualified version would be: 127 inline std::string ClassName(const Descriptor* descriptor, bool qualified) { in ClassName() argument 128 return qualified ? QualifiedClassName(descriptor, Options()) in ClassName() 132 inline std::string ClassName(const EnumDescriptor* descriptor, bool qualified) { in ClassName() argument 133 return qualified ? QualifiedClassName(descriptor, Options()) in ClassName() 145 // Non-qualified name of the default_instance of this message. 149 // Non-qualified nam [all...] |
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | namespace.rs | 1 use crate::syntax::qualified::QualifiedName;
|
H A D | mod.rs | 22 pub mod qualified; modules 292 // qualified C++ name.
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | namespace.rs | 1 use crate::syntax::qualified::QualifiedName;
|
H A D | mod.rs | 22 pub mod qualified; modules 292 // qualified C++ name.
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | namespace.rs | 1 use crate::syntax::qualified::QualifiedName;
|
H A D | mod.rs | 22 pub mod qualified; modules 292 // qualified C++ name.
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | namespace.rs | 1 use crate::syntax::qualified::QualifiedName;
|
H A D | mod.rs | 22 pub mod qualified; modules 292 // qualified C++ name.
|
/third_party/rust/crates/cxx/syntax/ |
H A D | namespace.rs | 1 use crate::syntax::qualified::QualifiedName;
|
H A D | mod.rs | 22 pub mod qualified; modules 292 // qualified C++ name.
|
/third_party/libabigail/src/ |
H A D | abg-ctf-reader.cc | 1299 /// Strip qualification from a qualified type, when it makes sense. 1304 /// qualifiers, the element type is so- qualified, not the 1312 /// array itself it not qualified. 1332 // and pretend that the array itself is not qualified, as per in maybe_strip_qualification() 1341 if (qualified_type_def_sptr qualified = is_qualified_type(element_type)) in maybe_strip_qualification() 1343 qualified_type_def::CV quals = qualified->get_cv_quals(); in maybe_strip_qualification() 1347 qualified->set_cv_quals(quals); in maybe_strip_qualification() 1348 // Let's pretend that the array is no more qualified. in maybe_strip_qualification() 1356 /// Build and return a qualified type libabigail IR. 1399 // the qualified typ in process_ctf_qualified_type() [all...] |
H A D | abg-ir.cc | 43 /// qualified name of a tree of decls and types. It used by the 600 /// Getter for the map that associates the name of a qualified type to 606 /// Getter for the map that associates the name of a qualified type to 3173 /// qualified type. 3227 /// same location), it's their qualified name that is used for the 3300 /// qualified name that is used for the lexicographic sort. 3375 // construction. Namely, type f is a cv-qualified in operator ()() 3377 // nothing, we call it an empty-qualified type). in operator ()() 3384 // empty-qualified reference. If we don't make that in operator ()() 3388 // empty-qualified typ in operator ()() 8340 get_name(const type_or_decl_base *tod, bool qualified) get_name() argument 8372 get_name(const type_or_decl_base_sptr& tod, bool qualified) get_name() argument 8489 get_type_name(const type_base_sptr& t, bool qualified, bool internal) get_type_name() argument 8582 get_type_name(const type_base* t, bool qualified, bool internal) get_type_name() argument 8631 get_type_name(const type_base& t, bool qualified, bool internal) get_type_name() argument 8646 get_name_of_pointer_to_type(const type_base& pointed_to_type, bool qualified, bool internal) get_name_of_pointer_to_type() argument 8668 get_name_of_reference_to_type(const type_base& pointed_to_type, bool lvalue_reference, bool qualified, bool internal) get_name_of_reference_to_type() argument 8698 get_name_of_qualified_type(const type_base_sptr& underlying_type, qualified_type_def::CV quals, bool qualified, bool internal) get_name_of_qualified_type() argument [all...] |
H A D | abg-dwarf-reader.cc | 126 /// the value is the corresponding qualified name of the DIE. 2994 /// Get the qualified name of a given DIE. 3004 /// @return the interned string representing the qualified name of 3028 /// Get the qualified name of a given DIE. 3038 /// @return the interned string representing the qualified name of 3047 /// Get the qualified name of a given DIE which is considered to be 3062 /// @return the interned string representing the qualified name of 3880 /// the fully qualified name of the class and the value is the 3891 /// the fully qualified name of the class and the value is the 4139 /// the fully qualified nam [all...] |
/third_party/rust/crates/cxx/gen/cmd/src/gen/ |
H A D | write.rs | 176 let qualified = strct.name.to_fully_qualified(); in write_std_specializations() 177 writeln!(out, "template <> struct hash<{}> {{", qualified); in write_std_specializations() 181 qualified, in write_std_specializations()
|
/third_party/rust/crates/cxx/gen/src/ |
H A D | write.rs | 176 let qualified = strct.name.to_fully_qualified(); in write_std_specializations() 177 writeln!(out, "template <> struct hash<{}> {{", qualified); in write_std_specializations() 181 qualified, in write_std_specializations()
|
/third_party/rust/crates/cxx/gen/lib/src/gen/ |
H A D | write.rs | 176 let qualified = strct.name.to_fully_qualified(); in write_std_specializations() 177 writeln!(out, "template <> struct hash<{}> {{", qualified); in write_std_specializations() 181 qualified, in write_std_specializations()
|
/third_party/rust/crates/cxx/gen/build/src/gen/ |
H A D | write.rs | 176 let qualified = strct.name.to_fully_qualified(); in write_std_specializations() 177 writeln!(out, "template <> struct hash<{}> {{", qualified); in write_std_specializations() 181 qualified, in write_std_specializations()
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | ninja.py | 320 def GypPathToUniqueOutput(self, path, qualified=True): 323 If qualified is True, qualify the resulting filename with the name 334 # Output: obj/foo/baz/targ.out.o (if qualified) 352 if qualified: 1893 return self.GypPathToUniqueOutput(filename, qualified=False) 2776 # target_outputs is a map from qualified target name to a Target object.
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | ninja.py | 320 def GypPathToUniqueOutput(self, path, qualified=True): 323 If qualified is True, qualify the resulting filename with the name 334 # Output: obj/foo/baz/targ.out.o (if qualified) 352 if qualified: 1890 return self.GypPathToUniqueOutput(filename, qualified=False) 2773 # target_outputs is a map from qualified target name to a Target object.
|