Home
last modified time | relevance | path

Searched refs:Tables (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Disp_isf.tab19 | Tables for function Isf_isp() and Isp_isf() |
Dq_gain2.tab20 * Tables for function q_gain2() *
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.cc392 class DescriptorPool::Tables { class in google::protobuf::DescriptorPool
394 Tables();
395 ~Tables();
525 explicit CheckPoint(const Tables* tables) in CheckPoint()
642 DescriptorPool::Tables::Tables() in Tables() function in google::protobuf::DescriptorPool::Tables
651 DescriptorPool::Tables::~Tables() { in ~Tables()
702 void DescriptorPool::Tables::AddCheckpoint() { in AddCheckpoint()
706 void DescriptorPool::Tables::ClearLastCheckpoint() { in ClearLastCheckpoint()
718 void DescriptorPool::Tables::RollbackToLastCheckpoint() { in RollbackToLastCheckpoint()
767 inline Symbol DescriptorPool::Tables::FindSymbol(const string& key) const { in FindSymbol()
[all …]
Ddescriptor.h1625 class Tables; variable
1626 google::protobuf::scoped_ptr<Tables> tables_;