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

  /external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
api_util.js 16 * @fileoverview Shared util methods between api.js and api_implementation.js
49 * api_implementation.js to decode this and return a node.
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
reflection_cpp_generated_test.py 42 from google.protobuf.internal import api_implementation namespace
50 self.assertEqual('cpp', api_implementation.Type())
reflection_test.py 52 from google.protobuf.internal import api_implementation namespace
401 if api_implementation.Type() != 'python':
    [all...]
message_test.py 54 from google.protobuf.internal import api_implementation namespace
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
reflection.py 51 from google.protobuf.internal import api_implementation namespace
58 if api_implementation.Type() == 'cpp':
59 if api_implementation.Version() == 2:
descriptor.py 38 from google.protobuf.internal import api_implementation namespace
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/chromium_org/third_party/protobuf/python/
setup.py 165 'google.protobuf.internal.api_implementation',
  /external/chromium_org/third_party/protobuf/
protobuf.gyp 353 'python/google/protobuf/internal/api_implementation.py',

Completed in 572 milliseconds