Home
last modified time | relevance | path

Searched defs:InitFrom (Results 1 – 7 of 7) sorted by relevance

/external/openthread/src/core/common/
Ddata.hpp155 template <typename ObjectType> void InitFrom(const ObjectType &aObject) in InitFrom() function in ot::Data
315 template <typename ObjectType> void InitFrom(ObjectType &aObject) in InitFrom() function in ot::MutableData
/external/protobuf/src/google/protobuf/
Dparse_context.h238 const char* InitFrom(StringPiece flat) { in InitFrom() function
261 const char* InitFrom(io::ZeroCopyInputStream* zcis, int limit) { in InitFrom() function
Dparse_context.cc238 const char* EpsCopyInputStream::InitFrom(io::ZeroCopyInputStream* zcis) { in InitFrom() function in google::protobuf::internal::EpsCopyInputStream
/external/cronet/third_party/protobuf/src/google/protobuf/
Dparse_context.h230 const char* InitFrom(StringPiece flat) { in InitFrom() function
253 const char* InitFrom(io::ZeroCopyInputStream* zcis, int limit) { in InitFrom() function
Dparse_context.cc250 const char* EpsCopyInputStream::InitFrom(io::ZeroCopyInputStream* zcis) { in InitFrom() function in google::protobuf::internal::EpsCopyInputStream
/external/tensorflow/tensorflow/core/distributed_runtime/
Dtensor_coding.cc53 Status TensorResponse::InitFrom(RecvTensorResponse* response) { in InitFrom() function in tensorflow::TensorResponse
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dinlined_vector.h513 void Storage<T, N, A>::InitFrom(const Storage& other) { in InitFrom() function