Searched defs:set_a (Results 1 - 5 of 5) sorted by relevance

/external/lldb/test/functionalities/breakpoint/inlined_breakpoints/
H A Dbasic_type.cpp43 set_a (const T& a) function in class:a_class
/external/lldb/test/types/
H A Dbasic_type.cpp47 set_a (const T& a) function in class:a_class
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_region.cc469 void DesktopRegion::SubtractRows(const RowSpanSet& set_a, argument
472 assert(!set_a.empty() && !set_b.empty());
476 // Iterate over all spans in |set_a| adding parts of it that do not intersect
478 for (RowSpanSet::const_iterator it_a = set_a.begin(); it_a != set_a.end();
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_image.cpp120 FX_INT32 set_a = 0, set_r = 0, set_g = 0, set_b = 0; local
123 ArgbDecode(pBitmap->GetPaletteArgb(1), set_a, set_r, set_g, set_b);
125 if (set_a == 0 || reset_a == 0) {
/external/lldb/source/Interpreter/
H A DOptions.cpp66 // Returns true is set_a is a subset of set_b; Otherwise returns false.
69 Options::IsASubset (const OptionSet& set_a, const OptionSet& set_b) argument
75 // set_a is a subset of set_b if every member of set_a is also a member of set_b
77 for (pos_a = set_a.begin(); pos_a != set_a.end() && is_a_subset; ++pos_a)
87 // Returns the set difference set_a - set_b, i.e. { x | ElementOf (x, set_a) && !ElementOf (x, set_b) }
90 Options::OptionsSetDiff (const OptionSet& set_a, const OptionSet& set_b, OptionSet& diffs) argument
96 for (pos_a = set_a
112 OptionsSetUnion(const OptionSet &set_a, const OptionSet &set_b, OptionSet &union_set) argument
[all...]

Completed in 7803 milliseconds