Searched defs:item_path (Results 1 – 3 of 3) sorted by relevance
87 let item_path = format!("enum.{}.html#variant.{}", enum_name, ident); in gen_enum() localVariable120 let item_path = format!("struct.{}.html", struct_name); in gen_struct() localVariable
704 std::string item_path = path.empty() ? i_str : (path + "." + i_str); in ValidateArray() local725 std::string item_path = path.empty() ? i_str : (path + "." + i_str); in ValidateTuple() local753 std::string item_path = path.empty() ? i_str : (path + "." + i_str); in ValidateTuple() local
192 const wchar_t* item_path, in CreateHandle()