Searched refs:cpp_type (Results 51 - 75 of 78) sorted by relevance

1234

/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_primitive_field.cc85 (*variables)["type"] = PrimitiveTypeName(descriptor->cpp_type());
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.cc264 switch (field->cpp_type()) {
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_file.cc67 if (fields[i]->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
H A Djavamicro_helpers.cc276 // Switch on cpp_type since we need to know which default_value_* method
278 switch (field->cpp_type()) {
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_file.cc68 if (fields[i]->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
H A Djavanano_helpers.cc398 // Switch on cpp_type since we need to know which default_value_* method
400 switch (field->cpp_type()) {
H A Djavanano_primitive_field.cc207 if (descriptor->cpp_type() == FieldDescriptor::CPPTYPE_STRING &&
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc1292 switch (cpp_type()) {
1408 if (cpp_type() == CPPTYPE_MESSAGE) {
1419 } else if (cpp_type() == CPPTYPE_ENUM) {
1498 if (fields[i]->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
2986 switch (result->cpp_type()) {
3071 switch (result->cpp_type()) {
3454 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
3468 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_ENUM) {
3511 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE ||
3512 field->cpp_type()
[all...]
H A Ddescriptor.h392 CppType cpp_type() const; // C++ type of this field.
408 // Get the field default value if cpp_type() == CPPTYPE_INT32. If no
411 // Get the field default value if cpp_type() == CPPTYPE_INT64. If no
414 // Get the field default value if cpp_type() == CPPTYPE_UINT32. If no
417 // Get the field default value if cpp_type() == CPPTYPE_UINT64. If no
420 // Get the field default value if cpp_type() == CPPTYPE_FLOAT. If no
423 // Get the field default value if cpp_type() == CPPTYPE_DOUBLE. If no
426 // Get the field default value if cpp_type() == CPPTYPE_BOOL. If no
429 // Get the field default value if cpp_type() == CPPTYPE_ENUM. If no
434 // Get the field default value if cpp_type()
1345 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const { function in class:google::protobuf::FieldDescriptor
[all...]
H A Dwire_format.cc745 field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE &&
911 field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE &&
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc1422 switch (cpp_type()) {
1552 if (cpp_type() == CPPTYPE_MESSAGE) {
1563 } else if (cpp_type() == CPPTYPE_ENUM) {
1651 if (fields[i]->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
3374 switch (result->cpp_type()) {
3459 switch (result->cpp_type()) {
3848 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
3862 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_ENUM) {
3905 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE ||
3906 field->cpp_type()
[all...]
H A Ddescriptor.h423 CppType cpp_type() const; // C++ type of this field.
442 // Get the field default value if cpp_type() == CPPTYPE_INT32. If no
445 // Get the field default value if cpp_type() == CPPTYPE_INT64. If no
448 // Get the field default value if cpp_type() == CPPTYPE_UINT32. If no
451 // Get the field default value if cpp_type() == CPPTYPE_UINT64. If no
454 // Get the field default value if cpp_type() == CPPTYPE_FLOAT. If no
457 // Get the field default value if cpp_type() == CPPTYPE_DOUBLE. If no
460 // Get the field default value if cpp_type() == CPPTYPE_BOOL. If no
463 // Get the field default value if cpp_type() == CPPTYPE_ENUM. If no
468 // Get the field default value if cpp_type()
1485 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const { function in class:google::protobuf::FieldDescriptor
[all...]
H A Dwire_format.cc442 field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE &&
608 field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE &&
H A Ddescriptor_unittest.cc1561 return field != NULL ? field->cpp_type() :
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Ddescriptor_test.py79 type=5, cpp_type=1, label=1,
608 self.assertEqual(result.fields[0].cpp_type,
H A Dreflection_test.py987 cpp_type=FieldDescriptor.CPPTYPE_INT64,
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc260 switch (field->cpp_type()) {
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dinterface.cpp80 {{getter.cpp_type}} result = impl->{{getter_name}}({{getter_arguments | join(', ')}});
237 {{getter.cpp_type}} result = {{getter.cpp_value}};
643 {{set_wrapper_reference_to.cpp_type}} {{set_wrapper_reference_to.name}} = impl->{{set_wrapper_reference_to.name}}();
H A Dinterface.h37 static bool {{attribute.name}}AttributeGetter(LocalFrame* frame, {{cpp_class}}* holderImpl, {{attribute.cpp_type}}* result);
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dv8_attributes.py96 'cpp_type': idl_type.cpp_type,
H A Dv8_interface.py132 # 'cpp_type': argument.idl_type.cpp_type_args(raw_type=True),
135 'cpp_type': argument.idl_type.implemented_as + '*',
913 'cpp_type': cpp_template_type(
1007 'cpp_type': idl_type.cpp_type,
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc174 switch (field.cpp_type()) {
894 m["cpp_type"] = SimpleItoa(field.cpp_type());
906 " number=$number$, type=$type$, cpp_type=$cpp_type$, label=$label$,\n"
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc159 switch (field.cpp_type()) {
848 m["cpp_type"] = SimpleItoa(field.cpp_type());
860 " number=$number$, type=$type$, cpp_type=$cpp_type$, label=$label$,\n"
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc1434 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
1451 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DExprNodes.py8056 cpp_type = operand_type.find_cpp_operation_type(self.operator)
8057 if cpp_type is not None:
8058 return cpp_type
8123 cpp_type = self.operand.type.find_cpp_operation_type(self.operator)
8124 if cpp_type is None:
8129 self.type = cpp_type
8157 cpp_type = operand_type.find_cpp_operation_type(self.operator)
8158 if not cpp_type:
8162 self.type = cpp_type
8303 cpp_type
[all...]

Completed in 459 milliseconds

1234