Searched refs:fOutput (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | pluralranges.cpp | 27 PluralRangesDataSink(StandardPluralRanges& output) : fOutput(output) {} in PluralRangesDataSink() 32 fOutput.setCapacity(entriesArray.getSize(), status); in put() 50 fOutput.addPluralRange(first, second, result); in put() 55 StandardPluralRanges& fOutput; member in __anon5e0eadf70111::PluralRangesDataSink
|
/third_party/icu/icu4c/source/i18n/ |
D | pluralranges.cpp | 27 PluralRangesDataSink(StandardPluralRanges& output) : fOutput(output) {} in PluralRangesDataSink() 32 fOutput.setCapacity(entriesArray.getSize(), status); in put() 50 fOutput.addPluralRange(first, second, result); in put() 55 StandardPluralRanges& fOutput; member in __anon346ed5c90111::PluralRangesDataSink
|
/third_party/node/deps/icu-small/source/i18n/ |
D | pluralranges.cpp | 27 PluralRangesDataSink(StandardPluralRanges& output) : fOutput(output) {} in PluralRangesDataSink() 32 fOutput.setCapacity(entriesArray.getSize(), status); in put() 50 fOutput.addPluralRange(first, second, result); in put() 55 StandardPluralRanges& fOutput; member in __anon41776bb80111::PluralRangesDataSink
|
/third_party/skia/bench/ |
D | SkSLBench.cpp | 62 , fOutput(output) { in SkSLCompileBench() 89 switch (fOutput) { in onDraw() 104 Output fOutput; member in SkSLCompileBench
|
/third_party/skia/src/sksl/ |
D | SkSLMain.cpp | 409 fOutput += decl->description(); in processCommand() 416 fOutput += String(decl) + "{" + body + "}"; in processCommand() 420 fOutput += String(decl) + ";"; in processCommand() 424 fOutput += definition; in processCommand() 428 fOutput += declaration; in processCommand() 444 String fOutput; in processCommand() member in processCommand::__anonb3712cef0802::Callbacks 460 out.writeString(GrShaderUtils::PrettyPrint(callbacks.fOutput)); in processCommand()
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLByteCodeGenerator.cpp | 18 , fOutput(output) in ByteCodeGenerator() 58 fOutput->fFunctions.push_back(std::move(f)); in generateCode() 71 fOutput->fInputSlots.push_back(fOutput->fGlobalCount++); in generateCode() 74 fOutput->fGlobalCount += SlotCount(declVar->fType); in generateCode() 818 int index = fOutput->fExternalValues.size(); in writeExternalFunctionCall() 819 fOutput->fExternalValues.push_back(f.fFunction); in writeExternalFunctionCall() 827 int index = fOutput->fExternalValues.size(); in writeExternalValue() 828 fOutput->fExternalValues.push_back(e.fValue); in writeExternalValue() 966 const ByteCodeFunction* callee = fOutput->fFunctions[idx].get(); in writeFunctionCall() 1314 int index = fOutput->fExternalValues.size(); in getLValue() [all …]
|
D | SkSLByteCodeGenerator.h | 271 ByteCode* fOutput; variable
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | numrange_impl.cpp | 88 PluralRangesDataSink(StandardPluralRanges& output) : fOutput(output) {} in PluralRangesDataSink() 93 fOutput.setCapacity(entriesArray.getSize()); in put() 106 fOutput.addPluralRange(first, second, result); in put() 111 StandardPluralRanges& fOutput; member in __anon28c4a36a0111::PluralRangesDataSink
|