/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | map_entry_lite.h | 128 KeyTypeHandler::DeleteNoArena(key_); 136 return KeyTypeHandler::GetExternalReference(key_); 145 return KeyTypeHandler::EnsureMutable(&key_, GetArenaNoVirtual()); 256 size += KeyTypeHandler::SpaceUsedInMapEntry(key_); 264 KeyTypeHandler::EnsureMutable(&key_, GetArenaNoVirtual()); 265 KeyTypeHandler::Merge(from.key(), &key_, GetArenaNoVirtual()); 277 KeyTypeHandler::Clear(&key_, GetArenaNoVirtual()); 285 KeyTypeHandler::AssignDefaultValue(&key_); 328 if (!KeyTypeHandler::Read(input, &key_)) { 339 value_ptr_ = &(*map_)[key_]; [all …]
|
D | map_field.h | 332 key_.SetType(field->message_type()->FindFieldByName("key")->cpp_type()); in MapIterator() 362 return key_; in GetKey() 390 MapKey key_; variable
|
D | map_field_inl.h | 155 this_iter->key_.SetType(that_iter.key_.type()); in CopyIterator() 243 SetMapKey(&map_iter->key_, iter->first); in SetMapIteratorValue()
|
D | map_entry.h | 302 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MapEntry, entry_lite_.key_),
|
D | map_field.cc | 258 map_iter->key_.CopyFrom(iter->first); in SetMapIteratorValue()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/ |
D | json_stream_parser.cc | 103 key_(), in JsonStreamParser() 249 if (!key_.empty() && key_storage_.empty()) { in RunParser() 250 key_.AppendToString(&key_storage_); in RunParser() 251 key_ = StringPiece(key_storage_); in RunParser() 295 ow_->RenderString(key_, parsed_); in ParseString() 296 key_.clear(); in ParseString() 473 ow_->RenderDouble(key_, number.double_val); in ParseNumber() 474 key_.clear(); in ParseNumber() 478 ow_->RenderInt64(key_, number.int_val); in ParseNumber() 479 key_.clear(); in ParseNumber() [all …]
|
D | json_stream_parser.h | 222 StringPiece key_; variable
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/ |
D | mutex.h | 111 pthread_key_create(&key_, &ThreadLocalStorage::Delete); in ThreadLocalStorage() 114 pthread_key_delete(key_); in ~ThreadLocalStorage() 117 T* result = static_cast<T*>(pthread_getspecific(key_)); in Get() 120 pthread_setspecific(key_, result); in Get() 128 pthread_key_t key_; variable
|
/frameworks/ml/nn/common/random/ |
D | philox_random.h | 122 key_[0] = static_cast<uint32>(seed); in PhiloxRandom() 123 key_[1] = static_cast<uint32>(seed >> 32); in PhiloxRandom() 128 key_[0] = static_cast<uint32>(seed_lo); in PhiloxRandom() 129 key_[1] = static_cast<uint32>(seed_lo >> 32); in PhiloxRandom() 135 PhiloxRandom(ResultType counter, Key key) : counter_(counter), key_(key) {} in PhiloxRandom() 160 Key key = key_; in operator() 247 Key key_; variable
|
/frameworks/ml/nn/common/operations/ |
D | HashtableLookup.cpp | 38 key_ = GetInput(operation, operands, kKeyTensor); in HashtableLookup() 53 pointer = bsearch(lookup_->buffer + sizeof(int) * i, key_->buffer, in Eval() 57 (reinterpret_cast<uint8_t*>(pointer) - key_->buffer) / sizeof(float); in Eval()
|
D | HashtableLookup.h | 46 const RunTimeOperandInfo *key_; variable
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 3817 PathArgument::PathArgument() : key_(), index_(), kind_(kindNone) {} in PathArgument() 3820 : key_(), index_(index), kind_(kindIndex) {} in PathArgument() 3823 : key_(key), index_(), kind_(kindKey) {} in PathArgument() 3826 : key_(key.c_str()), index_(), kind_(kindKey) {} in PathArgument() 3907 node = &((*node)[arg.key_]); in resolve() 3928 node = &((*node)[arg.key_]); in resolve() 3949 node = &((*node)[arg.key_]); in make()
|
D | json.h | 1008 std::string key_; variable
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 31848 Landroid/icu/text/RuleBasedCollator$CollationKeyByteSink;->key_:Landroid/icu/text/RawCollationKey;
|