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

  /external/libmojo/mojo/public/cpp/bindings/
map_data_view.h 25 : keys_(data ? data->keys.Get() : nullptr, context),
29 DCHECK_EQ(keys_.is_null(), values_.is_null());
30 return keys_.is_null();
34 DCHECK_EQ(keys_.size(), values_.size());
35 return keys_.size();
38 ArrayDataView<K>& keys() { return keys_; }
39 const ArrayDataView<K>& keys() const { return keys_; }
43 return internal::Deserialize<ArrayDataView<K>>(keys_.data_, output,
44 keys_.context_);
57 ArrayDataView<K> keys_; member in class:mojo::MapDataView
    [all...]
  /external/v8/src/
lookup-cache.cc 13 for (int index = 0; index < kLength; index++) keys_[index].source = NULL;
identity-map.cc 19 DCHECK_NULL(keys_);
23 if (keys_) {
25 heap_->UnregisterStrongRoots(keys_);
26 DeleteArray(keys_);
28 keys_ = nullptr;
55 if (keys_[index] == address) return index; // Found.
56 if (keys_[index] == not_mapped) return -1; // Not found.
59 if (keys_[index] == address) return index; // Found.
60 if (keys_[index] == not_mapped) return -1; // Not found.
72 if (keys_[index] == address) return index; // Found
    [all...]
lookup-cache.h 34 keys_[i].source = NULL;
35 keys_[i].name = NULL;
48 Key keys_[kLength]; member in class:v8::internal::DescriptorLookupCache
lookup-cache-inl.h 25 Key& key = keys_[index];
33 Key& key = keys_[index];
identity-map.h 28 // within the {keys_} array in order to simulate a moving GC.
39 keys_(nullptr),
75 Object** keys_; member in class:v8::internal::IdentityMapBase
keys.h 100 Handle<OrderedHashSet> keys() { return Handle<OrderedHashSet>::cast(keys_); }
103 // keys_ is either an Handle<OrderedHashSet> or in the case of own JSProxy
106 Handle<FixedArray> keys_; member in class:v8::internal::BASE_EMBEDDED
keys.cc 46 if (keys_.is_null()) {
50 keys_->map() == isolate_->heap()->fixed_array_map()) {
51 return Handle<FixedArray>::cast(keys_);
72 if (keys_.is_null()) {
73 keys_ = OrderedHashSet::Allocate(isolate_, 16);
80 keys_ = OrderedHashSet::Add(keys(), key);
144 keys_ = keys;
    [all...]
  /external/compiler-rt/test/tsan/
pthread_key.cc 11 pthread_key_t keys_[N]; local
13 int err = pthread_key_create(&keys_[i], 0);
20 pthread_setspecific(keys_[i], (void*)(long)i);
22 pthread_key_delete(keys_[i]);
  /external/tensorflow/tensorflow/core/kernels/
lookup_util.h 59 : keys_(keys), values_(values), valid_(true), status_(Status::OK()) {
60 TensorShape key_shape = keys_->shape();
81 const Tensor& keys() const override { return *keys_; }
88 return keys_ == nullptr ? -1 : keys_->NumElements();
94 const Tensor* keys_; // Doesn't own it. member in class:tensorflow::lookup::KeyValueTensorIterator
  /art/compiler/utils/
dedupe_set-inl.h 61 keys_() {
65 for (const HashedKey<StoreKey>& key : keys_) {
74 auto it = keys_.Find(hashed_in_key);
75 if (it != keys_.end()) {
80 keys_.Insert(HashedKey<StoreKey> { hash, store_key });
92 global_stats->total_probe_distance += keys_.TotalProbeDistance();
93 global_stats->total_size += keys_.Size();
94 for (const HashedKey<StoreKey>& key : keys_) {
180 HashSet<HashedKey<StoreKey>, ShardEmptyFn, ShardHashFn, ShardPred> keys_ GUARDED_BY(lock_);
  /external/v8/src/ast/
context-slot-cache.cc 33 Key& key = keys_[index];
55 Key& key = keys_[index];
69 for (int index = 0; index < kLength; index++) keys_[index].data = nullptr;
84 Key& key = keys_[index];
context-slot-cache.h 39 keys_[i].data = NULL;
40 keys_[i].name = NULL;
102 Key keys_[kLength]; member in class:v8::internal::ContextSlotCache
  /external/google-breakpad/src/processor/
static_map_iterator.h 106 // keys_[i] = key of i_th node.
107 const Key* keys_; member in class:google_breakpad::StaticMapIterator
static_map_iterator-inl.h 52 keys_ = reinterpret_cast<const Key*>(
111 return &(keys_[index_]);
static_map.h 136 // keys_[i] = key of i_th node
137 const Key* keys_; member in class:google_breakpad::StaticMap
static_map-inl.h 55 keys_ = reinterpret_cast<const Key*>(
171 return keys_[index];
  /external/perf_data_converter/src/
intervalmap_test.cc 80 : keys_(std::move(keys)) {}
84 for (auto key : keys_) {
90 std::vector<uint64> keys_; member in class:perftools::__anon31903::FailLookupCommand
  /system/core/adb/
transport.h 204 std::deque<std::shared_ptr<RSA>> keys_; member in class:atransport
transport.cpp     [all...]
  /external/jsoncpp/include/json/
value.h 644 char* keys_[itemPerLink]; member in class:Json::ValueInternalLink
  /external/annotation-tools/asmx/test/lib/
jd.xslt-1.5.5.jar 

Completed in 559 milliseconds