OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scratch_space
(Results
1 - 4
of
4
) sorted by null
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field_reflection.h
83
// exists, or fill the data into
scratch_space
and return
scratch_space
.
84
// Callers of this method must ensure
scratch_space
is a valid pointer
87
const Field* data, int index, Value*
scratch_space
) const = 0;
116
Value*
scratch_space
) const = 0;
123
ActualType
scratch_space
;
local
126
Get(data, index, static_cast<Value*>(&
scratch_space
))));
180
AccessorValueType*
scratch_space
)
184
scratch_space_(
scratch_space
) {
reflection.h
187
// form),
scratch_space
will be filled with the data and a reference to it
192
// unique_ptr<Message>
scratch_space
(h.NewMessage());
193
// const Message& item = h.Get(index,
scratch_space
.get());
194
const T& Get(int index, T*
scratch_space
) const {
195
return *static_cast<const T*>(accessor_->Get(data_, index,
scratch_space
));
246
const T& Get(int index, T*
scratch_space
) const {
247
return *static_cast<const T*>(accessor_->Get(data_, index,
scratch_space
));
345
// exists, or fill the data into
scratch_space
and return
scratch_space
.
346
// Callers of this method must ensure
scratch_space
is a valid pointe
385
ActualType
scratch_space
;
local
[
all
...]
/external/dbus/dbus/
dbus-spawn-win.c
760
DBusString *
scratch_space
)
769
if (!_dbus_string_init (
scratch_space
))
772
if (!_dbus_string_append_printf (
scratch_space
, "%s/%s%s",
775
_dbus_string_free (
scratch_space
);
779
return _dbus_string_get_data (
scratch_space
);
dbus-spawn.c
[
all
...]
Completed in 428 milliseconds