OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mutable_data
(Results
26 - 42
of
42
) sorted by null
1
2
/external/tensorflow/tensorflow/core/kernels/
where_op.cc
296
->ThenMemcpy(num_true_host.
mutable_data
(), num_true_ptr,
segment_reduction_ops.cc
254
->ThenMemcpy(output_rows_host.
mutable_data
(), output_rows_device,
[
all
...]
/external/webrtc/talk/media/base/
streamparams.h
221
std::vector<StreamParams>*
mutable_data
() { return &data_; }
function in struct:cricket::MediaStreams
/system/tpm/attestation/common/
tpm_utility_v1.cc
302
std::string
mutable_data
(data);
303
BYTE* data_buffer = StringAsTSSBuffer(&
mutable_data
);
/external/protobuf/src/google/protobuf/
repeated_field.h
157
Element*
mutable_data
();
432
typename TypeHandler::Type**
mutable_data
();
769
Element**
mutable_data
();
1177
inline Element* RepeatedField<Element>::
mutable_data
() {
function in class:google::protobuf::RepeatedField
1542
inline typename TypeHandler::Type** RepeatedPtrFieldBase::
mutable_data
() {
function in class:google::protobuf::internal::RepeatedPtrFieldBase
1966
inline Element** RepeatedPtrField<Element>::
mutable_data
() {
function in class:google::protobuf::RepeatedPtrField
[
all
...]
wire_format_lite_inl.h
376
// values->
mutable_data
() may change after Resize(), so do this after:
377
void* dest = reinterpret_cast<void*>(values->
mutable_data
() + old_entries);
[
all
...]
repeated_field_unittest.cc
396
*field.
mutable_data
() = 2;
916
string** data = field.
mutable_data
();
[
all
...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field.h
157
Element*
mutable_data
();
432
typename TypeHandler::Type**
mutable_data
();
769
Element**
mutable_data
();
1177
inline Element* RepeatedField<Element>::
mutable_data
() {
function in class:google::protobuf::RepeatedField
1542
inline typename TypeHandler::Type** RepeatedPtrFieldBase::
mutable_data
() {
function in class:google::protobuf::internal::RepeatedPtrFieldBase
1966
inline Element** RepeatedPtrField<Element>::
mutable_data
() {
function in class:google::protobuf::RepeatedPtrField
[
all
...]
wire_format_lite_inl.h
376
// values->
mutable_data
() may change after Resize(), so do this after:
377
void* dest = reinterpret_cast<void*>(values->
mutable_data
() + old_entries);
[
all
...]
/external/libmojo/mojo/public/cpp/bindings/tests/
validation_unittest.cc
157
memcpy(message->
mutable_data
(), &data[0], data.size());
/external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc
[
all
...]
parser_unittest.cc
[
all
...]
/frameworks/base/tools/aapt2/format/proto/
ProtoSerialize.cpp
28
std::string* data = out_pb_pool->
mutable_data
();
/external/tensorflow/tensorflow/compiler/xla/service/
service.cc
[
all
...]
/prebuilts/misc/darwin-x86_64/protobuf2.5/lib/
libprotobuf-lite.a
[
all
...]
/prebuilts/misc/linux-x86_64/protobuf2.5/lib/
libprotobuf-lite.a
[
all
...]
/prebuilts/tools/linux-x86_64/protoc/lib/
libprotobuf-lite.a
[
all
...]
Completed in 1351 milliseconds
1
2