Home
last modified time | relevance | path

Searched refs:set_null (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/src/core/lib/json/
Djson_reader.h91 void (*set_null)(void* userdata); member
Djson_reader.cc75 reader->vtable->set_null(reader->userdata); in json_reader_set_null()
/external/v8/src/objects/
Dfixed-array-inl.h134 void FixedArray::set_null(int index) { set_null(GetReadOnlyRoots(), index); } in set_null() function
136 void FixedArray::set_null(Isolate* isolate, int index) { in set_null() function
137 set_null(ReadOnlyRoots(isolate), index); in set_null()
140 void FixedArray::set_null(ReadOnlyRoots ro_roots, int index) { in set_null() function
Dfixed-array.h134 inline void set_null(int index);
135 inline void set_null(Isolate* isolate, int index);
204 inline void set_null(ReadOnlyRoots ro_roots, int index);
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/
Dunion_declaration.tmpl54 void set_null() {
Dunion_serialization_declaration.tmpl18 writer->data()->set_null();
/external/v8/src/
Ddateparser.cc114 output->set_null(UTC_OFFSET); in Write()