3 instantiations of StringBlob
System.Speech (3)
Internal\SrgsCompiler\BackEnd.cs (2)
20
_words = new
StringBlob
();
21
_symbols = new
StringBlob
();
Internal\SrgsCompiler\CFGGrammar.cs (1)
505
return new
StringBlob
(ach);
15 references to StringBlob
System.Speech (15)
Internal\SrgsCompiler\Arc.cs (3)
56
internal Arc(string? sWord, Rule? ruleRef,
StringBlob
words, float flWeight, int confidence, Rule? specialRule, MatchMode matchMode, ref bool fNeedWeightTable)
61
private Arc(string? sWord, Rule? ruleRef,
StringBlob
words, float flWeight, int confidence, Rule? specialRule, uint iSerialize, MatchMode matchMode, ref bool fNeedWeightTable)
742
private static string? GetSemanticValue(CfgSemanticTag tag,
StringBlob
symbols, out string? value)
Internal\SrgsCompiler\BackEnd.cs (4)
771
internal
StringBlob
Words
779
internal
StringBlob
Symbols
1349
private
StringBlob
_words;
1351
private
StringBlob
_symbols;
Internal\SrgsCompiler\CFGGrammar.cs (4)
40
internal
StringBlob
? pszWords;
42
internal
StringBlob
? pszSymbols;
335
StringBlob
symbols = LoadStringBlob(streamHelper, pFH.pszSymbols, pFH.cchSymbols);
498
private static
StringBlob
LoadStringBlob(StreamMarshaler streamHelper, uint iPos, int c)
Internal\SrgsCompiler\CfgSemanticTag.cs (1)
29
internal CfgSemanticTag(
StringBlob
symbols, CfgGrammar.CfgProperty property)
Internal\SrgsCompiler\Rule.cs (1)
125
internal Rule Clone(
StringBlob
symbol, string ruleName)
Internal\SrgsCompiler\ScriptRef.cs (1)
26
internal void Serialize(
StringBlob
symbols, StreamMarshaler streamBuffer)
Recognition\Grammar.cs (1)
1052
StringBlob
symbols = header.pszSymbols;