HomeSort by relevance Sort by last modified time
    Searched defs:IsInitialized (Results 1 - 15 of 15) sorted by null

  /development/host/windows/usb/api/
adb_api_instance.h 95 bool IsInitialized() const {
  /external/protobuf/src/google/protobuf/
reflection_ops.cc 135 bool ReflectionOps::IsInitialized(const Message& message) {
159 .IsInitialized()) {
164 if (!reflection->GetMessage(message, field).IsInitialized()) {
message.cc 90 bool Message::IsInitialized() const {
91 return ReflectionOps::IsInitialized(*this);
105 GOOGLE_CHECK(IsInitialized())
extension_set.cc 682 bool ExtensionSet::IsInitialized() const {
691 if (!extension.repeated_message_value->Get(i).IsInitialized()) {
697 if (!extension.message_value->IsInitialized()) return false;
    [all...]
descriptor.pb.cc     [all...]
  /external/protobuf/python/google/protobuf/
message.py 120 def IsInitialized(self):
reflection.py 793 if not self.IsInitialized():
854 """Adds the IsInitialized and FindInitializationError methods to the
860 def IsInitialized(self, errors=None):
    [all...]
  /external/webrtc/src/modules/audio_processing/main/test/unit_test/
audio_processing_unittest.pb.cc 289 bool Test_Statistic::IsInitialized() const {
564 bool Test_EchoMetrics::IsInitialized() const {
932 bool Test::IsInitialized() const {
    [all...]
  /hardware/ril/mock-ril/src/cpp/
msgheader.pb.cpp 398 bool MsgHeader::IsInitialized() const {
  /system/media/mca/filterfw/native/core/
gl_env.cpp 77 bool GLEnv::IsInitialized() const {
112 if (IsInitialized())
125 if (IsInitialized()) {
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 444 bool CodeGeneratorRequest::IsInitialized() const {
447 if (!this->proto_file(i).IsInitialized()) return false;
788 bool CodeGeneratorResponse_File::IsInitialized() const {
    [all...]
  /external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.cc 219 bool LocationBarView::IsInitialized() const {
    [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
  /external/v8/src/
isolate.h 481 bool IsInitialized() { return state_ == INITIALIZED; }
    [all...]
  /frameworks/base/opengl/libs/GLES2_dbg/src/
debugger_message.pb.cpp     [all...]

Completed in 888 milliseconds