Home
last modified time | relevance | path

Searched refs:OptionsType (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/hccl_adapter/plugin/
Dhccl_plugin.h39 using OptionsType = std::map<std::string, std::string>; variable
43 PLUGIN_METHOD(InitHcomGraphAdapter, ge::Status, const OptionsType &);
/third_party/jsframework/runtime/main/manage/event/
DTaskCenter.ts32 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/
Ddescriptor.h387 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
Ddescriptor.cc3291 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.py30 OptionsType = Sequence[Tuple[str, str]] variable
31 CacheKey = Tuple[str, OptionsType, Optional[grpc.ChannelCredentials],
/third_party/node/src/
Dnode_options.h467 template <class OptionsType, class = Options>
470 StringVector* const v8_args, OptionsType* const options,