Home
last modified time | relevance | path

Searched refs:protobuf_autoloader_impl (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/benchmarks/php/
Dautoload.php9 function protobuf_autoloader_impl($class, $prefix, $include_path) { function
18 protobuf_autoloader_impl($class, GOOGLE_INTERNAL_NAMESPACE, getenv('PROTOBUF_PHP_SRCDIR'));
19 protobuf_autoloader_impl($class, GOOGLE_NAMESPACE, getenv('PROTOBUF_PHP_SRCDIR'));
20 protobuf_autoloader_impl($class, GOOGLE_GPBMETADATA_NAMESPACE, getenv('PROTOBUF_PHP_SRCDIR'));
21 protobuf_autoloader_impl($class, BENCHMARK_NAMESPACE, getenv('CURRENT_DIR'));
22 protobuf_autoloader_impl($class, BENCHMARK_GPBMETADATA_NAMESPACE, getenv('CURRENT_DIR'));
/third_party/protobuf/conformance/
Dautoload.php7 function protobuf_autoloader_impl($class, $prefix) { function
16 protobuf_autoloader_impl($class, GOOGLE_INTERNAL_NAMESPACE);
17 protobuf_autoloader_impl($class, GOOGLE_NAMESPACE);
18 protobuf_autoloader_impl($class, GOOGLE_GPBMETADATA_NAMESPACE);