Home
last modified time | relevance | path

Searched defs:SetInput (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/tint/src/utils/io/
Dcommand.h74 void SetInput(const std::string& input) { input_ = input; } in SetInput() function
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
DState.cs138 internal static void SetInput(Org.Brotli.Dec.State state, System.IO.Stream input) in SetInput() method in Org.Brotli.Dec.State
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.cc605 void PhiInstruction::SetInput(size_t offset, int virtual_register) { in SetInput() function in v8::internal::compiler::PhiInstruction