Home | History | Annotate | Download | only in debug

Lines Matching refs:string

19 #include <string>
30 DebugNodeKey(const string& device_name, const string& node_name,
31 const int32 output_slot, const string& debug_op);
33 // Converts a device name string to a device path string.
36 static const string DeviceNameToDevicePath(const string& device_name);
41 const string device_name;
42 const string node_name;
44 const string debug_op;
45 const string debug_node_name;
46 const string device_path;