Home
last modified time | relevance | path

Searched refs:new_arr (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/ruby/lib/google/protobuf/
Drepeated_field.rb133 new_arr = result.to_a
134 self.replace(new_arr)
139 result = new_arr.to_enum
/external/curl/src/
Dtool_urlglob.c122 char **new_arr = realloc(pat->content.Set.elements, in glob_set() local
124 if(!new_arr) in glob_set()
127 pat->content.Set.elements = new_arr; in glob_set()
/external/v8/src/wasm/
Dwasm-debug.cc566 Handle<FixedArray> new_arr = isolate->factory()->NewFixedArray(num_functions); in GetOrCreateInterpretedFunctions() local
567 debug_info->set_interpreted_functions(*new_arr); in GetOrCreateInterpretedFunctions()
568 return new_arr; in GetOrCreateInterpretedFunctions()