HomeSort by relevance Sort by last modified time
    Searched refs:api_implementation (Results 1 - 13 of 13) sorted by null

  /external/protobuf/python/google/protobuf/
reflection.py 51 from google.protobuf.internal import api_implementation
55 if api_implementation.Type() == 'cpp':
descriptor.py 39 from google.protobuf.internal import api_implementation
42 if api_implementation.Type() == 'cpp':
535 if api_implementation.Type() == 'cpp':
831 if (api_implementation.Type() == 'cpp' and
    [all...]
  /external/nanopb-c/generator/google/protobuf/
reflection.py 51 from google.protobuf.internal import api_implementation
58 if api_implementation.Type() == 'cpp':
59 if api_implementation.Version() == 2:
descriptor.py 38 from google.protobuf.internal import api_implementation
41 if api_implementation.Type() == 'cpp':
42 if api_implementation.Version() == 2:
454 if api_implementation.Type() == 'cpp':
456 if api_implementation.Version() == 2:
461 if api_implementation.Version() == 2:
662 if (api_implementation.Type() == 'cpp' and
664 if api_implementation.Version() == 2:
  /external/protobuf/python/google/protobuf/internal/
unknown_fields_test.py 45 from google.protobuf.internal import api_implementation
55 api_implementation.Type() == 'cpp' and api_implementation.Version() == 2,
152 if api_implementation.Type() != 'cpp':
263 if api_implementation.Type() != 'cpp':
descriptor_pool_test.py 49 from google.protobuf.internal import api_implementation
551 @unittest.skipIf(api_implementation.Type() == 'cpp',
587 @unittest.skipIf(api_implementation.Type() == 'cpp',
593 @unittest.skipIf(api_implementation.Type() == 'cpp',
635 api_implementation.Type() != 'cpp',
reflection_test.py 57 from google.protobuf.internal import api_implementation
413 if api_implementation.Type() != 'python':
    [all...]
text_format_test.py 53 from google.protobuf.internal import api_implementation
    [all...]
descriptor_test.py 48 from google.protobuf.internal import api_implementation
406 api_implementation.Type() != 'cpp' or api_implementation.Version() != 2,
    [all...]
type_checkers.py 53 from google.protobuf.internal import api_implementation
message_test.py 67 from google.protobuf.internal import api_implementation
97 if api_implementation.Type() != 'python':
    [all...]
  /external/protobuf/
Makefile.am     [all...]
  /external/protobuf/util/
Makefile.am     [all...]

Completed in 136 milliseconds