Home
last modified time | relevance | path

Searched full:utf8_range (Results 1 – 25 of 105) sorted by relevance

12345

/third_party/grpc/third_party/utf8_range/
DBUILD.bazel11 "//third_party/utf8_range:__subpackages__",
16 default_applicable_licenses = ["//third_party/utf8_range:license"],
22 package_name = "utf8_range",
36 "utf8_range.c",
37 "utf8_range.h",
43 name = "utf8_range",
45 "utf8_range.c",
47 hdrs = ["utf8_range.h"],
48 strip_include_prefix = "/third_party/utf8_range",
55 strip_include_prefix = "/third_party/utf8_range",
[all …]
DCMakeLists.txt2 project (utf8_range C CXX) project
14 add_library (utf8_range target
15 utf8_range.c
20 add_library (utf8_validity utf8_validity.cc utf8_range.c)
58 NAMESPACE utf8_range::
60 install(TARGETS utf8_validity utf8_range EXPORT ${PROJECT_NAME}-targets
74 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/cmake/utf8_range.pc.cmake
75 ${CMAKE_CURRENT_BINARY_DIR}/utf8_range.pc @ONLY)
77 FILES ${CMAKE_CURRENT_BINARY_DIR}/utf8_range.pc
81 install(FILES utf8_range.h utf8_validity.h
Dutf8_validity.cc24 #include "utf8_range.h"
26 namespace utf8_range { namespace
36 } // namespace utf8_range
/third_party/protobuf/third_party/utf8_range/
DBUILD.bazel11 "//third_party/utf8_range:__subpackages__",
16 default_applicable_licenses = ["//third_party/utf8_range:license"],
22 package_name = "utf8_range",
36 "utf8_range.c",
37 "utf8_range.h",
43 name = "utf8_range",
45 "utf8_range.c",
47 hdrs = ["utf8_range.h"],
48 strip_include_prefix = "/third_party/utf8_range",
55 strip_include_prefix = "/third_party/utf8_range",
[all …]
DCMakeLists.txt2 project (utf8_range C CXX) project
14 add_library (utf8_range STATIC target
15 utf8_range.c
20 add_library (utf8_validity STATIC utf8_validity.cc utf8_range.c)
58 NAMESPACE utf8_range::
60 install(TARGETS utf8_validity utf8_range EXPORT ${PROJECT_NAME}-targets
74 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/cmake/utf8_range.pc.cmake
75 ${CMAKE_CURRENT_BINARY_DIR}/utf8_range.pc @ONLY)
77 FILES ${CMAKE_CURRENT_BINARY_DIR}/utf8_range.pc
81 install(FILES utf8_range.h utf8_validity.h
Dutf8_validity.cc24 #include "utf8_range.h"
26 namespace utf8_range { namespace
36 } // namespace utf8_range
/third_party/protobuf/cmake/
Dutf8_range.cmake1 if (NOT TARGET utf8_range)
2 set(utf8_range_ENABLE_TESTS OFF CACHE BOOL "Disable utf8_range tests")
4 if (NOT EXISTS "${protobuf_SOURCE_DIR}/third_party/utf8_range/CMakeLists.txt")
6 "Cannot find third_party/utf8_range directory that's needed for "
11 add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/third_party/utf8_range third_party/utf8_range)
12 include_directories(${CMAKE_CURRENT_SOURCE_DIR}/third_party/utf8_range)
15 set(_protobuf_FIND_UTF8_RANGE "if(NOT TARGET utf8_range)\n find_package(utf8_range CONFIG)\nendif(…
/third_party/grpc/examples/cpp/helloworld/cmake_externalproject/
DCMakeLists.txt44 # Builds utf8_range project from the git submodule.
45 ExternalProject_Add(utf8_range
46 PREFIX utf8_range
47 SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../../../../third_party/utf8_range"
50 -DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_CURRENT_BINARY_DIR}/utf8_range
79 -Dutf8_range_DIR:STRING=${CMAKE_CURRENT_BINARY_DIR}/utf8_range/lib/cmake/utf8_range
81 DEPENDS absl utf8_range
119 -Dutf8_range_DIR:STRING=${CMAKE_CURRENT_BINARY_DIR}/utf8_range/lib/cmake/utf8_range
152 -Dutf8_range_DIR:STRING=${CMAKE_CURRENT_BINARY_DIR}/utf8_range/lib/cmake/utf8_range
/third_party/grpc/third_party/upb/upb/cmake/
DCMakeLists.txt42 if(NOT TARGET utf8_range)
43 if(EXISTS ../../third_party/utf8_range)
44 # utf8_range is already installed
45 include_directories(../../third_party/utf8_range)
49 utf8_range
50 GIT_REPOSITORY "https://github.com/protocolbuffers/utf8_range.git"
53 FetchContent_GetProperties(utf8_range)
55 FetchContent_Populate(utf8_range)
Dmake_cmakelists.py296 if(NOT TARGET utf8_range)
297 if(EXISTS ../../third_party/utf8_range)
298 # utf8_range is already installed
299 include_directories(../../third_party/utf8_range)
303 utf8_range
304 GIT_REPOSITORY "https://github.com/protocolbuffers/utf8_range.git"
307 FetchContent_GetProperties(utf8_range)
309 FetchContent_Populate(utf8_range)
/third_party/protobuf/upb/cmake/
DCMakeLists.txt42 if(NOT TARGET utf8_range)
43 if(EXISTS ../../third_party/utf8_range)
44 # utf8_range is already installed
45 include_directories(../../third_party/utf8_range)
49 utf8_range
50 GIT_REPOSITORY "https://github.com/protocolbuffers/utf8_range.git"
53 FetchContent_GetProperties(utf8_range)
55 FetchContent_Populate(utf8_range)
Dmake_cmakelists.py296 if(NOT TARGET utf8_range)
297 if(EXISTS ../../third_party/utf8_range)
298 # utf8_range is already installed
299 include_directories(../../third_party/utf8_range)
303 utf8_range
304 GIT_REPOSITORY "https://github.com/protocolbuffers/utf8_range.git"
307 FetchContent_GetProperties(utf8_range)
309 FetchContent_Populate(utf8_range)
/third_party/protobuf/ruby/
D.gitignore10 ext/google/protobuf_c/third_party/utf8_range/utf8_range.h
11 ext/google/protobuf_c/third_party/utf8_range/utf8_range.c
12 ext/google/protobuf_c/third_party/utf8_range/LICENSE
DBUILD.bazel165 "//third_party/utf8_range:utf8_range_srcs",
166 "//third_party/utf8_range:LICENSE",
180 mkdir -p "tmp/ruby/ext/google/protobuf_c/third_party/utf8_range"
181 …for utf in $(execpaths //third_party/utf8_range:utf8_range_srcs) $(execpath //third_party/utf8_ran…
182 mv "tmp/$$utf" "tmp/ruby/ext/google/protobuf_c/third_party/utf8_range"
204 "//third_party/utf8_range:utf8_range_srcs",
205 "//third_party/utf8_range:LICENSE",
218 mkdir -p "tmp/ruby/ext/google/protobuf_c/third_party/utf8_range"
219 …for utf in $(execpaths //third_party/utf8_range:utf8_range_srcs) $(execpath //third_party/utf8_ran…
220 mv "tmp/$$utf" "tmp/ruby/ext/google/protobuf_c/third_party/utf8_range"
DRakefile79 unless File.exist? 'ext/google/protobuf_c/third_party/utf8_range'
80 FileUtils.mkdir_p 'ext/google/protobuf_c/third_party/utf8_range'
81 # We need utf8_range in-tree.
82 utf8_root = '../third_party/utf8_range'
84 utf8_range.h utf8_range.c LICENSE
87 "ext/google/protobuf_c/third_party/utf8_range"
/third_party/protobuf/php/tests/
Dcompile_extension.sh7 # utf8_range has to live in the base third_party directory.
11 mkdir -p ext/google/protobuf/third_party/utf8_range
12 cp -r ../third_party/utf8_range/* ext/google/protobuf/third_party/utf8_range
14 echo "Copied utf8_range from ../third_party -> ext/google/protobuf/third_party"
/third_party/protobuf/php/ext/google/protobuf/
Dconfig.m47 …c convert.c def.c map.c message.c names.c php-upb.c protobuf.c third_party/utf8_range/utf8_range.c,
8 $ext_shared, , -std=gnu99 -I@ext_srcdir@/third_party/utf8_range)
9 PHP_ADD_BUILD_DIR($ext_builddir/third_party/utf8_range)
Dconfig.w325 var PHP_PROTOBUF_SRC_ARRAY = glob(configure_module_dirname + "/third_party/utf8_range/*.c");
11 …ADD_SOURCES(configure_module_dirname + "/third_party/utf8_range", PHP_PROTOBUF_SOURCES, "PROTOBUF"…
12 ADD_FLAG("CFLAGS_PROTOBUF", "/I" + configure_module_dirname + "/third_party/utf8_range");
/third_party/protobuf/ruby/lib/google/tasks/
Dffi.rake5 third_party_path = 'third_party/utf8_range'
8 third_party_path = 'ext/google/protobuf_c/third_party/utf8_range'
29 …= FileUtils.pwd.include?('ext') ? 'third_party/utf8_range' : 'ext/google/protobuf_c/third_party/ut…
77 c.exclude << "/utf8_range.c"
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dextconf.rb20 $VPATH << "$(srcdir)/third_party/utf8_range"
21 $INCFLAGS += " -I$(srcdir)/third_party/utf8_range"
25 "utf8_range.c", "shared_convert.c",
/third_party/protobuf/php/
DBUILD.bazel34 mkdir -p php/ext/google/protobuf/third_party/utf8_range
35 cp third_party/utf8_range/* php/ext/google/protobuf/third_party/utf8_range
49 "//third_party/utf8_range:utf8_range_srcs",
162 "//third_party/utf8_range:LICENSE",
163 "//third_party/utf8_range:utf8_range_srcs",
165 prefix = "third_party/utf8_range",
/third_party/grpc/tools/internal_ci/linux/
Dgrpc_build_submodule_at_head.sh79 # update utf8_range
80 rm -rf third_party/utf8_range
81 cp -r third_party/protobuf/third_party/utf8_range third_party/utf8_range/
/third_party/protobuf/rust/cargo/
Dbuild.rs17 .include("libupb/third_party/utf8_range") in main()
19 .file("libupb/third_party/utf8_range/utf8_range.c") in main()
/third_party/protobuf/
DBUILD.gn23 "third_party/utf8_range",
56 "third_party/utf8_range/utf8_range.c",
57 "third_party/utf8_range/utf8_validity.cc",
64 "third_party/utf8_range",
135 "third_party/utf8_range/utf8_range.c",
136 "third_party/utf8_range/utf8_validity.cc",
142 "third_party/utf8_range",
252 "third_party/utf8_range/utf8_validity.cc",
253 "third_party/utf8_range/utf8_range.c",
259 "third_party/utf8_range",
[all …]
/third_party/protobuf/third_party/utf8_range/fuzz/
DBUILD.bazel3 package(default_applicable_licenses = ["//third_party/utf8_range:license"])
10 deps = ["//third_party/utf8_range:utf8_validity"],

12345