Home
last modified time | relevance | path

Searched refs:command_ (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/doc/html/boost_asio/example/cpp11/socks4/
Dsocks4.hpp35 command_(cmd), in request()
61 boost::asio::buffer(&command_, 1), in buffers()
73 unsigned char command_; member in socks4::request
/third_party/boost/libs/asio/example/cpp11/socks4/
Dsocks4.hpp35 command_(cmd), in request()
61 boost::asio::buffer(&command_, 1), in buffers()
73 unsigned char command_; member in socks4::request
/third_party/boost/libs/asio/example/cpp03/socks4/
Dsocks4.hpp34 command_(cmd), in request()
60 boost::asio::buffer(&command_, 1), in buffers()
73 unsigned char command_; member in socks4::request
/third_party/boost/doc/html/boost_asio/example/cpp03/socks4/
Dsocks4.hpp34 command_(cmd), in request()
60 boost::asio::buffer(&command_, 1), in buffers()
73 unsigned char command_; member in socks4::request
/third_party/gn/src/gn/
Dtool.h82 const SubstitutionPattern& command() const { return command_; } in command()
85 command_ = std::move(cmd); in set_command()
276 SubstitutionPattern command_; variable
Dtool.cc24 command_.FillRequiredTypes(&substitution_bits_); in SetToolComplete()
203 if (!ReadPattern(scope, "command", &command_, err) || in InitTool()
218 if (command_.empty() == command_is_required) { in InitTool()
/third_party/skia/third_party/externals/tint/src/
DCMakeLists.txt526 utils/io/command_${TINT_OS_CC_SUFFIX}.cc
/third_party/node/deps/npm/
DCHANGELOG.md1429 `npm@5`, but it turns out _every other command_ still used the legacy client.