HomeSort by relevance Sort by last modified time
    Searched refs:make_pair (Results 401 - 425 of 1971) sorted by null

<<11121314151617181920>>

  /external/chromium_org/media/cast/test/
fake_single_thread_task_runner.cc 37 tasks_.insert(std::make_pair(posed_task.GetTimeToRun(), posed_task));
  /external/chromium_org/net/dns/
mdns_client.cc 76 std::make_pair(network_list[i].interface_index, family));
  /external/chromium_org/net/quic/
quic_sent_entropy_manager.cc 10 using std::make_pair;
quic_sent_entropy_manager_test.cc 13 using std::make_pair;
  /external/chromium_org/ppapi/shared_impl/
ppb_video_decoder_shared.cc 75 return bitstream_buffer_callbacks_.insert(std::make_pair(bitstream_buffer_id,
  /external/chromium_org/storage/browser/fileapi/quota/
quota_reservation_manager.cc 67 &reservation_buffers_[std::make_pair(origin, type)];
  /external/chromium_org/storage/browser/fileapi/
task_runner_bound_observer_list.h 59 observers.insert(std::make_pair(observer, runner_to_notify));
  /external/chromium_org/storage/common/blob/
scoped_file.cc 45 scope_out_callbacks_.push_back(std::make_pair(callback, callback_runner));
  /external/chromium_org/sync/engine/
model_type_sync_proxy_impl.cc 114 entities_.insert(std::make_pair(client_tag_hash, entity.release()));
227 entities_.insert(std::make_pair(client_tag_hash, entity.release()));
262 std::make_pair(client_tag_hash, new UpdateResponseData(update)));
267 std::make_pair(client_tag_hash, new UpdateResponseData(update)));
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLMetaCharsetParser.cpp 61 attributes.append(std::make_pair(attributeName, attributeValue));
  /external/chromium_org/third_party/libaddressinput/chromium/
addressinput_util.cc 69 problems->insert(std::make_pair(field, MISSING_REQUIRED_FIELD));
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
post_box_matchers.cc 94 matchers.insert(std::make_pair(kMatchers[i].language, &kMatchers[i].ptr));
  /external/chromium_org/third_party/ots/src/
gasp.cc 74 gasp->gasp_ranges.push_back(std::make_pair(max_ppem, behavior));
  /external/clang/lib/Rewrite/Core/
TokenRewriter.cpp 73 bool InsertSuccess = TokenAtLoc.insert(std::make_pair(T.getLocation(),
  /external/lldb/source/Utility/
SharingPtr.cpp 83 g_map[sp_this] = std::make_pair(ptr, bt);
  /external/llvm/lib/Analysis/
IntervalPartition.cpp 50 IntervalMap.insert(std::make_pair(*It, I));
  /external/llvm/lib/MC/
ConstantPools.cpp 41 Entries.push_back(std::make_pair(CPEntryLabel, Value));
MCContext.cpp 173 MCSymbol *&Sym = LocalSymbols[std::make_pair(LocalLabelVal, Instance)];
243 ELFUniquingMap.insert(std::make_pair(SectionGroupPair(Name, GroupName),
254 std::make_pair(SectionGroupPair(Section, Group), nullptr));
289 auto IterBool = COFFUniquingMap.insert(std::make_pair(T, nullptr));
  /external/openfst/src/extensions/pdt/
pdtcompose.cc 25 using std::pair; using std::make_pair;
  /frameworks/compile/slang/
slang_pragma_recorder.cpp 108 mPragmas->push_back(make_pair(PragmaName, PragmaValue));
  /ndk/sources/cxx-stl/gabi++/include/
stl_pair.h 119 inline pair<_T1, _T2> make_pair(_T1 __x, _T2 __y) function
  /ndk/sources/cxx-stl/system/include/
stl_pair.h 119 inline pair<_T1, _T2> make_pair(_T1 __x, _T2 __y) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/pat_trie_/
leaf.hpp 154 return std::make_pair(p_traits->begin(p_traits->extract_key(r_val)),
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stl_pair.h 111 inline pair<_T1, _T2> make_pair(_T1 __x, _T2 __y) function
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stl_pair.h 111 inline pair<_T1, _T2> make_pair(_T1 __x, _T2 __y) function

Completed in 474 milliseconds

<<11121314151617181920>>