Searched defs:config_value (Results 1 – 9 of 9) sorted by relevance
67 struct config_value { struct68 struct config_value *next;69 char *name;70 char *value;
47 const string& config_value = val_tensor->scalar<tstring>()(); in Compute() local
82 base::Value config_value = config.ToValue(); in ProxyConfigToString() local
82 const string& config_value = split[2]; in ToConfigMap() local
89 uint8_t config_value[DICE_INLINE_CONFIG_SIZE]; member
118 std::optional<uint32_t> ChooseActualRingBufferPages(uint32_t config_value) { in ChooseActualRingBufferPages()
122 for (const auto& config_value : request.ftrace_events()) { in GetFtraceEvents() local
869 [](py::handle& ctx, const char* config_key, const char* config_value) { in PYBIND11_MODULE()881 [](py::handle& ctx, const char* config_key, TF_Buffer& config_value) { in PYBIND11_MODULE()
679 static int get_configuration_index (struct libusb_device *dev, UInt8 config_value) { in get_configuration_index()