HomeSort by relevance Sort by last modified time
    Searched refs:flat_set (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/containers/
flat_set.h 15 // flat_set is a container with a std::set-like interface that stores its
36 // - If possible, construct a flat_set in one operation by inserting into
37 // a std::vector and moving that vector into the flat_set constructor.
48 // flat_set(InputIterator first, InputIterator last,
51 // flat_set(const flat_set&);
52 // flat_set(flat_set&&);
53 // flat_set(std::vector<Key>,
56 // flat_set(std::initializer_list<value_type> ilist
    [all...]
  /external/libchrome/mojo/public/cpp/bindings/lib/
sequence_local_sync_event_watcher.cc 12 #include "base/containers/flat_set.h"
195 base::flat_set<const SequenceLocalSyncEventWatcher*> ready_watchers_;
204 base::flat_set<const SequenceLocalSyncEventWatcher*> ready_watchers;
  /external/tensorflow/tensorflow/compiler/xla/service/
tuple_points_to_analysis.cc 78 BufferSet flat_set; local
80 [&flat_set](const ShapeIndex& /*index*/, const BufferList& buffers) {
81 flat_set.insert(buffers.begin(), buffers.end());
83 return flat_set;
    [all...]

Completed in 134 milliseconds