Home
last modified time | relevance | path

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

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