/third_party/protobuf/src/google/protobuf/util/internal/ |
D | object_writer.cc | 53 ow->RenderUint32(name, data.ToUint32().value()); in RenderDataPieceTo()
|
D | datapiece.h | 131 util::StatusOr<uint32> ToUint32() const;
|
D | proto_writer.cc | 155 StatusOr<uint32> u32 = data.ToUint32(); in WriteFixed32() 165 StatusOr<uint32> u32 = data.ToUint32(); in WriteUInt32()
|
D | datapiece.cc | 129 StatusOr<uint32> DataPiece::ToUint32() const { in ToUint32() function in google::protobuf::util::converter::DataPiece
|
D | default_value_objectwriter.cc | 476 field.default_value(), &DataPiece::ToUint32, static_cast<uint32>(0))); in CreateDefaultDataPieceForField()
|
D | protostream_objectwriter.cc | 909 StatusOr<uint32> int_value = data.ToUint32(); in RenderStructValue()
|
/third_party/node/deps/v8/src/builtins/ |
D | regexp-split.tq | 27 // undefined or a positive smi. We can't call ToUint32(maybe_limit) since
|
D | builtins-array.cc | 1090 if (!val->ToUint32(&length)) { in IterateElements()
|
D | builtins-string-gen.cc | 1364 [=] { return ToUint32(context, limit); }); in TF_BUILTIN()
|
/third_party/node/deps/v8/include/ |
D | v8-value.h | 386 V8_WARN_UNUSED_RESULT MaybeLocal<Uint32> ToUint32(
|
/third_party/node/deps/v8/src/objects/ |
D | objects-inl.h | 544 bool Object::ToUint32(uint32_t* value) const { in ToUint32() function 612 MaybeHandle<Object> Object::ToUint32(Isolate* isolate, Handle<Object> input) { in ToUint32() function 968 return Object::ToUint32(index); in ToArrayLength() 972 return Object::ToUint32(index) && *index != kMaxUInt32; in ToArrayIndex()
|
D | objects.h | 357 inline bool ToUint32(uint32_t* value) const; 444 V8_WARN_UNUSED_RESULT inline static MaybeHandle<Object> ToUint32(
|
D | keys.cc | 676 CHECK(element->ToUint32(&number)); in FilterForEnumerableProperties()
|
D | objects.cc | 1028 !array->length().ToUint32(&length) || !array->HasFastElements() || in CreateListFromArrayLikeFastPath() 1077 if (!raw_length_number->ToUint32(&len) || in CreateListFromArrayLike() 3364 if (!Object::ToUint32(isolate, length_object).ToHandle(&uint32_v)) { in AnythingToArrayLength() 4681 CHECK(element.ToUint32(&num_separators)); in WriteFixedArrayToFlat()
|
D | elements.cc | 1075 if (!key->ToUint32(&index)) continue; in CollectValuesOrEntriesImpl() 1101 if (!key->ToUint32(&index)) continue; in CollectValuesOrEntriesImpl()
|
/third_party/node/deps/v8/src/ast/ |
D | ast.cc | 1000 bool Literal::ToUint32(uint32_t* value) const { in ToUint32() function in v8::internal::Literal 1016 return ToUint32(value) && *value != kMaxUInt32; in AsArrayIndex()
|
D | ast.h | 986 bool ToUint32(uint32_t* value) const;
|
/third_party/node/deps/v8/src/json/ |
D | json-stringifier.cc | 254 if (!length_obj->ToUint32(&length)) length = kMaxUInt32; in InitializeReplacer() 911 if (!length_object->ToUint32(&length)) { in SerializeJSProxy()
|
/third_party/vixl/src/ |
D | utils-vixl.h | 1042 Uint32 ToUint32() const { 1149 Uint32::Uint32(Uint64 data) : data_(data.ToUint32().Get()) {}
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-regexp.cc | 1615 V8_WARN_UNUSED_RESULT MaybeHandle<Object> ToUint32(Isolate* isolate, in ToUint32() function 1695 RETURN_FAILURE_ON_EXCEPTION(isolate, ToUint32(isolate, limit_obj, &limit)); in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-objects.cc | 265 if (!table->maximum_length().ToUint32(&max_size)) { in Grow()
|
D | c-api.cc | 1969 if (!table->maximum_length().ToUint32(&max)) max = 0xFFFFFFFFu; in type()
|
/third_party/node/deps/v8/src/api/ |
D | api.cc | 3812 MaybeLocal<Uint32> Value::ToUint32(Local<Context> context) const { in ToUint32() function in v8::Value 3816 PREPARE_FOR_EXECUTION(context, Object, ToUint32, Uint32); in ToUint32() 3818 !ToLocal<Uint32>(i::Object::ToUint32(isolate, obj), &result); in ToUint32() 4195 has_pending_exception = !i::Object::ToUint32(isolate, obj).ToHandle(&num); in Uint32Value()
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.h | 2795 TNode<Number> ToUint32(TNode<Context> context, TNode<Object> input);
|
D | code-stub-assembler.cc | 7760 TNode<Number> CodeStubAssembler::ToUint32(TNode<Context> context, in ToUint32() function in v8::internal::CodeStubAssembler
|