Home
last modified time | relevance | path

Searched refs:SimpleOptionField (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dnode_options-inl.h30 std::make_shared<SimpleOptionField<bool>>(field), in AddOption()
44 std::make_shared<SimpleOptionField<uint64_t>>(field), in AddOption()
57 std::make_shared<SimpleOptionField<int64_t>>(field), in AddOption()
70 std::make_shared<SimpleOptionField<std::string>>(field), in AddOption()
83 std::make_shared<SimpleOptionField<std::vector<std::string>>>(field), in AddOption()
97 std::make_shared<SimpleOptionField<HostPort>>(field), in AddOption()
Dnode_options.h402 class SimpleOptionField : public BaseOptionField {
404 explicit SimpleOptionField(T Options::* field) : field_(field) {} in SimpleOptionField() function