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

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
v8_callback_interface.py 56 def cpp_type(idl_type): function
58 # (always use usual v8_types.cpp_type)
70 IdlTypeBase.callback_cpp_type = property(cpp_type)
105 'cpp_type': idl_type.callback_cpp_type,
v8_types.py 59 # (cpp_type, v8_type), used by constructor templates
117 def cpp_type(idl_type, extended_attributes=None, raw_type=False, used_as_rvalue_type=False, used_as_variadic_argument=False, used_in_cpp_sequence=False): function
226 # Allow access as idl_type.cpp_type if no arguments
227 IdlTypeBase.cpp_type = property(cpp_type)
229 IdlTypeBase.cpp_type_args = cpp_type
230 IdlUnionType.cpp_type = property(cpp_type_union)
557 this_cpp_type = native_array_element_type.cpp_type
558 expression_format = 'toImplArray<{cpp_type}>({v8_value}, {index}, {isolate}, exceptionState)'
559 expression = expression_format.format(native_array_element_type=native_array_element_type.name, cpp_type=this_cpp_type, index=index, ref_ptr_type=ref_ptr_type, v8_value=v8_value, isolate=isolate
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python_descriptor.h 64 PyObject* cpp_type; member in struct:google::protobuf::python::__anon19405
  /external/protobuf/src/google/protobuf/
extension_set_heavy.cc 101 inline FieldDescriptor::CppType cpp_type(FieldType type) { function in namespace:google::protobuf::internal
110 GOOGLE_DCHECK_EQ(cpp_type((EXTENSION).type), FieldDescriptor::CPPTYPE_##CPPTYPE)
130 GOOGLE_DCHECK_EQ(cpp_type(extension->type), FieldDescriptor::CPPTYPE_MESSAGE);
149 GOOGLE_DCHECK_EQ(cpp_type(extension->type), FieldDescriptor::CPPTYPE_MESSAGE);
190 if (extension->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
196 } else if (extension->cpp_type() == FieldDescriptor::CPPTYPE_ENUM) {
255 switch (cpp_type(type)) {
283 switch (cpp_type(type)) {
extension_set.cc 57 inline WireFormatLite::CppType cpp_type(FieldType type) { function in namespace:google::protobuf::internal::__anon33580
209 GOOGLE_DCHECK_EQ(cpp_type((EXTENSION).type), WireFormatLite::CPPTYPE_##CPPTYPE)
233 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_##UPPERCASE); \
263 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_##UPPERCASE); \
303 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_ENUM);
332 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_ENUM);
363 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_STRING);
392 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_STRING);
428 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_MESSAGE);
464 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_MESSAGE)
    [all...]
descriptor.h 392 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() == CPPTYPE_STRING. If n
1345 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const { function in class:google::protobuf::FieldDescriptor
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set_heavy.cc 104 inline FieldDescriptor::CppType cpp_type(FieldType type) { function in namespace:google::protobuf::internal
118 GOOGLE_DCHECK_EQ(cpp_type((EXTENSION).type), FieldDescriptor::CPPTYPE_##CPPTYPE)
143 GOOGLE_DCHECK_EQ(cpp_type(extension->type), FieldDescriptor::CPPTYPE_MESSAGE);
190 GOOGLE_DCHECK_EQ(cpp_type(extension->type), FieldDescriptor::CPPTYPE_MESSAGE);
231 if (extension->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
237 } else if (extension->cpp_type() == FieldDescriptor::CPPTYPE_ENUM) {
296 switch (cpp_type(type)) {
324 switch (cpp_type(type)) {
extension_set.cc 57 inline WireFormatLite::CppType cpp_type(FieldType type) { function in namespace:google::protobuf::internal::__anon19448
232 GOOGLE_DCHECK_EQ(cpp_type((EXTENSION).type), WireFormatLite::CPPTYPE_##CPPTYPE)
256 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_##UPPERCASE); \
286 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_##UPPERCASE); \
334 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_ENUM);
363 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_ENUM);
394 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_STRING);
423 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_STRING);
463 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_MESSAGE);
495 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_MESSAGE)
    [all...]
descriptor.h 423 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() == CPPTYPE_STRING. If n
1485 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const { function in class:google::protobuf::FieldDescriptor
    [all...]

Completed in 642 milliseconds