23#include "json/value.h"
Definition: mcu_config_path.h:29
Result< Json::Value > JsonForIndex(size_t) const
Definition: mcu_config_path.cc:69
std::vector< std::string > mcu_config_paths_
Definition: mcu_config_path.h:40
static McuConfigPathFlag FromGlobalGflags()
Definition: mcu_config_path.cc:41
McuConfigPathFlag(std::vector< std::string > mcu_config_paths)
Definition: mcu_config_path.cc:84
std::string PathForIndex(size_t argument_index) const
Definition: mcu_config_path.cc:62
Definition: alloc_driver.h:20
tl::expected< T, StackTraceError > Result
Definition: result_type.h:30