Home
last modified time | relevance | path

Searched refs:SymbolInformation (Results 1 – 25 of 640) sorted by relevance

12345678910>>...26

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/classview/
H A Dclassviewsymbolinformation.h38 class SymbolInformation
41 SymbolInformation();
42 SymbolInformation(const QString &name, const QString &type, int iconType = INT_MIN);
44 bool operator<(const SymbolInformation &other) const;
50 inline bool operator==(const SymbolInformation &other) const
67 inline auto qHash(const SymbolInformation &information) in qHash()
76 Q_DECLARE_METATYPE(ClassView::Internal::SymbolInformation)
H A Dclassviewsymbolinformation.cpp45 SymbolInformation::SymbolInformation() : in SymbolInformation() function in ClassView::Internal::SymbolInformation
51 SymbolInformation::SymbolInformation(const QString &valueName, const QString &valueType, in SymbolInformation() function in ClassView::Internal::SymbolInformation
69 int SymbolInformation::iconTypeSortOrder() const in iconTypeSortOrder()
114 bool SymbolInformation::operator<(const SymbolInformation &other) const in operator <()
H A Dclassviewparsertreeitem.cpp70 QHash<SymbolInformation, ParserTreeItem::ConstPtr> m_symbolInformations;
85 const SymbolInformation &inf = it.key(); in mergeWith()
125 SymbolInformation information(name, type, iconType); in mergeSymbol()
199 ParserTreeItem::ParserTreeItem(const QHash<SymbolInformation, ConstPtr> &children) in ParserTreeItem() argument
228 ParserTreeItem::ConstPtr ParserTreeItem::child(const SymbolInformation &inf) const in child()
301 QMap<SymbolInformation, ConstPtr> map; in fetchMore()
306 const SymbolInformation &inf = it.key(); in fetchMore()
341 const SymbolInformation &inf = it.key(); in debugDump()
H A Dclassviewutils.cpp59 SymbolInformation symbolInformationFromItem(const QStandardItem *item) in symbolInformationFromItem()
64 return SymbolInformation(); in symbolInformationFromItem()
78 return SymbolInformation(name, type, iconType); in symbolInformationFromItem()
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/test/functional/
H A DSymbol.hs70 …let myData = SymbolInformation "MyData" SkStruct Nothing Nothing (Location testUri myDataR) (Just …
71 … a = SymbolInformation "A" SkConstructor Nothing Nothing (Location testUri aR) (Just "MyData")
72 … b = SymbolInformation "B" SkConstructor Nothing Nothing (Location testUri bR) (Just "MyData")
80 …let foo = SymbolInformation "foo" SkFunction Nothing Nothing (Location testUri fooR) (Just "Symbol…
81 … bar = SymbolInformation "bar" SkFunction Nothing Nothing (Location testUri barR) (Just "foo")
82 … dog = SymbolInformation "dog" SkVariable Nothing Nothing (Location testUri dogR) (Just "bar")
83 … cat = SymbolInformation "cat" SkVariable Nothing Nothing (Location testUri catR) (Just "bar")
92 let testPattern = SymbolInformation "TestPattern"
101 …let imports = SymbolInformation "imports" SkModule Nothing Nothing (Location testUri importsR) (Ju…
102 …importDataMaybe = SymbolInformation "import Data.Maybe" SkModule Nothing Nothing (Location testUri…
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/test/functional/
H A DSymbol.hs70 …let myData = SymbolInformation "MyData" SkStruct Nothing Nothing (Location testUri myDataR) (Just …
71 … a = SymbolInformation "A" SkConstructor Nothing Nothing (Location testUri aR) (Just "MyData")
72 … b = SymbolInformation "B" SkConstructor Nothing Nothing (Location testUri bR) (Just "MyData")
80 …let foo = SymbolInformation "foo" SkFunction Nothing Nothing (Location testUri fooR) (Just "Symbol…
81 … bar = SymbolInformation "bar" SkFunction Nothing Nothing (Location testUri barR) (Just "foo")
82 … dog = SymbolInformation "dog" SkVariable Nothing Nothing (Location testUri dogR) (Just "bar")
83 … cat = SymbolInformation "cat" SkVariable Nothing Nothing (Location testUri catR) (Just "bar")
92 let testPattern = SymbolInformation "TestPattern"
101 …let imports = SymbolInformation "imports" SkModule Nothing Nothing (Location testUri importsR) (Ju…
102 …importDataMaybe = SymbolInformation "import Data.Maybe" SkModule Nothing Nothing (Location testUri…
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-web/cirq_ts/src/circuit/components/
H A Dtypes.ts24 export interface SymbolInformation { interface
49 constructor(symbol_info: SymbolInformation, padding_factor = 1) {
60 private buildAndAddMeshesToGroup(symbol_info: SymbolInformation) {
88 private addConnectionLines(symbol_info: SymbolInformation) {
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-web/cirq_ts/src/circuit/components/
H A Dtypes.ts24 export interface SymbolInformation { interface
49 constructor(symbol_info: SymbolInformation, padding_factor = 1) {
60 private buildAndAddMeshesToGroup(symbol_info: SymbolInformation) {
88 private addConnectionLines(symbol_info: SymbolInformation) {
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-web/cirq_ts/src/circuit/components/
H A Dtypes.ts24 export interface SymbolInformation { interface
49 constructor(symbol_info: SymbolInformation, padding_factor = 1) {
60 private buildAndAddMeshesToGroup(symbol_info: SymbolInformation) {
88 private addConnectionLines(symbol_info: SymbolInformation) {
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-web/cirq_ts/src/circuit/components/
H A Dtypes.ts24 export interface SymbolInformation { interface
49 constructor(symbol_info: SymbolInformation, padding_factor = 1) {
60 private buildAndAddMeshesToGroup(symbol_info: SymbolInformation) {
88 private addConnectionLines(symbol_info: SymbolInformation) {
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-web/cirq_ts/src/circuit/components/
H A Dtypes.ts24 export interface SymbolInformation { interface
49 constructor(symbol_info: SymbolInformation, padding_factor = 1) {
60 private buildAndAddMeshesToGroup(symbol_info: SymbolInformation) {
88 private addConnectionLines(symbol_info: SymbolInformation) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/snapshot/mac/
H A Dmach_o_image_symbol_table_reader.h40 struct SymbolInformation { struct
66 using SymbolInformationMap = std::map<std::string, SymbolInformation>; argument
120 const SymbolInformation* LookUpExternalDefinedSymbol(
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/snapshot/mac/
H A Dmach_o_image_symbol_table_reader.h40 struct SymbolInformation { struct
66 using SymbolInformationMap = std::map<std::string, SymbolInformation>; argument
120 const SymbolInformation* LookUpExternalDefinedSymbol(
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/clangd/
H A DFindSymbols.cpp90 using ScoredSymbolInfo = std::pair<float, SymbolInformation>;
101 llvm::Expected<std::vector<SymbolInformation>>
104 std::vector<SymbolInformation> Result;
151 SymbolInformation Info = {Sym.Name, SK, L, ScopeRef};
181 std::vector<SymbolInformation> Symbols;
187 std::vector<SymbolInformation> takeSymbols() { return std::move(Symbols); }
253 SymbolInformation SI;
264 llvm::Expected<std::vector<SymbolInformation>>
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/snapshot/elf/
H A Delf_symbol_table_reader.h34 struct SymbolInformation { struct
73 bool GetSymbol(const std::string& name, SymbolInformation* info); argument
77 bool ScanSymbolTable(const std::string& name, SymbolInformation* info);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/snapshot/elf/
H A Delf_symbol_table_reader.h34 struct SymbolInformation { struct
73 bool GetSymbol(const std::string& name, SymbolInformation* info); argument
77 bool ScanSymbolTable(const std::string& name, SymbolInformation* info);
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/lsp-types-0.91.1/src/
H A Ddocument_symbols.rs41 Flat(Vec<SymbolInformation>),
45 impl From<Vec<SymbolInformation>> for DocumentSymbolResponse {
46 fn from(info: Vec<SymbolInformation>) -> Self { in from()
109 pub struct SymbolInformation { struct
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/lsp-types-0.91.1/src/
H A Ddocument_symbols.rs41 Flat(Vec<SymbolInformation>),
45 impl From<Vec<SymbolInformation>> for DocumentSymbolResponse {
46 fn from(info: Vec<SymbolInformation>) -> Self { in from()
109 pub struct SymbolInformation { struct
/dports/editors/helix/helix-0.5.0/cargo-crates/lsp-types-0.90.1/src/
H A Ddocument_symbols.rs41 Flat(Vec<SymbolInformation>),
45 impl From<Vec<SymbolInformation>> for DocumentSymbolResponse {
46 fn from(info: Vec<SymbolInformation>) -> Self { in from()
109 pub struct SymbolInformation { struct
/dports/devel/texlab/texlab-3.3.0/cargo-crates/lsp-types-0.90.0/src/
H A Ddocument_symbols.rs41 Flat(Vec<SymbolInformation>),
45 impl From<Vec<SymbolInformation>> for DocumentSymbolResponse {
46 fn from(info: Vec<SymbolInformation>) -> Self { in from()
109 pub struct SymbolInformation { struct
/dports/lang/rust/rustc-1.58.1-src/vendor/lsp-types/src/
H A Ddocument_symbols.rs41 Flat(Vec<SymbolInformation>),
45 impl From<Vec<SymbolInformation>> for DocumentSymbolResponse {
46 fn from(info: Vec<SymbolInformation>) -> Self { in from()
109 pub struct SymbolInformation { struct
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-web/cirq_ts/src/circuit/
H A Dgrid_circuit.ts16 import {Symbol3D, SymbolInformation} from './components/types';
38 symbols: SymbolInformation[],
61 symbolInfo: SymbolInformation,
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-web/cirq_ts/src/circuit/
H A Dgrid_circuit.ts16 import {Symbol3D, SymbolInformation} from './components/types';
38 symbols: SymbolInformation[],
61 symbolInfo: SymbolInformation,
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-web/cirq_ts/src/circuit/
H A Dgrid_circuit.ts16 import {Symbol3D, SymbolInformation} from './components/types';
38 symbols: SymbolInformation[],
61 symbolInfo: SymbolInformation,
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-web/cirq_ts/src/circuit/
H A Dgrid_circuit.ts16 import {Symbol3D, SymbolInformation} from './components/types';
38 symbols: SymbolInformation[],
61 symbolInfo: SymbolInformation,

12345678910>>...26