OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsCopyable
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/tools/json_schema_compiler/
cpp_type_generator.py
130
if is_in_container and (is_ptr or not self.
IsCopyable
(type_)):
137
def
IsCopyable
(self, type_):
241
hard=self.
IsCopyable
(type_.item_type))
244
deps |= self._TypeDependencies(type_, hard=self.
IsCopyable
(type_))
cc_generator.py
360
not self._type_helper.
IsCopyable
(type_.additional_properties))
[
all
...]
/external/chromium/testing/gmock/test/
gmock-cardinalities_test.cc
68
TEST(CardinalityTest,
IsCopyable
) {
gmock-actions_test.cc
366
TEST(ActionTest,
IsCopyable
) {
[
all
...]
gmock-matchers_test.cc
306
TEST(MatcherTest,
IsCopyable
) {
[
all
...]
Completed in 1370 milliseconds