Home
last modified time | relevance | path

Searched refs:CheckInitialized (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dcostmodel.h112 void CheckInitialized(const Graph& graph) const;
Dcostmodel.cc233 void CostModel::CheckInitialized(const Graph& graph) const { in CheckInitialized() function in tensorflow::CostModel
475 CheckInitialized(g); in InitFromGraph()
/external/v8/include/
Dv8-internal.h255 V8_INLINE static void CheckInitialized(v8::Isolate* isolate) {
Dv8.h11588 I::CheckInitialized(isolate); in Empty()
12099 I::CheckInitialized(isolate); in Undefined()
12108 I::CheckInitialized(isolate); in Null()
12117 I::CheckInitialized(isolate); in True()
12126 I::CheckInitialized(isolate); in False()
/external/protobuf/src/google/protobuf/
Dmessage_unittest.inc252 TEST(MESSAGE_TEST_NAME, CheckInitialized) {
254 EXPECT_DEATH(message.CheckInitialized(),
Dmessage.cc130 void Message::CheckInitialized() const { in CheckInitialized() function in google::protobuf::Message
Dmessage.h242 void CheckInitialized() const;
/external/v8/
DChangeLog44882 Ensure CheckInitialized is present independent of define.