HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_BOOL (Results 26 - 50 of 138) sorted by null

12 3 4 5 6

  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_primitive_field.cc 109 case FieldDescriptor::TYPE_BOOL : return "Bool" ;
141 case FieldDescriptor::TYPE_BOOL : return WireFormatLite::kBoolSize;
javamicro_helpers.cc 222 case FieldDescriptor::TYPE_BOOL:
  /external/protobuf/src/google/protobuf/util/internal/
datapiece.cc 193 case TYPE_BOOL:
232 case TYPE_BOOL:
305 default: // TYPE_ENUM, TYPE_STRING, TYPE_CORD, TYPE_BOOL
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_primitive_field.cc 111 case FieldDescriptor::TYPE_BOOL : return "Bool" ;
143 case FieldDescriptor::TYPE_BOOL : return WireFormatLite::kBoolSize;
880 if (descriptor_->type() == FieldDescriptor::TYPE_BOOL
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 61 // TYPE_BOOL is defined in the MacOS's ConditionalMacros.h.
62 #ifdef TYPE_BOOL
63 #undef TYPE_BOOL
64 #endif // TYPE_BOOL
339 TYPE_BOOL = 8, // bool, varint on the wire.
366 CPPTYPE_BOOL = 7, // TYPE_BOOL
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 61 // TYPE_BOOL is defined in the MacOS's ConditionalMacros.h.
62 #ifdef TYPE_BOOL
63 #undef TYPE_BOOL
64 #endif // TYPE_BOOL
339 TYPE_BOOL = 8, // bool, varint on the wire.
366 CPPTYPE_BOOL = 7, // TYPE_BOOL
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.h 61 // TYPE_BOOL is defined in the MacOS's ConditionalMacros.h.
62 #ifdef TYPE_BOOL
63 #undef TYPE_BOOL
64 #endif // TYPE_BOOL
339 TYPE_BOOL = 8, // bool, varint on the wire.
366 CPPTYPE_BOOL = 7, // TYPE_BOOL
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.h 61 // TYPE_BOOL is defined in the MacOS's ConditionalMacros.h.
62 #ifdef TYPE_BOOL
63 #undef TYPE_BOOL
64 #endif // TYPE_BOOL
339 TYPE_BOOL = 8, // bool, varint on the wire.
366 CPPTYPE_BOOL = 7, // TYPE_BOOL
    [all...]
  /external/nanopb-c/generator/google/protobuf/
descriptor.py 369 TYPE_BOOL = 8
414 TYPE_BOOL: CPPTYPE_BOOL,
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
InternalNano.java 58 public static final int TYPE_BOOL = 8;
343 case TYPE_BOOL:
CodedInputByteBufferNano.java 675 case InternalNano.TYPE_BOOL:
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_helpers.cc 89 case FieldDescriptor::TYPE_BOOL:
396 case FieldDescriptor::TYPE_BOOL : return internal::WireFormatLite::kBoolSize;
  /external/protobuf/src/google/protobuf/util/
type_resolver_util_test.cc 189 Field::TYPE_BOOL, "optional_bool", 13));
245 Field::TYPE_BOOL, "repeated_bool", 43));
  /frameworks/base/tools/streaming_proto/
main.cpp 156 case FieldDescriptorProto::TYPE_BOOL:
213 case FieldDescriptorProto::TYPE_BOOL:
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktRandomUniformBlockCase.cpp 196 typeCandidates.push_back(glu::TYPE_BOOL);
vktUniformBlockTests.cpp 205 blockB.addUniform(Uniform("d", VarType(glu::TYPE_BOOL, 0)));
246 blockB.addUniform(Uniform("d", VarType(glu::TYPE_BOOL, 0)));
309 blockB.addUniform(Uniform("d", VarType(glu::TYPE_BOOL, 0)));
375 glu::TYPE_BOOL,
    [all...]
  /external/deqp/framework/randomshaders/
rsgExpression.hpp 154 ExecConstValueAccess getValue (void) const { return m_value.getValue(VariableType::getScalarType(VariableType::TYPE_BOOL)); }
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_primitive_field.cc 67 case FieldDescriptor::TYPE_BOOL : return WireFormatLite::kBoolSize;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSpecConstantTests.cpp     [all...]
  /external/protobuf/python/google/protobuf/
descriptor_pool.py 634 elif field_proto.type == descriptor.FieldDescriptor.TYPE_BOOL:
652 elif field_proto.type == descriptor.FieldDescriptor.TYPE_BOOL:
  /frameworks/base/tools/incident_report/
main.cpp 172 case FieldDescriptor::TYPE_BOOL:
244 case FieldDescriptor::TYPE_BOOL:
  /external/deqp/modules/gles31/functional/
es31fUniformBlockTests.cpp 148 glu::TYPE_BOOL,
  /external/deqp/modules/glshared/
glsRandomUniformBlockCase.cpp 203 typeCandidates.push_back(glu::TYPE_BOOL);
glsRandomShaderCase.cpp 390 case rsg::VariableType::TYPE_BOOL:
417 case rsg::VariableType::TYPE_BOOL: scalarType = "bool"; vecType = "bvec"; break;
439 case rsg::VariableType::TYPE_BOOL: message << (value.component(elementNdx).asBool() ? "true" : "false"); break;
  /external/deqp/modules/gles3/functional/
es3fUniformBlockTests.cpp 256 blockB.addUniform(Uniform("d", VarType(glu::TYPE_BOOL, 0)));
307 blockB.addUniform(Uniform("d", VarType(glu::TYPE_BOOL, 0)));
349 glu::TYPE_BOOL,

Completed in 1755 milliseconds

12 3 4 5 6