Home
last modified time | relevance | path

Searched defs:OptionsType (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/hccl_adapter/plugin/
Dhccl_plugin.h39 using OptionsType = std::map<std::string, std::string>; variable
/third_party/jsframework/runtime/main/manage/event/
DTaskCenter.ts32 type OptionsType = Partial<Record<'action' | 'module' | 'method' | 'ref', string>> alias
/third_party/protobuf/src/google/protobuf/
Ddescriptor.h487 typedef ExtensionRangeOptions OptionsType; typedef
654 typedef MessageOptions OptionsType; typedef
1059 typedef FieldOptions OptionsType; typedef
1246 typedef OneofOptions OptionsType; typedef
1423 typedef EnumOptions OptionsType; typedef
1567 typedef EnumValueOptions OptionsType; typedef
1672 typedef ServiceOptions OptionsType; typedef
1779 typedef MethodOptions OptionsType; typedef
1969 typedef FileOptions OptionsType; typedef
/third_party/grpc/src/python/grpcio/grpc/
D_simple_stubs.py40 OptionsType = Sequence[Tuple[str, str]] variable