Home
last modified time | relevance | path

Searched defs:scratch_space (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dreflection.h155 const T& Get(int index, T* scratch_space) const { in Get()
206 const T& Get(int index, T* scratch_space) const { in Get()
337 ActualType scratch_space; in Get() local
404 AccessorValueType* scratch_space) in RepeatedFieldRefIterator()
Dreflection_internal.h45 Value* scratch_space) const override { in GetIteratorValue()
75 Value* scratch_space) const override { in Get()
132 Value* scratch_space) const override { in Get()
198 Value* scratch_space) const override { in Get()
/third_party/rust/rust/src/tools/rust-analyzer/crates/vfs/src/
Dfile_set.rs112 let mut scratch_space = Vec::new(); in partition() localVariable