Home
last modified time | relevance | path

Searched refs:element_ (Results 1 – 5 of 5) sorted by relevance

/external/openfst/src/include/fst/
Dpartition.h262 element_(p_.classes_[class_id]), in PartitionIterator()
266 return (element_ == 0); in Done()
270 return (element_->value); in Value()
274 element_ = element_->next; in Next()
278 element_ = p_.classes_[class_id_]; in Reset()
284 const Element* element_; variable
/external/protobuf/gtest/samples/
Dsample3-inl.h54 const E& element() const { return element_; } in element()
63 QueueNode(const E& an_element) : element_(an_element), next_(NULL) {} in QueueNode()
69 E element_; variable
/external/google-breakpad/src/testing/gtest/samples/
Dsample3-inl.h54 const E& element() const { return element_; } in element()
63 explicit QueueNode(const E& an_element) : element_(an_element), next_(NULL) {} in QueueNode()
69 E element_; variable
/external/deqp/executor/
DxeXMLWriter.hpp57 BeginElement (const char* element_) : element(element_) {} in BeginElement()
/external/opencv/cv/src/
D_cvlist.h86 struct prefix##element_##type\
88 struct prefix##element_##type* m_prev;\
89 struct prefix##element_##type* m_next;\
92 typedef struct prefix##element_##type ELEMENT_##type;\