HomeSort by relevance Sort by last modified time
    Searched refs:fBody (Results 1 - 7 of 7) sorted by null

  /external/skia/src/sksl/ir/
SkSLFunctionDefinition.h 25 , fBody(std::move(body)) {}
28 return fDeclaration.description() + " " + fBody->description();
32 const std::unique_ptr<Block> fBody;
  /external/skia/src/sksl/ast/
SkSLASTFunction.h 19 * A function declaration or definition. The fBody field will be null for declarations.
29 , fBody(std::move(body)) {}
39 if (fBody) {
40 result += ") " + fBody->description();
50 const std::unique_ptr<ASTBlock> fBody;
  /external/skia/src/sksl/
SkSLCFGGenerator.cpp 391 this->addStatement(result, f.fBody.get());
SkSLGLSLCodeGenerator.cpp 514 for (const auto& s : f.fBody->fStatements) {
SkSLIRGenerator.cpp 579 if (f.fBody) {
588 std::unique_ptr<Block> body = this->convertBlock(*f.fBody);
    [all...]
SkSLSPIRVCodeGenerator.cpp     [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 

Completed in 550 milliseconds