HomeSort by relevance Sort by last modified time
    Searched refs:IsInitialized (Results 126 - 150 of 185) sorted by null

1 2 3 4 56 7 8

  /external/protobuf/src/google/protobuf/
descriptor.pb.cc     [all...]
struct.pb.cc 446 bool Struct::IsInitialized() const {
940 bool Value::IsInitialized() const {
    [all...]
any.pb.cc 377 bool Any::IsInitialized() const {
api.pb.cc 653 bool Api::IsInitialized() const {
    [all...]
extension_set.cc     [all...]
message.h 214 // Verifies that IsInitialized() returns true. GOOGLE_CHECK-fails otherwise, with
219 // This is much, much slower than IsInitialized() as it is implemented
221 // have already determined that an error exists by calling IsInitialized().
297 virtual bool IsInitialized() const;
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
message.h 192 // Verifies that IsInitialized() returns true. GOOGLE_CHECK-fails otherwise, with
197 // This is much, much slower than IsInitialized() as it is implemented
199 // have already determined that an error exists by calling IsInitialized().
270 virtual bool IsInitialized() const;
    [all...]
extension_set.h 326 bool IsInitialized() const;
411 virtual bool IsInitialized() const = 0;
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
message.h 192 // Verifies that IsInitialized() returns true. GOOGLE_CHECK-fails otherwise, with
197 // This is much, much slower than IsInitialized() as it is implemented
199 // have already determined that an error exists by calling IsInitialized().
270 virtual bool IsInitialized() const;
    [all...]
extension_set.h 326 bool IsInitialized() const;
411 virtual bool IsInitialized() const = 0;
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
message.h 192 // Verifies that IsInitialized() returns true. GOOGLE_CHECK-fails otherwise, with
197 // This is much, much slower than IsInitialized() as it is implemented
199 // have already determined that an error exists by calling IsInitialized().
270 virtual bool IsInitialized() const;
    [all...]
extension_set.h 326 bool IsInitialized() const;
411 virtual bool IsInitialized() const = 0;
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
message.h 192 // Verifies that IsInitialized() returns true. GOOGLE_CHECK-fails otherwise, with
197 // This is much, much slower than IsInitialized() as it is implemented
199 // have already determined that an error exists by calling IsInitialized().
270 virtual bool IsInitialized() const;
    [all...]
extension_set.h 326 bool IsInitialized() const;
411 virtual bool IsInitialized() const = 0;
    [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]
  /art/runtime/interpreter/
interpreter.cc 440 if (method->IsStatic() && UNLIKELY(!method->GetDeclaringClass()->IsInitialized())) {
618 if (UNLIKELY(!declaring_class->IsInitialized())) {
interpreter_common.h 304 if (UNLIKELY(!java_lang_string_class->IsInitialized())) {
  /art/runtime/native/
java_lang_reflect_Field.cc 130 if (UNLIKELY(!declaring_class->IsInitialized())) {
257 DCHECK(f->GetDeclaringClass()->IsInitialized());
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py     [all...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 497 bool CodeGeneratorRequest::IsInitialized() const {
    [all...]
  /art/compiler/
image_test.h 386 EXPECT_TRUE(klass->IsInitialized());
  /external/protobuf/python/google/protobuf/pyext/
message.cc     [all...]
  /frameworks/native/libs/vr/libpdx/
service.cpp 470 bool Service::IsInitialized() const { return endpoint_.get() != nullptr; }
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
message.h 214 // Verifies that IsInitialized() returns true. GOOGLE_CHECK-fails otherwise, with
219 // This is much, much slower than IsInitialized() as it is implemented
221 // have already determined that an error exists by calling IsInitialized().
297 virtual bool IsInitialized() const;
    [all...]
  /system/bt/service/hal/
bluetooth_gatt_interface.cc 752 bool BluetoothGattInterface::IsInitialized() {

Completed in 6822 milliseconds

1 2 3 4 56 7 8