Searched defs:LabelInfo (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/courgette/
H A Dadjustment_method_2.cc162 // LabelInfo surrogate for each label.
164 class LabelInfo { class in namespace:courgette::adjustment_method_2
166 // Just a no-argument constructor and copy constructor. Actual LabelInfo
168 LabelInfo() function in class:courgette::adjustment_method_2::LabelInfo
173 ~LabelInfo();
186 LabelInfo* assignment_; // Label from other program corresponding to this.
193 void operator=(const LabelInfo*); // Disallow assignment only.
195 // std::pair<Label*, LabelInfo> so that fresh LabelInfos can be allocated
199 typedef std::vector<LabelInfo*> Trace;
201 std::string ToString(const LabelInfo* inf
[all...]
H A Dadjustment_method.cc37 // LabelInfo surrogate for each label.
39 class LabelInfo { class in namespace:courgette
49 LabelInfo* assignment_; // Label from other program corresponding to this.
53 LabelInfo* next_addr_; // Label(Info) at next highest address.
54 LabelInfo* prev_addr_; // Label(Info) at next lowest address.
58 // Just a no-argument constructor and copy constructor. Actual LabelInfo
60 LabelInfo() function in class:courgette::LabelInfo
67 void operator=(const LabelInfo*); // Disallow assignment only.
70 // std::pair<Label*, LabelInfo> so that fresh LabelInfos can be allocated
75 bool operator()(const LabelInfo*
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 46 milliseconds