Home
last modified time | relevance | path

Searched defs:CheckInitialized (Results 1 – 6 of 6) sorted by relevance

/external/golang-protobuf/proto/
Dcheckinit.go14 func CheckInitialized(m Message) error { func
/external/golang-protobuf/reflect/protoreflect/
Dmethods.go25 CheckInitialized func(checkInitializedInput) (checkInitializedOutput, error) member
/external/golang-protobuf/runtime/protoiface/
Dmethods.go41 CheckInitialized func(CheckInitializedInput) (CheckInitializedOutput, error) member
/external/protobuf/src/google/protobuf/
Dmessage.cc158 void Message::CheckInitialized() const { in CheckInitialized() function in google::protobuf::Message
/external/cronet/third_party/protobuf/src/google/protobuf/
Dmessage.cc155 void Message::CheckInitialized() const { in CheckInitialized() function in google::protobuf::Message
/external/tensorflow/tensorflow/core/graph/
Dcostmodel.cc236 void CostModel::CheckInitialized(const Graph& graph) const { in CheckInitialized() function in tensorflow::CostModel