Home
last modified time | relevance | path

Searched refs:ToUint32 (Results 1 – 25 of 26) sorted by relevance

12

/third_party/protobuf/src/google/protobuf/util/internal/
Dobject_writer.cc53 ow->RenderUint32(name, data.ToUint32().value()); in RenderDataPieceTo()
Ddatapiece.h131 util::StatusOr<uint32> ToUint32() const;
Dproto_writer.cc155 StatusOr<uint32> u32 = data.ToUint32(); in WriteFixed32()
165 StatusOr<uint32> u32 = data.ToUint32(); in WriteUInt32()
Ddatapiece.cc129 StatusOr<uint32> DataPiece::ToUint32() const { in ToUint32() function in google::protobuf::util::converter::DataPiece
Ddefault_value_objectwriter.cc476 field.default_value(), &DataPiece::ToUint32, static_cast<uint32>(0))); in CreateDefaultDataPieceForField()
Dprotostream_objectwriter.cc909 StatusOr<uint32> int_value = data.ToUint32(); in RenderStructValue()
/third_party/node/deps/v8/src/builtins/
Dregexp-split.tq27 // undefined or a positive smi. We can't call ToUint32(maybe_limit) since
Dbuiltins-array.cc1090 if (!val->ToUint32(&length)) { in IterateElements()
Dbuiltins-string-gen.cc1364 [=] { return ToUint32(context, limit); }); in TF_BUILTIN()
/third_party/node/deps/v8/include/
Dv8-value.h386 V8_WARN_UNUSED_RESULT MaybeLocal<Uint32> ToUint32(
/third_party/node/deps/v8/src/objects/
Dobjects-inl.h544 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()
Dobjects.h357 inline bool ToUint32(uint32_t* value) const;
444 V8_WARN_UNUSED_RESULT inline static MaybeHandle<Object> ToUint32(
Dkeys.cc676 CHECK(element->ToUint32(&number)); in FilterForEnumerableProperties()
Dobjects.cc1028 !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()
Delements.cc1075 if (!key->ToUint32(&index)) continue; in CollectValuesOrEntriesImpl()
1101 if (!key->ToUint32(&index)) continue; in CollectValuesOrEntriesImpl()
/third_party/node/deps/v8/src/ast/
Dast.cc1000 bool Literal::ToUint32(uint32_t* value) const { in ToUint32() function in v8::internal::Literal
1016 return ToUint32(value) && *value != kMaxUInt32; in AsArrayIndex()
Dast.h986 bool ToUint32(uint32_t* value) const;
/third_party/node/deps/v8/src/json/
Djson-stringifier.cc254 if (!length_obj->ToUint32(&length)) length = kMaxUInt32; in InitializeReplacer()
911 if (!length_object->ToUint32(&length)) { in SerializeJSProxy()
/third_party/vixl/src/
Dutils-vixl.h1042 Uint32 ToUint32() const {
1149 Uint32::Uint32(Uint64 data) : data_(data.ToUint32().Get()) {}
/third_party/node/deps/v8/src/runtime/
Druntime-regexp.cc1615 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/
Dwasm-objects.cc265 if (!table->maximum_length().ToUint32(&max_size)) { in Grow()
Dc-api.cc1969 if (!table->maximum_length().ToUint32(&max)) max = 0xFFFFFFFFu; in type()
/third_party/node/deps/v8/src/api/
Dapi.cc3812 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/
Dcode-stub-assembler.h2795 TNode<Number> ToUint32(TNode<Context> context, TNode<Object> input);
Dcode-stub-assembler.cc7760 TNode<Number> CodeStubAssembler::ToUint32(TNode<Context> context, in ToUint32() function in v8::internal::CodeStubAssembler

12