/third_party/boost/boost/phoenix/core/ |
D | argument.hpp | 29 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/ |
D | binary.hpp | 82 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/ |
D | TestServiceClient.php | 46 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,
|
D | ReconnectServiceClient.php | 44 public function Start(\Grpc\Testing\ReconnectParams $argument, 58 public function Stop(\Grpc\Testing\EmptyMessage $argument,
|
D | WorkerServiceClient.php | 77 public function CoreCount(\Grpc\Testing\CoreRequest $argument, 92 public function QuitWorker(\Grpc\Testing\PBVoid $argument,
|
D | ServiceAClient.php | 51 public function MethodA1(\Grpc\Testing\Request $argument, 81 public function MethodA3(\Grpc\Testing\Request $argument,
|
D | BenchmarkServiceClient.php | 44 public function UnaryCall(\Grpc\Testing\SimpleRequest $argument, 87 public function StreamingFromServer(\Grpc\Testing\SimpleRequest $argument,
|
/third_party/grpc/src/php/tests/interop/Grpc/Testing/ |
D | TestServiceClient.php | 46 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,
|
D | XdsUpdateHealthServiceClient.php | 44 public function SetServing(\Grpc\Testing\EmptyMessage $argument, 58 public function SetNotServing(\Grpc\Testing\EmptyMessage $argument,
|
D | LoadBalancerStatsServiceClient.php | 45 public function GetClientStats(\Grpc\Testing\LoadBalancerStatsRequest $argument, 60 …lic function GetClientAccumulatedStats(\Grpc\Testing\LoadBalancerAccumulatedStatsRequest $argument,
|
D | ReconnectServiceClient.php | 44 public function Start(\Grpc\Testing\ReconnectParams $argument, 58 public function Stop(\Grpc\Testing\EmptyMessage $argument,
|
/third_party/boost/boost/spirit/home/support/ |
D | argument_expression.hpp | 27 struct argument struct 32 >::type type; 34 static type make() in make()
|
D | argument.hpp | 159 struct argument struct 161 typedef mpl::true_ no_nullary; 164 struct result 175 eval(Env const& env) const in eval()
|
/third_party/gptfdisk/ |
D | gptcl.cc | 507 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/ |
D | SkSLConstructor.h | 87 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
|
D | SkSLConstructorStruct.cpp | 33 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/ |
D | MathClient.php | 42 public function Div(\Math\DivArgs $argument, 74 public function Fib(\Math\FibArgs $argument,
|
/third_party/grpc/src/php/tests/unit_tests/ |
D | InterceptorTest.php | 67 SimpleRequest $argument, 97 $argument, 120 $argument, 176 $argument, 200 $argument,
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | FunctionLookup.cpp | 98 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/ |
D | FunctionLookup.cpp | 98 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/ |
D | argument.hpp | 40 class argument { class 43 argument( rtti::id_t value_type ) in argument() function in boost::runtime::argument
|
/third_party/grpc/src/php/lib/Grpc/ |
D | Interceptor.php | 32 $argument, 53 $argument,
|
/third_party/python/Lib/ |
D | sched.py | 62 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/ |
D | SkCallableTraits.h | 17 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/ |
D | type-check.js | 31 argument: ['true', 'false-primitive', 'false-object'], property 37 function main({ type, argument, version, n }) { property
|