Home
last modified time | relevance | path

Searched defs:set_null (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/lib/json/
Djson_reader.h91 void (*set_null)(void* userdata); member
/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
140 void FixedArray::set_null(ReadOnlyRoots ro_roots, int index) { in set_null() function