Searched refs:OptionsType (Results 1 – 6 of 6) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/runtime/hccl_adapter/plugin/ |
D | hccl_plugin.h | 39 using OptionsType = std::map<std::string, std::string>; variable 43 PLUGIN_METHOD(InitHcomGraphAdapter, ge::Status, const OptionsType &);
|
/third_party/jsframework/runtime/main/manage/event/ |
D | TaskCenter.ts | 32 type OptionsType = Partial<Record<'action' | 'module' | 'method' | 'ref', string>> alias 165 public send(type: string, options: OptionsType, args: any): any {
|
/third_party/protobuf/src/google/protobuf/ |
D | descriptor.h | 387 typedef ExtensionRangeOptions OptionsType; typedef 502 typedef MessageOptions OptionsType; typedef 837 typedef FieldOptions OptionsType; typedef 974 typedef OneofOptions OptionsType; typedef 1101 typedef EnumOptions OptionsType; typedef 1209 typedef EnumValueOptions OptionsType; typedef 1288 typedef ServiceOptions OptionsType; typedef 1374 typedef MethodOptions OptionsType; typedef 1547 typedef FileOptions OptionsType; typedef
|
D | descriptor.cc | 3291 void AllocateOptions(const typename DescriptorT::OptionsType& orig_options, 3302 const typename DescriptorT::OptionsType& orig_options, 4131 const typename DescriptorT::OptionsType& orig_options, in AllocateOptions() 4155 const typename DescriptorT::OptionsType& orig_options, in AllocateOptionsImpl() 4162 typename DescriptorT::OptionsType* const dummy = nullptr; in AllocateOptionsImpl() 4163 typename DescriptorT::OptionsType* options = tables_->AllocateMessage(dummy); in AllocateOptionsImpl()
|
/third_party/grpc/src/python/grpcio/grpc/ |
D | _simple_stubs.py | 30 OptionsType = Sequence[Tuple[str, str]] variable 31 CacheKey = Tuple[str, OptionsType, Optional[grpc.ChannelCredentials],
|
/third_party/node/src/ |
D | node_options.h | 467 template <class OptionsType, class = Options> 470 StringVector* const v8_args, OptionsType* const options,
|