Home
last modified time | relevance | path

Searched defs:argument (Results 1 – 25 of 217) sorted by relevance

123456789

/third_party/boost/boost/phoenix/core/
Dargument.hpp29 struct argument struct
32 typedef typename mpl::int_<I>::value_type value_type;
33 static const value_type value = mpl::int_<I>::value;
35 bool operator==(argument) const in operator ==()
41 bool operator==(argument<I2>) const in operator ==()
60 struct argument struct
63 typedef typename expression::terminal<phoenix::argument<I> >::type type;
64 static const type make() in make()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dbinary.hpp82 struct argument { struct
83 enum type {
93 enum ext_type {
98 enum semantic {
108 argument(enum type type, size_t size, in argument() function
116 argument(enum type type, size_t size) : in argument() function
121 argument() : type(scalar), size(0), in argument() argument
125 type type;
126 size_t size;
127 size_t target_size;
[all …]
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DTestServiceClient.php46 public function EmptyCall(\Grpc\Testing\EmptyMessage $argument,
61 public function UnaryCall(\Grpc\Testing\SimpleRequest $argument,
78 public function CacheableUnaryCall(\Grpc\Testing\SimpleRequest $argument,
94 public function StreamingOutputCall(\Grpc\Testing\StreamingOutputCallRequest $argument,
152 public function UnimplementedCall(\Grpc\Testing\EmptyMessage $argument,
DReconnectServiceClient.php44 public function Start(\Grpc\Testing\ReconnectParams $argument,
58 public function Stop(\Grpc\Testing\EmptyMessage $argument,
DWorkerServiceClient.php77 public function CoreCount(\Grpc\Testing\CoreRequest $argument,
92 public function QuitWorker(\Grpc\Testing\PBVoid $argument,
DServiceAClient.php51 public function MethodA1(\Grpc\Testing\Request $argument,
81 public function MethodA3(\Grpc\Testing\Request $argument,
DBenchmarkServiceClient.php44 public function UnaryCall(\Grpc\Testing\SimpleRequest $argument,
87 public function StreamingFromServer(\Grpc\Testing\SimpleRequest $argument,
/third_party/grpc/src/php/tests/interop/Grpc/Testing/
DTestServiceClient.php46 public function EmptyCall(\Grpc\Testing\EmptyMessage $argument,
61 public function UnaryCall(\Grpc\Testing\SimpleRequest $argument,
78 public function CacheableUnaryCall(\Grpc\Testing\SimpleRequest $argument,
94 public function StreamingOutputCall(\Grpc\Testing\StreamingOutputCallRequest $argument,
152 public function UnimplementedCall(\Grpc\Testing\EmptyMessage $argument,
DXdsUpdateHealthServiceClient.php44 public function SetServing(\Grpc\Testing\EmptyMessage $argument,
58 public function SetNotServing(\Grpc\Testing\EmptyMessage $argument,
DLoadBalancerStatsServiceClient.php45 public function GetClientStats(\Grpc\Testing\LoadBalancerStatsRequest $argument,
60 …lic function GetClientAccumulatedStats(\Grpc\Testing\LoadBalancerAccumulatedStatsRequest $argument,
DReconnectServiceClient.php44 public function Start(\Grpc\Testing\ReconnectParams $argument,
58 public function Stop(\Grpc\Testing\EmptyMessage $argument,
/third_party/boost/boost/spirit/home/support/
Dargument_expression.hpp27 struct argument struct
32 >::type type;
34 static type make() in make()
Dargument.hpp159 struct argument struct
161 typedef mpl::true_ no_nullary;
164 struct result
175 eval(Env const& env) const in eval()
/third_party/gptfdisk/
Dgptcl.cc507 int GPTDataCL::BuildMBR(char* argument, int isHybrid) { in BuildMBR()
563 int CountColons(char* argument) { in CountColons()
573 uint64_t GetInt(const string & argument, int itemNum) { in GetInt()
584 string GetString(string argument, int itemNum) { in GetString()
/third_party/skia/src/sksl/ir/
DSkSLConstructor.h87 std::unique_ptr<Expression> argument) in SingleArgumentConstructor()
91 std::unique_ptr<Expression>& argument() { in argument() function
95 const std::unique_ptr<Expression>& argument() const { in argument() function
DSkSLConstructorStruct.cpp33 std::unique_ptr<Expression>& argument = args[index]; in Convert() local
50 const std::unique_ptr<Expression>& argument = args[index]; in arguments_match_field_types() local
/third_party/grpc/src/php/tests/generated_code/Math/
DMathClient.php42 public function Div(\Math\DivArgs $argument,
74 public function Fib(\Math\FibArgs $argument,
/third_party/grpc/src/php/tests/unit_tests/
DInterceptorTest.php67 SimpleRequest $argument,
97 $argument,
120 $argument,
176 $argument,
200 $argument,
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DFunctionLookup.cpp98 TIntermNode *argument = arguments[i]; in GetMangledNames() local
116 TIntermNode *argument = arguments[i]; in GetMangledNames() local
164 void TFunctionLookup::addArgument(TIntermTyped *argument) in addArgument()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DFunctionLookup.cpp98 TIntermNode *argument = arguments[i]; in GetMangledNames() local
116 TIntermNode *argument = arguments[i]; in GetMangledNames() local
164 void TFunctionLookup::addArgument(TIntermTyped *argument) in addArgument()
/third_party/boost/boost/test/utils/runtime/
Dargument.hpp40 class argument { class
43 argument( rtti::id_t value_type ) in argument() function in boost::runtime::argument
/third_party/grpc/src/php/lib/Grpc/
DInterceptor.php32 $argument,
53 $argument,
/third_party/python/Lib/
Dsched.py62 def enterabs(self, time, priority, action, argument=(), kwargs=_sentinel): argument
78 def enter(self, delay, priority, action, argument=(), kwargs=_sentinel): argument
/third_party/flutter/skia/src/utils/
DSkCallableTraits.h17 template <std::size_t N> struct argument { struct
19 using type = typename std::tuple_element<N, std::tuple<Args...>>::type;
/third_party/node/benchmark/util/
Dtype-check.js31 argument: ['true', 'false-primitive', 'false-object'], property
37 function main({ type, argument, version, n }) { property

123456789