Home
last modified time | relevance | path

Searched refs:explode (Results 1 - 9 of 9) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBUtil.php308 $classname = implode('_', explode('.', $name));
316 $parts = explode('.', $name);
371 $parts = array_map('ucwords', explode('.', $package));
380 implode('\\', array_map('ucwords', explode('.', $package))).
537 $path_strings = explode(",", $paths_string);
540 $field_strings = explode(".", $path_string);
554 $fields = explode('.', $path);
557 $segments = explode('_', $field);
H A DFieldDescriptor.php252 lcfirst(implode('', array_map('ucwords', explode('_', $proto->getName()))));
257 $json_name = implode('', array_map('ucwords', explode('_', $proto_name)));
264 $camel_name = implode('', array_map('ucwords', explode('_', $proto->getName())));
H A DMessageBuilderContext.php59 $camel_name = implode('', array_map('ucwords', explode('_', $name)));
/third_party/protobuf/conformance/
H A Dautoload.php10 $path = '../php/src/' . implode('/', array_map('ucwords', explode('\\', $class))) . '.php';
/third_party/protobuf/benchmarks/php/
H A Dautoload.php12 $path = $include_path . '/' . implode('/', array_map('ucwords', explode('\\', $class))) . '.php';
H A DPhpBenchmark.php20 foreach (explode(PATH_SEPARATOR, get_include_path()) as $one_include_path) {
/third_party/protobuf/php/ext/google/protobuf/
H A Dmake-preload.php8 $filenames = explode("\n", stream_get_contents($handle));
/third_party/ffmpeg/libavcodec/
H A Dlibdav1d.c184 int explode = !!(c->err_recognition & AV_EF_EXPLODE); in libdav1d_parse_extradata() local
185 av_log(c, explode ? AV_LOG_ERROR : AV_LOG_WARNING, in libdav1d_parse_extradata()
187 return explode ? AVERROR_INVALIDDATA : 0; in libdav1d_parse_extradata()
H A Dh264dec.c399 int explode = avctx->err_recognition & AV_EF_EXPLODE; in h264_decode_init() local
400 av_log(avctx, explode ? AV_LOG_ERROR: AV_LOG_WARNING, in h264_decode_init()
402 if (explode) { in h264_decode_init()

Completed in 5 milliseconds