Home
last modified time | relevance | path

Searched defs:idString (Results 1 – 5 of 5) sorted by relevance

/third_party/lzma/CS/7zip/Common/
DCommandLineParser.cs26 public SwitchForm(string idString, SwitchType type, bool multi, in SwitchForm()
36 public SwitchForm(string idString, SwitchType type, bool multi, int minLen): in SwitchForm()
40 public SwitchForm(string idString, SwitchType type, bool multi): in SwitchForm()
262 public CommandForm(string idString, bool postStringMode) in CommandForm()
/third_party/rust/rust/src/tools/rust-analyzer/editors/code/src/
Dbootstrap.ts94 const idString = contents.split("\n").find((a) => a.startsWith("ID=")) || "ID=linux"; constant
/third_party/skia/src/pdf/
DSkPDFTag.cpp30 SkString idString; in nodeIdToString() local
146 SkString idString = SkPDFTagNode::nodeIdToString(nodeId); in appendNodeIdArray() local
293 SkString idString = SkPDFTagNode::nodeIdToString(node->fNodeId); in PrepareTagTreeToEmit() local
388 SkString idString = SkPDFTagNode::nodeIdToString(entry.nodeId); in makeStructTreeRoot() local
/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp111 const char* idString = getTypeString(peek()); in acceptIdentifier() local
2409 const char* idString = getTypeString(peek()); in acceptStruct() local
/third_party/typescript/src/services/refactors/
DextractSymbol.ts1990 const idString = decl.symbol.id!.toString(); constant