HomeSort by relevance Sort by last modified time
    Searched defs:mutable_values (Results 1 - 6 of 6) sorted by null

  /external/ceres-solver/internal/ceres/
block_random_access_dense_matrix.h 84 double* mutable_values() { return values_.get(); } function in class:ceres::internal::BlockRandomAccessDenseMatrix
block_sparse_matrix.h 82 virtual double* mutable_values() { return values_.get(); } function in class:ceres::internal::BlockSparseMatrix
dense_sparse_matrix.h 71 virtual double* mutable_values() { return m_.data(); } function in class:ceres::internal::DenseSparseMatrix
compressed_row_sparse_matrix.h 93 virtual double* mutable_values() { return &values_[0]; } function in class:ceres::internal::CompressedRowSparseMatrix
triplet_sparse_matrix.h 68 virtual double* mutable_values() { return values_.get(); } function in class:ceres::internal::TripletSparseMatrix
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
struct.pb.h 384 ::google::protobuf::Value* mutable_values(int index);
387 mutable_values();
723 inline ::google::protobuf::Value* ListValue::mutable_values(int index) { function in class:google::protobuf::ListValue
732 ListValue::mutable_values() { function in class:google::protobuf::ListValue

Completed in 112 milliseconds